/ndk/sources/third_party/googletest/googletest/test/ |
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);
|
/packages/apps/Music/tests/src/com/android/music/stress/ |
AlbumsPlaybackStress.java | 37 private String[] testing; field in class:AlbumsPlaybackStress
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
ComparableTester.java | 17 package com.android.tv.testing;
|
ComparatorTester.java | 17 package com.android.tv.testing;
|
/system/core/liblog/tests/ |
benchmark.h | 27 namespace testing { namespace 127 } // namespace testing 130 static inline void BenchmarkAddArg(::testing::Benchmark* b, const char* name, T arg) { 131 ::testing::BenchmarkWantsArg<T>* ba; 132 ba = static_cast< ::testing::BenchmarkWantsArg<T>* >(b); 144 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \ 145 (::testing::Benchmark*)::testing::BenchmarkFactory(#f, f)
|
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/ |
accessibility-test-framework-2.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/ |
accessibility-test-framework-2.1.jar | |
/external/autotest/client/cros/cellular/pseudomodem/ |
pseudomodem.py | 22 import testing namespace 174 # The testing interface can be brought up now that we have the bus. 175 self._testing_object = testing.Testing(self._modem, self._bus) 361 title='Testing interface options',
|
/external/gmock/include/gmock/ |
gmock-spec-builders.h | 80 namespace testing { namespace 101 // Helper class for testing the Expectation class template. 518 friend class ::testing::internal::ExpectationBase; 519 friend class ::testing::internal::UntypedFunctionMockerBase; 522 friend class ::testing::internal::FunctionMockerBase; 525 friend class ::testing::internal::TypedExpectation; 719 friend class ::testing::Expectation; 835 friend class ::testing::Sequence; 836 friend class ::testing::internal::ExpectationTester; [all...] |
/external/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 49 namespace testing { namespace 86 bool operator()(const ::testing::internal::linked_ptr<T>& lhs, 87 const ::testing::internal::linked_ptr<T>& rhs) const { 169 static_cast< ::testing::internal::TypeKind>( \ 170 ::testing::internal::KindOf<type>::value) 400 testing::StaticAssertTypeEq<RawContainer, 422 testing::StaticAssertTypeEq<Element, RawElement>(); 426 // function call '[testing::internal::NativeArray<char *>].NativeArray( 427 // {lval} const char *[4], long, testing::internal::RelationToSource)' 429 // 'testing::internal::NativeArray<char *>::NativeArray [all...] |
/external/gmock/src/ |
gmock-matchers.cc | 44 namespace testing { namespace 498 } // namespace testing
|
/external/gmock/test/ |
gmock-generated-function-mockers_test.cc | 57 namespace testing { namespace 60 using testing::internal::string; 61 using testing::_; 62 using testing::A; 63 using testing::An; 64 using testing::AnyNumber; 65 using testing::Const; 66 using testing::DoDefault; 67 using testing::Eq; 68 using testing::Lt [all...] |
gmock-internal-utils_test.cc | 57 namespace testing { namespace 118 // Don't use EXPECT_EQ as no NULL-testing magic on Symbian. 343 class LogIsVisibleTest : public ::testing::Test { 649 } // namespace testing
|
/external/google-breakpad/src/client/windows/unittests/ |
exception_handler_test.cc | 47 namespace testing { namespace 58 } // namespace testing 74 class ExceptionHandlerTest : public ::testing::Test { 113 const ::testing::TestInfo* const test_info = 114 ::testing::UnitTest::GetInstance()->current_test_info(); 247 EXPECT_EXIT(DoCrashInvalidParameter(), ::testing::ExitedWithCode(0), ""); 318 EXPECT_EXIT(DoCrashPureVirtualCall(), ::testing::ExitedWithCode(0), ""); 381 testing::DisableExceptionHandlerInScope disable_exception_handler; 419 testing::DisableExceptionHandlerInScope disable_exception_handler; 473 testing::DisableExceptionHandlerInScope disable_exception_handler [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-test-part.h | 41 namespace testing { namespace 175 } // namespace testing
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-printers.cc | 32 // Google Test - The Google C++ Testing Framework 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr); 52 namespace testing { namespace 108 // ::testing::internal namespace, which contains a << operator that 348 } // namespace testing
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-listener_test.cc | 31 // The Google C++ Testing Framework (Google Test) 39 using ::testing::AddGlobalTestEnvironment; 40 using ::testing::Environment; 41 using ::testing::InitGoogleTest; 42 using ::testing::Test; 43 using ::testing::TestCase; 44 using ::testing::TestEventListener; 45 using ::testing::TestInfo; 46 using ::testing::TestPartResult; 47 using ::testing::UnitTest 53 namespace testing { namespace [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-spec-builders.h | 76 namespace testing { namespace 97 // Helper class for testing the Expectation class template. 510 friend class ::testing::internal::ExpectationBase; 511 friend class ::testing::internal::UntypedFunctionMockerBase; 514 friend class ::testing::internal::FunctionMockerBase; 517 friend class ::testing::internal::TypedExpectation; 711 friend class ::testing::Expectation; 827 friend class ::testing::Sequence; 828 friend class ::testing::internal::ExpectationTester; [all...] |
/external/google-breakpad/src/testing/include/gmock/internal/ |
gmock-internal-utils.h | 49 namespace testing { namespace 86 bool operator()(const ::testing::internal::linked_ptr<T>& lhs, 87 const ::testing::internal::linked_ptr<T>& rhs) const { 169 static_cast< ::testing::internal::TypeKind>( \ 170 ::testing::internal::KindOf<type>::value) 387 testing::StaticAssertTypeEq<RawContainer, 409 testing::StaticAssertTypeEq<Element, RawElement>(); 413 // function call '[testing::internal::NativeArray<char *>].NativeArray( 414 // {lval} const char *[4], long, testing::internal::RelationToSource)' 416 // 'testing::internal::NativeArray<char *>::NativeArray [all...] |
/external/google-breakpad/src/testing/test/ |
gmock-generated-function-mockers_test.cc | 57 namespace testing { namespace 60 using testing::internal::string; 61 using testing::_; 62 using testing::A; 63 using testing::An; 64 using testing::AnyNumber; 65 using testing::Const; 66 using testing::DoDefault; 67 using testing::Eq; 68 using testing::Lt [all...] |
gmock-internal-utils_test.cc | 57 namespace testing { namespace 118 // Don't use EXPECT_EQ as no NULL-testing magic on Symbian. 343 class LogIsVisibleTest : public ::testing::Test { 348 // testing::internal::String. In this case, without the call to 655 } // namespace testing
|
/external/gtest/include/gtest/ |
gtest-test-part.h | 41 namespace testing { namespace 177 } // namespace testing
|
/external/gtest/src/ |
gtest-printers.cc | 32 // Google Test - The Google C++ Testing Framework 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr); 52 namespace testing { namespace 108 // ::testing::internal namespace, which contains a << operator that 363 } // namespace testing
|
/external/gtest/test/ |
gtest-listener_test.cc | 31 // The Google C++ Testing Framework (Google Test) 39 using ::testing::AddGlobalTestEnvironment; 40 using ::testing::Environment; 41 using ::testing::InitGoogleTest; 42 using ::testing::Test; 43 using ::testing::TestCase; 44 using ::testing::TestEventListener; 45 using ::testing::TestInfo; 46 using ::testing::TestPartResult; 47 using ::testing::UnitTest 52 namespace testing { namespace [all...] |
/external/guava/guava-gwt/test/com/google/common/testing/ |
EquivalenceTesterTest_gwt.java | 16 package com.google.common.testing; 19 return "com.google.common.testing.testModule"; 22 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest(); 28 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest(); 34 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest(); 40 com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest() [all...] |