Searched defs:GTEST_CHECK_ (Results 1 - 12 of 12) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h945 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
948 // GTEST_CHECK_(boolean_condition);
950 // GTEST_CHECK_(boolean_condition) << "Additional message";
957 #define GTEST_CHECK_(condition) \ macro
1031 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1044 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1237 GTEST_CHECK_(owner_ == pthread_self())
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h762 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
765 // GTEST_CHECK_(boolean_condition);
767 // GTEST_CHECK_(boolean_condition) << "Additional message";
774 #define GTEST_CHECK_(condition) \ macro
801 GTEST_CHECK_(typeid(*base) == typeid(Derived));
998 GTEST_CHECK_(owner_ == pthread_self())
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h937 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
940 // GTEST_CHECK_(boolean_condition);
942 // GTEST_CHECK_(boolean_condition) << "Additional message";
949 #define GTEST_CHECK_(condition) \ macro
1023 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1036 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1229 GTEST_CHECK_(owner_ == pthread_self())
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h956 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
959 // GTEST_CHECK_(boolean_condition);
961 // GTEST_CHECK_(boolean_condition) << "Additional message";
968 #define GTEST_CHECK_(condition) \ macro
1042 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1055 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1266 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1314 #if !defined(GTEST_CHECK_)
1317 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1320 // GTEST_CHECK_(boolean_condition);
1322 // GTEST_CHECK_(boolean_condition) << "Additional message";
1329 # define GTEST_CHECK_(condition) \ macro
1335 #endif // !defined(GTEST_CHECK_)
1415 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1428 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1977 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1280 #if !defined(GTEST_CHECK_)
1283 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1286 // GTEST_CHECK_(boolean_condition);
1288 // GTEST_CHECK_(boolean_condition) << "Additional message";
1295 # define GTEST_CHECK_(condition) \ macro
1301 #endif // !defined(GTEST_CHECK_)
1381 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1394 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1946 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1048 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1051 // GTEST_CHECK_(boolean_condition);
1053 // GTEST_CHECK_(boolean_condition) << "Additional message";
1060 #define GTEST_CHECK_(condition) \ macro
1134 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1147 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1358 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1279 #if !defined(GTEST_CHECK_)
1282 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1285 // GTEST_CHECK_(boolean_condition);
1287 // GTEST_CHECK_(boolean_condition) << "Additional message";
1294 # define GTEST_CHECK_(condition) \ macro
1300 #endif // !defined(GTEST_CHECK_)
1380 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1393 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1945 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1062 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1065 // GTEST_CHECK_(boolean_condition);
1067 // GTEST_CHECK_(boolean_condition) << "Additional message";
1074 #define GTEST_CHECK_(condition) \ macro
1148 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1161 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1658 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h1824 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1827 // GTEST_CHECK_(boolean_condition);
1829 // GTEST_CHECK_(boolean_condition) << "Additional message";
1836 #define GTEST_CHECK_(condition) \ macro
1863 GTEST_CHECK_(typeid(*base) == typeid(Derived));
2060 GTEST_CHECK_(owner_ == pthread_self())
8715 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
8813 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
12003 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
12126 GTEST_CHECK_(BaseGenerato
[all...]
/external/fmtlib/test/gtest/
H A Dgtest.h2155 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
2158 // GTEST_CHECK_(boolean_condition);
2160 // GTEST_CHECK_(boolean_condition) << "Additional message";
2167 #define GTEST_CHECK_(condition) \ macro
2241 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
2254 GTEST_CHECK_(typeid(*base) == typeid(Derived));
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
10218 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
10316 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
13828 GTEST_CHECK_(BaseGenerato
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2155 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
2158 // GTEST_CHECK_(boolean_condition);
2160 // GTEST_CHECK_(boolean_condition) << "Additional message";
2167 #define GTEST_CHECK_(condition) \ macro
2241 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
2254 GTEST_CHECK_(typeid(*base) == typeid(Derived));
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
10219 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
10317 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
13829 GTEST_CHECK_(BaseGenerato
[all...]

Completed in 2617 milliseconds