Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 42) sorted by relevance

12

/ndk/tests/build/wchar_t-size/jni/
Dtest_always_signed.c14 #define STATIC_ASSERT(condition) \ argument
15 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
Dtest_default.c12 #define STATIC_ASSERT(condition) \ argument
13 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp91 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/
Dallocator_test.cpp91 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/
Dgtest_uninitialized_test.py42 def Assert(condition): argument
43 if not condition:
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check() argument
117 if (!condition) { in Check()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dsystem_error.cpp34 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/
Dtest_fenv.c23 #define ASSERT_TRUE(condition) \ argument
24 (condition)? (void)0 : fail(__FILE__, __LINE__, __func__, #condition)
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1883 #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/
Dmakefile.com8 $! one macro intentionally causes an error condition)
Daclocal.m4102 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
103 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
DChangeLog490 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/
Dgtest-port.h883 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/
Dsystem_error31 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/
DAndroid.mk3706 $(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/
DAndroid.mk3697 $(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/
DChangeLog25 Use new automake condition USE_LOCAL_GLOB to decide whether or not
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp142 prefix = "condition ";
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4555 bool IsTrue(bool condition) { return condition; } in IsTrue() argument
/ndk/sources/host-tools/make-3.81/po/
Dhe.po1732 msgid "Urgent I/O condition"
1733 msgstr "Urgent I/O condition"
Dmake.pot1664 msgid "Urgent I/O condition"
Dbe.po1683 msgid "Urgent I/O condition"
Dko.po1734 msgid "Urgent I/O condition"
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14853 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 …]
Dmake.texi5913 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 …]

12