/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))];
|
/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/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/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)
|
D | aclocal.m4 | 102 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 103 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
D | ChangeLog | 490 pattern rules out of the if (!two_colon) condition so it is 510 second time: we still want it to be in the error condition. 1465 handle the error condition correctly in all cases. 1527 condition, then don't expand it. Fixed bug # 5798.
|
/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/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) 3713 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for.exception) 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) 3704 $(call gen-test, thread/thread.condition/thread.condition.condvarany/wait_for.exception) 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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 142 prefix = "condition ";
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 4555 bool IsTrue(bool condition) { return condition; } in IsTrue() argument
|
/ndk/sources/host-tools/make-3.81/po/ |
D | he.po | 1732 msgid "Urgent I/O condition" 1733 msgstr "Urgent I/O condition"
|
D | make.pot | 1664 msgid "Urgent I/O condition"
|
D | be.po | 1683 msgid "Urgent I/O condition"
|
D | ko.po | 1734 msgid "Urgent I/O condition"
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 4853 condition. It contains two arguments, separated by a comma and 4870 ignored, according to the condition. This is why the larger syntactic 4914 the makefile if the condition is true. If the condition is false, no 4936 necessary. Once a given condition is true, TEXT-IF-TRUE is used and no 4937 other clause is used; if no condition is true then TEXT-IF-FALSE is 5044 condition is true, `make' reads the lines of the TEXT-IF-TRUE as part 5045 of the makefile; if the condition is false, `make' ignores those lines 5554 any non-empty string, then the condition is considered to be true. 5555 If it expands to an empty string, the condition is considered to 5558 If the condition is true then the second argument, THEN-PART, is [all …]
|
D | make.texi | 5913 condition. It contains two arguments, separated by a comma and surrounded 5929 ignored, according to the condition. This is why the larger syntactic 5985 of the makefile if the condition is true. If the condition is false, no 6012 clauses as necessary. Once a given condition is true, 6014 condition is true then @var{text-if-false} is used. The 6135 the condition is true, @code{make} reads the lines of the 6136 @var{text-if-true} as part of the makefile; if the condition is false, 6806 @item $(if @var{condition},@var{then-part}[,@var{else-part}]) 6813 The first argument, @var{condition}, first has all preceding and 6815 non-empty string, then the condition is considered to be true. If it [all …]
|