Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/build/wchar_t-size/jni/
Dtest_default.c12 #define STATIC_ASSERT(condition) \ argument
Dtest_always_signed.c14 #define STATIC_ASSERT(condition) \ argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_uninitialized_test.py42 def Assert(condition): argument
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check()
/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp137 pthread_cond_t condition; member in SharedDatas
/ndk/tests/device/test-stlport/unit/
Dallocator_test.cpp137 pthread_cond_t condition; member in SharedDatas
/ndk/tests/device/fenv/jni/
Dtest_fenv.c23 #define ASSERT_TRUE(condition) \ argument
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1883 #define EXPECT_TRUE(condition) \ argument
1886 #define EXPECT_FALSE(condition) \ argument
1889 #define ASSERT_TRUE(condition) \ argument
1892 #define ASSERT_FALSE(condition) \ argument
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4555 bool IsTrue(bool condition) { return condition; } in IsTrue()