/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 243 inline void Assert(bool condition, const char* file, int line, in Assert() 250 inline void Assert(bool condition, const char* file, int line) { in Assert() 256 inline void Expect(bool condition, const char* file, int line, in Expect() 263 inline void Expect(bool condition, const char* file, int line) { in Expect()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_testbridge_test.py | 41 def Assert(condition): argument
|
H A D | googletest-param-test-invalid-name1-test.py | 39 def Assert(condition): argument
|
H A D | googletest-param-test-invalid-name2-test.py | 39 def Assert(condition): argument
|
H A D | googletest-uninitialized-test.py | 41 def Assert(condition): argument
|
H A D | gtest_environment_test.cc | 90 void Check(bool condition, const char* msg) { in Check()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
H A D | ArchitectureArm.cpp | 113 const uint32_t condition = Bits32(ITSTATE, 7, 4); in OverrideStopInfo() local
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_main.h | 113 lio_sleep_cond(struct octeon_device *oct, volatile int *condition) in lio_sleep_cond()
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1807 #define GTEST_EXPECT_TRUE(condition) \ argument 1810 #define GTEST_EXPECT_FALSE(condition) \ argument 1813 #define GTEST_ASSERT_TRUE(condition) \ argument 1815 #define GTEST_ASSERT_FALSE(condition) \ argument 1823 #define EXPECT_TRUE(condition) GTEST_EXPECT_TRUE(condition) argument 1827 #define EXPECT_FALSE(condition) GTEST_EXPECT_FALSE(condition) argument 1831 #define ASSERT_TRUE(condition) GTEST_ASSERT_TRUE(condition) argument 1835 #define ASSERT_FALSE(condition) GTEST_ASSERT_FALSE(condition) argument
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 115 BreakpointOptions::BreakpointOptions(const char *condition, bool enabled, in BreakpointOptions() 461 void BreakpointOptions::SetCondition(const char *condition) { in SetCondition()
|
H A D | BreakpointLocation.cpp | 216 void BreakpointLocation::SetCondition(const char *condition) { in SetCondition()
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test.h | 60 #define CHECK(condition) do { \ argument
|
/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity_fixture.h | 79 #define CHECK(condition) TEST_ASSERT_TRUE((condition)) argument
|
H A D | unity.h | 68 #define TEST_ASSERT(condition) … argument 69 #define TEST_ASSERT_TRUE(condition) … argument 70 #define TEST_ASSERT_UNLESS(condition) … argument 71 #define TEST_ASSERT_FALSE(condition) … argument 172 #define TEST_ASSERT_MESSAGE(condition, message) … argument 173 #define TEST_ASSERT_TRUE_MESSAGE(condition, message) … argument 174 #define TEST_ASSERT_UNLESS_MESSAGE(condition, message) … argument 175 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) … argument
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_pty.c | 109 condition(int fd) in condition() function
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | vchi_bsd.h | 265 #define WARN(condition, msg) \ argument 275 #define WARN_ON(condition) \ argument 283 #define WARN_ON_ONCE(condition) ({ \ argument
|
/freebsd/contrib/atf/atf-c/ |
H A D | macros_test.c | 108 #define H_CHECK(id, condition) \ argument 113 #define H_CHECK_MSG(id, condition, msg) \ argument 159 #define H_REQUIRE(id, condition) \ argument 164 #define H_REQUIRE_MSG(id, condition, msg) \ argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ARMDefines.h | 107 static inline bool ARMConditionPassed(const uint32_t condition, in ARMConditionPassed()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 249 #define WARN(condition, ...) ({ \ argument 258 #define WARN_ONCE(condition, ...) ({ \ argument
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 221 SetCondition(const char * condition) SetCondition() argument
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/ |
H A D | ZFS-pool-latency-heatmaps-influxdb.json | 170 "condition": "AND", string 294 "condition": "AND", string 432 "condition": "AND", string 556 "condition": "AND", string 680 "condition": "AND", string 804 "condition": "AND", string 942 "condition": "AND", string 1066 "condition": "AND", string 1190 "condition": "AND", string 1314 "condition": "AND", string
|
/freebsd/sys/dev/xen/timer/ |
H A D | xen_timer.c | 128 #define XTREQUIRES(condition, reason...) \ in xentimer_probe() argument
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 927 function test(condition) argument
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | util-internal.h | 96 #define EVUTIL_NIL_CONDITION_(condition) do { \ argument
|
/freebsd/contrib/libevent/ |
H A D | util-internal.h | 96 #define EVUTIL_NIL_CONDITION_(condition) do { \ argument
|