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

1234567891011>>

/external/littlemock/tests/com/google/testing/littlemock/
H A DAppDataDirGuesserTest.java17 package com.google.testing.littlemock;
/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/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/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/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/chromium_org/net/base/
H A Dmock_file_stream.cc12 namespace testing { namespace in namespace:net
139 } // namespace testing
H A Dmock_file_stream.h21 namespace testing { namespace in namespace:net
103 } // namespace testing
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestLogger.java5 package org.chromium.testing.local;
/external/chromium_org/testing/gtest/test/
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
111 // is for testing whether Google Test can handle failed assertions in a
235 } // namespace testing
238 testing::InitGoogleTest(&argc, argv);
253 testing::InitGoogleTest(&argc, argv);
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dgmock.h8 #include "testing/gmock/include/gmock/gmock.h"
10 namespace testing { namespace
89 } // namespace testing
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dregister_state_check.h37 namespace testing { namespace
45 } // namespace testing
80 return !testing::Test::HasNonfatalFailure();
127 return !testing::Test::HasNonfatalFailure();
176 return !testing::Test::HasNonfatalFailure();
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
348 } // namespace testing
/external/chromium_org/third_party/re2/util/
H A Dtest.h42 namespace testing { namespace
51 } // namespace testing
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_simulations.cc11 #include "testing/gtest/include/gtest/gtest.h"
19 namespace testing { namespace in namespace:webrtc
48 public ::testing::TestWithParam<BweTestConfig> {
63 ::testing::Values(MakeAdaptiveBweTestConfig()));
164 ::testing::Values(MakeMultiFlowBweTestConfig(3)));
191 } // namespace testing
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test.h14 #include "testing/gtest/include/gtest/gtest.h"
23 namespace testing { namespace in namespace:webrtc
124 } // namespace testing
/external/gtest/test/
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...]

Completed in 306 milliseconds

1234567891011>>