Searched defs:testing (Results 501 - 525 of 780) sorted by relevance

<<21222324252627282930>>

/external/v8/tools/clang/plugins/tests/
H A Dvirtual_specifiers.cpp91 // Some tests that overrides in the testing namespace
92 // don't trigger warnings, except for testing::Test.
93 namespace testing { namespace
109 class MyTest : public testing::Test {
115 class MyNotTest : public testing::NotTest {
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/vulkan-validation-layers/tests/gtest-1.7.0/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/vulkan-validation-layers/tests/gtest-1.7.0/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/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_simulations.cc11 #include "testing/gtest/include/gtest/gtest.h"
21 namespace testing { namespace in namespace:webrtc
27 public ::testing::TestWithParam<BandwidthEstimatorType> {
47 ::testing::Values(kRembEstimator,
448 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test.h17 #include "testing/gtest/include/gtest/gtest.h"
25 namespace testing { namespace in namespace:webrtc
192 } // namespace testing
H A Dbwe_test_baselinefile.cc25 namespace testing { namespace in namespace:webrtc
167 } // namespace testing
H A Dbwe_test_logging.h132 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
137 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
142 webrtc::testing::bwe::Logging::Context \
157 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
167 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
172 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
178 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
186 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value); \
193 webrtc::testing
239 namespace testing { namespace in namespace:webrtc
[all...]
H A Dpacket_receiver.cc15 #include "testing/gtest/include/gtest/gtest.h"
24 namespace testing { namespace in namespace:webrtc
146 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada.h31 namespace testing { namespace in namespace:webrtc
106 } // namespace testing
H A Dsend_side.cc18 namespace testing { namespace in namespace:webrtc
150 } // namespace testing
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h57 namespace testing { namespace
63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3165 typedef ::testing::tuple<T1, T2> ParamType;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3280 typedef ::testing::tuple<T1, T2, T3> ParamType;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType;
3561 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4, T5> > {
3563 typedef ::testing
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util-generated.h57 namespace testing { namespace
63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3165 typedef ::testing::tuple<T1, T2> ParamType;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3280 typedef ::testing::tuple<T1, T2, T3> ParamType;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType;
3561 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4, T5> > {
3563 typedef ::testing
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h57 namespace testing { namespace
63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3165 typedef ::testing::tuple<T1, T2> ParamType;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3280 typedef ::testing::tuple<T1, T2, T3> ParamType;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType;
3561 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4, T5> > {
3563 typedef ::testing
[all...]
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
H A DTestUtil.java17 package org.conscrypt.testing;
39 * Utility methods to support testing.
/external/e2fsprogs/util/
H A Dsymlinks.c39 testing = 0, single_fs = 1; variable
228 if (!(fix_links || testing) || !(fix_messy || fix_abs || fix_long))
260 if (!testing) {
368 else if (c == 't') testing = 1;
/external/eigen/bench/tensors/
H A Dbenchmark_main.cc29 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap;
73 namespace testing { namespace
192 } // namespace testing
218 ::testing::Benchmark* b = it->second;
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_test.cc47 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
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing { namespace
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-up
220 // testing
250 namespace testing { namespace
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc62 namespace testing { namespace
380 } // namespace testing
H A Dgtest-port.cc73 namespace testing { namespace
660 ::std::vector<testing::internal::string> g_argvs;
662 static const ::std::vector<testing::internal::string>* g_injected_test_argvs =
665 void SetInjectableArgvs(const ::std::vector<testing::internal::string>* argvs) {
671 const ::std::vector<testing::internal::string>& GetInjectableArgvs() {
787 } // namespace testing

Completed in 1228 milliseconds

<<21222324252627282930>>