Searched defs:testing (Results 351 - 375 of 780) sorted by relevance

<<11121314151617181920>>

/external/v8/testing/
H A Dgmock-support.h12 #include "testing/gmock/include/gmock/gmock.h"
14 namespace testing { namespace
89 } // namespace testing
/external/v8/testing/gtest/include/gtest/
H A Dgtest-message.h55 void operator<<(const testing::internal::Secret&, int);
57 namespace testing { namespace
71 // testing::Message foo;
121 // namespace, but not other namespaces, including the testing
126 // assertions, testing::Message must access the custom << operator
248 } // 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/v8/testing/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
H A Dgtest-typed-test.cc35 namespace testing { namespace
118 } // namespace testing
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreams.java17 package vogar.testing;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-message.h55 void operator<<(const testing::internal::Secret&, int);
57 namespace testing { namespace
71 // testing::Message foo;
121 // namespace, but not other namespaces, including the testing
126 // assertions, testing::Message must access the custom << operator
248 } // 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/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimators_test.cc29 namespace testing { namespace in namespace:webrtc
33 public ::testing::TestWithParam<BandwidthEstimatorType> {
40 ::testing::Values(kRembEstimator,
245 public ::testing::TestWithParam<BandwidthEstimatorType> {
268 ::testing::Values(kRembEstimator,
437 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.cc25 namespace testing { namespace in namespace:webrtc
96 } // namespace testing
H A Dmetric_recorder_unittest.cc17 #include "testing/gtest/include/gtest/gtest.h"
20 namespace testing { namespace in namespace:webrtc
23 class MetricRecorderTest : public ::testing::Test {
107 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dremb.h26 namespace testing { namespace in namespace:webrtc
80 } // namespace testing
H A Dsend_side.h20 namespace testing { namespace in namespace:webrtc
66 } // namespace testing
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
H A DTestServer.java17 package org.conscrypt.testing;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
348 } // namespace testing
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
696 } // namespace testing
H A Dgtest_repeat_test.cc47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
72 ::testing::internal::posix::Abort();\
74 } while (::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing
[all...]
H A Dgtest_stress_test.cc49 namespace testing { namespace
112 // is for testing whether Google Test can handle failed assertions in a
236 } // namespace testing
239 testing::InitGoogleTest(&argc, argv);
254 testing::InitGoogleTest(&argc, argv);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-more-actions.h43 namespace testing { namespace
231 } // namespace testing
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-generated-internal-utils.h46 namespace testing { namespace
277 } // namespace testing
/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc45 namespace testing { namespace
156 } // namespace testing
H A Dgmock-internal-utils.cc47 namespace testing { namespace
75 // use Google Mock with a testing framework other than Google Test.
167 << ::testing::internal::GetCurrentOsStackTraceExceptTop(
168 ::testing::UnitTest::GetInstance(), actual_to_skip);
174 } // namespace testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h77 namespace testing { namespace
85 ::testing::Mock::AllowUninterestingCalls(
93 ::testing::Mock::AllowUninterestingCalls(
98 ::testing::Mock::AllowUninterestingCalls(
104 ::testing::Mock::AllowUninterestingCalls(
111 ::testing::Mock::AllowUninterestingCalls(
118 ::testing::Mock::AllowUninterestingCalls(
126 ::testing::Mock::AllowUninterestingCalls(
135 ::testing::Mock::AllowUninterestingCalls(
144 ::testing
[all...]
H A Dgmock-more-actions.h43 namespace testing { namespace
164 return ::testing::get<k>(args);
172 *pointer = ::testing::get<k>(args);
180 *pointer = *::testing::get<k>(args);
188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
194 ::testing::get<k>(args) = value;
207 internal::CopyElements(first, last, ::testing::get<k>(args));
209 ::std::copy(first, last, ::testing::get<k>(args));
218 delete ::testing::get<k>(args);
244 } // namespace testing
[all...]

Completed in 374 milliseconds

<<11121314151617181920>>