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

<<111213141516171819

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h53 namespace testing { namespace
4799 } // namespace testing
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
42 || testing::GTEST_FLAG(break_on_failure)
43 || testing::GTEST_FLAG(catch_exceptions)
44 || testing::GTEST_FLAG(color) != "unknown"
45 || testing::GTEST_FLAG(filter) != "unknown"
46 || testing::GTEST_FLAG(list_tests)
47 || testing::GTEST_FLAG(output) != "unknown"
48 || testing::GTEST_FLAG(print_time)
49 || testing::GTEST_FLAG(random_seed)
50 || testing
81 namespace testing { namespace
4291 namespace testing { namespace
5096 namespace testing { namespace
6121 namespace testing { namespace in namespace:my_namespace
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc146 namespace testing { namespace
315 // A user must call testing::InitGoogleTest() to initialize Google
593 // Returns the type ID of ::testing::Test. We should always call this
594 // instead of GetTypeId< ::testing::Test>() to get the type ID of
595 // testing::Test. This is to work around a suspected linker bug when
597 // GetTypeId< ::testing::Test>() to return different values depending
607 // library. This is solely for testing GetTestTypeId().
1658 return ::testing::AssertionFailure()
2401 // Test assertion with the intention of letting another testing
4095 // with another testing framewor
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc139 namespace testing { namespace
304 // A user must call testing::InitGoogleTest() to initialize Google
585 // Returns the type ID of ::testing::Test. We should always call this
586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
587 // testing::Test. This is to work around a suspected linker bug when
589 // GetTypeId< ::testing::Test>() to return different values depending
599 // library. This is solely for testing GetTestTypeId().
909 // TODO(wan): consider allowing a testing::String object to
1371 return ::testing::AssertionFailure()
2052 // std::exception, many testing framework
[all...]
/external/gtest/src/
H A Dgtest.cc142 namespace testing { namespace
311 // A user must call testing::InitGoogleTest() to initialize Google
589 // Returns the type ID of ::testing::Test. We should always call this
590 // instead of GetTypeId< ::testing::Test>() to get the type ID of
591 // testing::Test. This is to work around a suspected linker bug when
593 // GetTypeId< ::testing::Test>() to return different values depending
603 // library. This is solely for testing GetTestTypeId().
1374 return ::testing::AssertionFailure()
2117 // Test assertion with the intention of letting another testing
3812 // with another testing framewor
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc139 namespace testing { namespace
304 // A user must call testing::InitGoogleTest() to initialize Google
585 // Returns the type ID of ::testing::Test. We should always call this
586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
587 // testing::Test. This is to work around a suspected linker bug when
589 // GetTypeId< ::testing::Test>() to return different values depending
599 // library. This is solely for testing GetTestTypeId().
909 // TODO(wan): consider allowing a testing::String object to
1371 return ::testing::AssertionFailure()
2052 // std::exception, many testing framework
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc139 namespace testing { namespace
304 // A user must call testing::InitGoogleTest() to initialize Google
585 // Returns the type ID of ::testing::Test. We should always call this
586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
587 // testing::Test. This is to work around a suspected linker bug when
589 // GetTypeId< ::testing::Test>() to return different values depending
599 // library. This is solely for testing GetTestTypeId().
909 // TODO(wan): consider allowing a testing::String object to
1371 return ::testing::AssertionFailure()
2052 // std::exception, many testing framework
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc132 namespace testing { namespace
285 // A user must call testing::InitGoogleTest() to initialize Google
553 // Returns the type ID of ::testing::Test. We should always call this
554 // instead of GetTypeId< ::testing::Test>() to get the type ID of
555 // testing::Test. This is to work around a suspected linker bug when
557 // GetTypeId< ::testing::Test>() to return different values depending
567 // library. This is solely for testing GetTestTypeId().
874 // TODO(wan): consider allowing a testing::String object to
1358 return ::testing::AssertionFailure(msg);
3524 // std::runtime_error inherits from std::exception, many testing
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc106 // Utilities for testing Google Test itself and code that uses Google Test
113 namespace testing { namespace
186 } // namespace testing
188 // A set of macros for testing Google Test assertions or code that's expected
217 ::testing::TestPartResultArray gtest_failures;\
218 ::testing::internal::SingleFailureChecker gtest_checker(\
219 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
221 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 ::testing::ScopedFakeTestPartResultReporter:: \
226 } while (::testing
474 namespace testing { namespace
1626 namespace testing { namespace
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc106 // Utilities for testing Google Test itself and code that uses Google Test
113 namespace testing { namespace
186 } // namespace testing
188 // A set of macros for testing Google Test assertions or code that's expected
217 ::testing::TestPartResultArray gtest_failures;\
218 ::testing::internal::SingleFailureChecker gtest_checker(\
219 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
221 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 ::testing::ScopedFakeTestPartResultReporter:: \
226 } while (::testing
474 namespace testing { namespace
1626 namespace testing { namespace
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h381 // Brings in definitions for functions used in the testing::internal::posix
1892 namespace testing {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
2147 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
2169 if (::testing::internal::IsTrue(condition)) \
2236 ::testing::internal::ImplicitCast_<From*>(to);
2279 const ::std::vector<testing::internal::string>& GetInjectableArgvs();
2280 void SetInjectableArgvs(const ::std::vector<testing::internal::string>*
2284 extern ::std::vector<testing
3129 namespace testing { namespace
3375 namespace testing { namespace
3532 namespace testing { namespace
3749 namespace testing { namespace
7039 namespace testing { namespace
8201 namespace testing { namespace
8478 namespace testing { namespace
9036 namespace testing { namespace
9297 namespace testing { namespace
9441 namespace testing { namespace
10050 namespace testing { namespace
10673 namespace testing { namespace
15763 namespace testing { namespace
17084 namespace testing { namespace
17496 namespace testing { namespace
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h381 // Brings in definitions for functions used in the testing::internal::posix
1892 namespace testing {
1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
2147 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
2169 if (::testing::internal::IsTrue(condition)) \
2236 ::testing::internal::ImplicitCast_<From*>(to);
2279 const ::std::vector<testing::internal::string>& GetInjectableArgvs();
2280 void SetInjectableArgvs(const ::std::vector<testing::internal::string>*
2284 extern ::std::vector<testing
3129 namespace testing { namespace
3375 namespace testing { namespace
3532 namespace testing { namespace
3749 namespace testing { namespace
7039 namespace testing { namespace
8201 namespace testing { namespace
8478 namespace testing { namespace
9036 namespace testing { namespace
9297 namespace testing { namespace
9441 namespace testing { namespace
10050 namespace testing { namespace
10673 namespace testing { namespace
15763 namespace testing { namespace
17084 namespace testing { namespace
17496 namespace testing { namespace
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... ant/taskdefs/optional/sos/ org/apache/tools/ant/taskdefs/optional/testing/ org/apache/tools/ant/taskdefs/optional/unix/ org/apache/tools ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... ant/taskdefs/optional/sos/ org/apache/tools/ant/taskdefs/optional/testing/ org/apache/tools/ant/taskdefs/optional/unix/ org/apache/tools ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jar ... format/ com/google/javascript/jscomp/regex/ com/google/javascript/jscomp/testing/ com/google/javascript/jscomp/type/ com/google/javascript/jscomp/webservice ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 547 milliseconds

<<111213141516171819