Searched defs:testing (Results 251 - 275 of 780) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
208 } // namespace testing
/external/mesa3d/src/gtest/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
H A DInstallUncaughtExceptionHandlerListener.java16 package com.squareup.okhttp.testing;
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
203 // The death testing framework causes this to have interesting semantics,
248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
281 } // namespace testing
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
208 } // namespace testing
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/protobuf/gtest/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
212 } // namespace testing
/external/protobuf/src/google/protobuf/util/internal/
H A Dtype_info_test_helper.h52 namespace testing { namespace in namespace:google::protobuf::util::converter
92 } // namespace testing
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
203 // The death testing framework causes this to have interesting semantics,
248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
281 } // namespace testing
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
208 } // namespace testing
/external/v8/testing/gtest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
204 } // namespace testing
/external/v8/testing/gtest/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
215 } // namespace testing
/external/v8/tools/clang/plugins/tests/
H A Dvirtual_bodies.h36 // Don't complain about things in a 'testing' namespace.
37 namespace testing { namespace
39 } // namespace testing
43 // Don't complain about no virtual testing methods.
47 testing::TestStruct tester_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
204 } // namespace testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
215 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dtcp.cc15 #include "testing/gtest/include/gtest/gtest.h"
22 namespace testing { namespace in namespace:webrtc
53 } // namespace testing
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_receiver.h23 namespace testing { namespace in namespace:webrtc
69 } // namespace testing
/external/fmtlib/test/gtest/
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/google-breakpad/src/testing/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/google-breakpad/src/testing/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing

Completed in 592 milliseconds

<<11121314151617181920>>