Searched refs:testing (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | fortify_test.cpp | 43 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 47 testing::KilledBySignal(SIGABRT), ""); in TEST() 55 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 60 testing::KilledBySignal(SIGABRT), ""); in TEST() 68 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 71 testing::KilledBySignal(SIGABRT), ""); in TEST() 90 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 91 ASSERT_EXIT(vsprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), ""); in TEST() 95 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 96 ASSERT_EXIT(vsprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), ""); in TEST() [all …]
|
D | stack_unwinding_test.cpp | 32 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 33 ASSERT_EXIT(do_test(), ::testing::ExitedWithCode(42), ""); in TEST()
|
D | benchmark.h | 21 namespace testing { 60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \ 61 (new ::testing::Benchmark(#f, f))
|
D | stack_protector_test.cpp | 121 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 122 ASSERT_EXIT(do_modify_stack_chk_guard(), testing::KilledBySignal(SIGABRT), ""); in TEST()
|
D | benchmark_main.cpp | 30 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap; 55 namespace testing { namespace 197 ::testing::Benchmark* b = it->second; in main()
|
D | pthread_test.cpp | 163 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 164 ASSERT_EXIT(TestBug37410(), ::testing::ExitedWithCode(0), ""); in TEST()
|
D | dlfcn_test.cpp | 28 ASSERT_PRED_FORMAT2(::testing::IsSubstring, needle, haystack)
|
D | system_properties_test.cpp | 360 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
|
/bionic/libm/ |
D | NOTICE | 57 The argument reduction and testing for exceptional cases was
|