/external/littlemock/tests/com/google/testing/littlemock/ |
AppDataDirGuesserTest.java | 17 package com.google.testing.littlemock;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 231 } // namespace testing
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 231 } // namespace testing
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 240 } // namespace testing
|
/external/protobuf/gtest/test/ |
gtest-filepath_test.cc | 59 namespace testing { namespace 690 } // namespace testing
|
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 229 // These two tests are here to provide support for testing 335 } // namespace testing 340 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
gtest_environment_test.cc | 38 namespace testing { namespace 48 // For testing using global test environments. 49 class MyEnvironment : public testing::Environment { 132 testing::InitGoogleTest(&argc, argv); 137 Check(testing::AddGlobalTestEnvironment(env) == env, 175 testing::GTEST_FLAG(filter) = "-*";
|
gtest_repeat_test.cc | 47 namespace testing { namespace 53 } // namespace testing 55 using testing::GTEST_FLAG(death_test_style); 56 using testing::GTEST_FLAG(filter); 57 using testing::GTEST_FLAG(repeat); 61 // We need this when we are testing Google Test itself and therefore 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 74 } while(::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment { 127 class MyParamTest : public testing::TestWithParam<int> {} [all...] |
gtest_stress_test.cc | 49 namespace testing { namespace 112 // is for testing whether Google Test can handle failed assertions in a 236 } // namespace testing 239 testing::InitGoogleTest(&argc, argv); 254 testing::InitGoogleTest(&argc, argv);
|
/external/regex-re2/util/ |
test.h | 42 namespace testing { namespace 51 } // namespace testing
|
/external/vogar/test/vogar/testing/ |
InterceptOutputStreams.java | 17 package vogar.testing;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 231 } // namespace testing
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-filepath_test.cc | 59 namespace testing { namespace 680 } // namespace testing
|
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 142 return testing::AssertionFailure() << "argument is " << str; 229 // These two tests are here to provide support for testing 333 } // namespace testing 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
gtest_environment_test.cc | 42 namespace testing { namespace 52 // For testing using global test environments. 53 class MyEnvironment : public testing::Environment { 119 testing::internal::posix::Abort(); 131 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult(); 138 testing::InitGoogleTest(&argc, argv); 143 Check(testing::AddGlobalTestEnvironment(env) == env, 181 testing::GTEST_FLAG(filter) = "-*";
|
gtest_repeat_test.cc | 47 namespace testing { namespace 53 } // namespace testing 55 using testing::GTEST_FLAG(death_test_style); 56 using testing::GTEST_FLAG(filter); 57 using testing::GTEST_FLAG(repeat); 61 // We need this when we are testing Google Test itself and therefore 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 72 ::testing::internal::posix::Abort();\ 74 } while (::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment [all...] |
gtest_stress_test.cc | 49 namespace testing { namespace 111 // is for testing whether Google Test can handle failed assertions in a 235 } // namespace testing 238 testing::InitGoogleTest(&argc, argv); 253 testing::InitGoogleTest(&argc, argv);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
nada.h | 31 namespace testing { namespace in namespace:webrtc 106 } // namespace testing
|
send_side.cc | 18 namespace testing { namespace in namespace:webrtc 150 } // namespace testing
|
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
AlarmImpl.java | 17 package com.android.testing.alarmservice; 27 import com.android.testing.alarmservice.Alarm.Stub;
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-linked_ptr.h | 76 namespace testing { namespace 104 // contention in production code, but is acceptable in a testing 231 } // namespace testing
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-filepath_test.cc | 59 namespace testing { namespace 680 } // namespace testing
|
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 142 return testing::AssertionFailure() << "argument is " << str; 229 // These two tests are here to provide support for testing 333 } // namespace testing 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
gtest_environment_test.cc | 42 namespace testing { namespace 52 // For testing using global test environments. 53 class MyEnvironment : public testing::Environment { 119 testing::internal::posix::Abort(); 131 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult(); 138 testing::InitGoogleTest(&argc, argv); 143 Check(testing::AddGlobalTestEnvironment(env) == env, 181 testing::GTEST_FLAG(filter) = "-*";
|
gtest_repeat_test.cc | 47 namespace testing { namespace 53 } // namespace testing 55 using testing::GTEST_FLAG(death_test_style); 56 using testing::GTEST_FLAG(filter); 57 using testing::GTEST_FLAG(repeat); 61 // We need this when we are testing Google Test itself and therefore 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 72 ::testing::internal::posix::Abort();\ 74 } while (::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment [all...] |