Home
last modified time | relevance | path

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

123

/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))];
Dtest_8bit_cplusplus_stdc_limit_macros.cpp18 #define STATIC_ASSERT(condition) \ argument
19 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
Dtest_8bit.c16 #define STATIC_ASSERT(condition) \ argument
17 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
Dtest_8bit_cplusplus.cpp16 #define STATIC_ASSERT(condition) \ argument
17 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
/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/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/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)
/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/host-tools/sed-4.2.1/testsuite/
Duniq.good7 #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
Duniq.inp335 #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
DPCRE.tests41 # 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/
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) # 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/
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) # 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/
DChangeLog25 Use new automake condition USE_LOCAL_GLOB to decide whether or not
/ndk/docs/text/
DNDK-GDB.text210 condition at runtime and adapt its behaviour automatically (in other words,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp142 prefix = "condition ";
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi431 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 …]
Dsed-in.texi430 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 …]

123