Searched defs:testing (Results 276 - 300 of 467) sorted by relevance

<<111213141516171819

/external/qemu/android/emulation/
H A DCpuAccelerator.cpp61 bool testing; member in struct:android::__anon29111::GlobalState
305 if (g->probed || g->testing) {
330 if (!g->probed && !g->testing) {
342 g->testing = true;
/external/regex-re2/util/
H A Dtest.h42 namespace testing { namespace
51 } // namespace testing
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.h19 namespace testing { namespace
46 virtual bool ShouldRunTest(const testing::TestCase* test_case,
47 const testing::TestInfo* test_info) = 0;
/external/chromium_org/chrome/browser/
H A Dabout_flags.h33 // This is exposed only for testing.
38 // for testing).
39 // This is exposed only for testing.
167 // This is exposed only for testing.
184 namespace testing { namespace in namespace:about_flags
200 } // namespace testing
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window_testing.cc47 DevToolsWindowTesting* testing = DevToolsWindowTesting::Find(window); local
48 if (!testing)
49 testing = new DevToolsWindowTesting(window);
50 return testing;
89 DevToolsWindowTesting* testing = DevToolsWindowTesting::Find(window); local
90 if (testing)
91 delete testing;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc15 #include "testing/gtest/include/gtest/gtest.h"
23 namespace testing { namespace
37 } // namespace testing
205 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/chromium_org/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
231 } // namespace testing
/external/chromium_org/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/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
680 } // namespace testing
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) = "-*";
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h39 namespace testing { namespace
47 } // namespace testing
125 class AnimationCompositorAnimationsTestBase : public ::testing::Test {
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimators_test.cc21 namespace testing { namespace in namespace:webrtc
58 public ::testing::TestWithParam<DefaultBweTestConfig> {
83 ::testing::Values(MakeBweTestConfig(1, kAbsSendTime),
239 public ::testing::TestWithParam<BweTestConfig> {
338 } // namespace testing
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_baselinefile.cc25 namespace testing { namespace in namespace:webrtc
167 } // namespace testing
H A Dbwe_test_logging.cc24 namespace testing { namespace in namespace:webrtc
161 } // namespace testing
H A Dbwe_test_logging.h107 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
112 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
117 webrtc::testing::bwe::Logging::Context \
132 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
137 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
142 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
147 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
153 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
161 webrtc::testing::bwe::Logging::GetInstance()->Plot(value); \
168 namespace testing { namespace in namespace:webrtc
[all...]
/external/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/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/gtest/src/
H A Dgtest-printers.cc37 // 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/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
680 } // namespace testing
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());

Completed in 587 milliseconds

<<111213141516171819