Searched defs:testing (Results 476 - 500 of 780) sorted by relevance

<<11121314151617181920>>

/external/guava/guava-testlib/test/com/google/common/testing/
H A DEquivalenceTesterTest.java17 package com.google.common.testing;
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
H A DBoundFieldModule.java17 package com.google.inject.testing.fieldbinder;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
241 } // namespace testing
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
53 namespace testing { namespace
112 // ::testing::internal namespace, which contains a << operator that
373 } // namespace testing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/mesa3d/src/gtest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
240 } // namespace testing
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc41 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());
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h80 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;
1234 // Note: class MockSpec really belongs to the ::testing namespac
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-generated-function-mockers_test.cc57 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
[all...]
H A Dgmock-nice-strict_test.cc39 // This must not be defined inside the ::testing namespace, or it will
40 // clash with ::testing::Mock.
51 namespace testing { namespace
54 using testing::internal::string;
55 using testing::GMOCK_FLAG(verbose);
56 using testing::HasSubstr;
57 using testing::NaggyMock;
58 using testing::NiceMock;
59 using testing::StrictMock;
62 using testing
[all...]
/external/v8/testing/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
241 } // namespace testing
/external/v8/testing/gtest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
53 namespace testing { namespace
112 // ::testing::internal namespace, which contains a << operator that
373 } // namespace testing
/external/v8/testing/gtest/test/
H A Dgtest-unittest-api_test.cc41 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());
H A Dgtest_environment_test.cc42 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) = "-*";

Completed in 495 milliseconds

<<11121314151617181920>>