Searched defs:testing (Results 251 - 275 of 567) sorted by relevance

<<11121314151617181920>>

/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java3 package com.google.common.testing;
5 import com.google.common.testing.GcFinalization.FinalizationPredicate;
H A DTearDownStackTest.java17 package com.google.common.testing;
/external/littlemock/src/com/google/testing/littlemock/
H A DAppDataDirGuesser.java17 package com.google.testing.littlemock;
/external/littlemock/tests/com/google/testing/littlemock/
H A DAppDataDirGuesserTest.java17 package com.google.testing.littlemock;
/external/llvm/utils/unittest/googletest/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest-message.h52 namespace testing { namespace
66 // testing::Message foo;
222 } // namespace testing
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]
/external/open-vcdiff/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
120 } // namespace testing
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h52 namespace testing { namespace
66 // testing::Message foo;
222 } // namespace testing
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]
/external/protobuf/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
120 } // namespace testing
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc53 namespace testing { namespace
157 ::testing::ExitedWithCode(0), "Success");
165 class RETest : public ::testing::Test {};
169 typedef testing::Types<
699 } // namespace testing
H A Dgtest_stress_test.cc45 namespace testing { namespace
101 // is for testing whether Google Test can handle failed assertions in a
145 } // namespace testing
148 testing::InitGoogleTest(&argc, argv);
/external/regex-re2/util/
H A Dbenchmark.h8 namespace testing { namespace
24 } // namespace testing
35 ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f))
38 ::testing::Benchmark* _benchmark_##f = \
39 (new ::testing::Benchmark(#f, f, lo, hi))
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidFrameworkMockGenerator.java16 package com.google.android.testing.mocking;
H A DSdkVersion.java16 package com.google.android.testing.mocking;
/external/android-mock/tests/com/google/android/testing/mocking/
H A DClassDoesWorkInConstructor.java16 package com.google.android.testing.mocking;
20 * Support class for testing.
H A DConstructorCreationTests.java16 package com.google.android.testing.mocking;
/external/chromium/chrome/browser/
H A Dabout_flags.h20 // This is exposed only for testing.
24 // for testing).
25 // This is exposed only for testing.
106 // This is exposed only for testing.
113 namespace testing { namespace in namespace:about_flags
128 } // namespace testing
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc44 namespace testing { namespace
210 } // namespace testing

Completed in 6174 milliseconds

<<11121314151617181920>>