/ndk/tests/build/wchar_t-size/jni/ |
D | test_always_signed.c | 14 #define STATIC_ASSERT(condition) \ argument 15 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
D | test_default.c | 12 #define STATIC_ASSERT(condition) \ argument 13 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
D | test_8bit_cplusplus_stdc_limit_macros.cpp | 18 #define STATIC_ASSERT(condition) \ argument 19 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
D | test_8bit.c | 16 #define STATIC_ASSERT(condition) \ argument 17 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
D | test_8bit_cplusplus.cpp | 16 #define STATIC_ASSERT(condition) \ argument 17 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
/ndk/tests/device/test-stlport/unit/ |
D | allocator_test.cpp | 91 pthread_cond_init(&condition, 0); in SharedDatas() 116 pthread_cond_wait(&condition, &mutex); in initThreadVector() 122 pthread_cond_signal(&condition); in initThreadVector() 137 pthread_cond_t condition; member in SharedDatas
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | allocator_test.cpp | 91 pthread_cond_init(&condition, 0); in SharedDatas() 116 pthread_cond_wait(&condition, &mutex); in initThreadVector() 122 pthread_cond_signal(&condition); in initThreadVector() 137 pthread_cond_t condition; member in SharedDatas
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_uninitialized_test.py | 42 def Assert(condition): argument 43 if not condition:
|
D | gtest_environment_test.cc | 116 void Check(bool condition, const char* msg) { in Check() argument 117 if (!condition) { in Check()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | system_error.cpp | 34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent() 36 return default_error_condition(code) == condition; in equivalent() 40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() 42 return *this == code.category() && code.value() == condition; in equivalent()
|
/ndk/tests/device/fenv/jni/ |
D | test_fenv.c | 23 #define ASSERT_TRUE(condition) \ argument 24 (condition)? (void)0 : fail(__FILE__, __LINE__, __func__, #condition)
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1883 #define EXPECT_TRUE(condition) \ argument 1884 GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ 1886 #define EXPECT_FALSE(condition) \ argument 1887 GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ 1889 #define ASSERT_TRUE(condition) \ argument 1890 GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ 1892 #define ASSERT_FALSE(condition) \ argument 1893 GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 8 $! one macro intentionally causes an error condition)
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 883 GTEST_API_ bool IsTrue(bool condition); 1060 #define GTEST_CHECK_(condition) \ 1062 if (::testing::internal::IsTrue(condition)) \ 1065 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 7 #define match_condassert 0x01 /* Called to check a condition assertion */ 84 /* If checking an assertion for a condition, return TRUE. */ 139 /* The condition is an assertion. Call match() to evaluate it - setting 543 implied in the second condition, because start_offset > 0. */ 623 match_condassert - this is an assertion condition 809 supersede any condition above with which it is incompatible. 845 two branches. If the condition is false, skipping the first branch takes us
|
D | uniq.inp | 335 #define match_condassert 0x01 /* Called to check a condition assertion */ 472 /* If checking an assertion for a condition, return TRUE. */ 529 /* The condition is an assertion. Call match() to evaluate it - setting 1270 implied in the second condition, because start_offset > 0. */ 1358 match_condassert - this is an assertion condition 1701 supersede any condition above with which it is incompatible. 1742 two branches. If the condition is false, skipping the first branch takes us
|
D | PCRE.tests | 41 # should also be given in the documentation. However, this condition is not 44 # A, the condition is not imposed on package B (unless it uses PCRE 52 # then the terms of that licence shall supersede any condition above with
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | system_error | 31 virtual bool equivalent(int code, const error_condition& condition) const noexcept; 32 virtual bool equivalent(const error_code& code, int condition) const noexcept;
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3706 $(call gen-test, thread/thread.condition/cv_status) 3707 $(call gen-test, thread/thread.condition/notify_all_at_thread_exit) 3708 $(call gen-test, thread/thread.condition/thread.condition.condvarany/default) 3709 $(call gen-test, thread/thread.condition/thread.condition.condvarany/destructor) 3710 $(call gen-test, thread/thread.condition/thread.condition.condvarany/notify_all) 3711 $(call gen-test, thread/thread.condition/thread.condition.condvarany/notify_one) 3712 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait.exception) # new 3713 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for.exception) # new 3714 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for) 3715 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for_pred) [all …]
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3697 $(call gen-test, thread/thread.condition/cv_status) 3698 $(call gen-test, thread/thread.condition/notify_all_at_thread_exit) 3699 $(call gen-test, thread/thread.condition/thread.condition.condvarany/default) 3700 $(call gen-test, thread/thread.condition/thread.condition.condvarany/destructor) 3701 $(call gen-test, thread/thread.condition/thread.condition.condvarany/notify_all) 3702 $(call gen-test, thread/thread.condition/thread.condition.condvarany/notify_one) 3703 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait.exception) # new 3704 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for.exception) # new 3705 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for) 3706 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for_pred) [all …]
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | ChangeLog | 25 Use new automake condition USE_LOCAL_GLOB to decide whether or not
|
/ndk/docs/text/ |
D | NDK-GDB.text | 210 condition at runtime and adapt its behaviour automatically (in other words,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 142 prefix = "condition ";
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 431 to it: addresses are a kind of condition code, and a command is only 432 executed if the condition is verified before the command is to be 3173 Perl mode. An assertion specifies a condition that has to be met 4126 (?(@var{condition})@var{yes-pattern}) 4127 (?(@var{condition})@var{yes-pattern}|@var{no-pattern}) 4130 If the condition is satisfied, the yes-pattern is used; otherwise 4134 There are two kinds of condition. If the text between the 4135 parentheses consists of a sequence of digits, the condition 4152 with an opening parenthesis, the condition is true, and so 4160 If the condition is not a sequence of digits, it must be an [all …]
|
D | sed-in.texi | 430 to it: addresses are a kind of condition code, and a command is only 431 executed if the condition is verified before the command is to be 3006 Perl mode. An assertion specifies a condition that has to be met 3959 (?(@var{condition})@var{yes-pattern}) 3960 (?(@var{condition})@var{yes-pattern}|@var{no-pattern}) 3963 If the condition is satisfied, the yes-pattern is used; otherwise 3967 There are two kinds of condition. If the text between the 3968 parentheses consists of a sequence of digits, the condition 3985 with an opening parenthesis, the condition is true, and so 3993 If the condition is not a sequence of digits, it must be an [all …]
|