HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 501 - 525 of 1415) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 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
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
55 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
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
gtest-typed-test.cc 35 namespace testing { namespace
118 } // namespace testing
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 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/llvm/utils/unittest/googletest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
gtest-typed-test.cc 35 namespace testing { namespace
110 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 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
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
55 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
  /external/mesa3d/src/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
gtest-typed-test.cc 35 namespace testing { namespace
110 } // namespace testing
  /external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
InstallUncaughtExceptionHandlerListener.java 16 package com.squareup.okhttp.testing;
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 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
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
  /external/protobuf/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
gtest-typed-test.cc 35 namespace testing { namespace
110 } // namespace testing
  /external/protobuf/gtest/test/
gtest-options_test.cc 58 namespace testing { namespace
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
212 } // namespace testing
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter_test.cc 42 namespace testing { namespace in namespace:google::protobuf::util::converter
44 using google::protobuf::testing::DefaultValueTest;
49 : public ::testing::TestWithParam<testing::TypeInfoSource> {
77 ::testing::Values(
78 testing::USE_TYPE_RESOLVER));
97 // Actual testing
117 // Actual testing
141 // Actual testing
152 } // namespace testing
    [all...]
type_info_test_helper.cc 54 namespace testing { namespace in namespace:google::protobuf::util::converter
130 } // namespace testing
type_info_test_helper.h 52 namespace testing { namespace in namespace:google::protobuf::util::converter
92 } // namespace testing
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
gtest-typed-test.cc 35 namespace testing { namespace
110 } // namespace testing
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 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/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.cc 22 namespace testing { namespace in namespace:xla
26 ::testing::MatchResultListener* listener) const {
44 ::testing::StringMatchResultListener inner_listener;
78 ::testing::MatchResultListener* listener) const {
93 ::testing::MatchResultListener* listener) const {
113 ::testing::MatchResultListener* listener) const {
117 ::testing::StringMatchResultListener sub_listener;
135 } // namespace testing
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.h 23 namespace testing { namespace in namespace:tflite
79 } // namespace testing

Completed in 749 milliseconds

<<21222324252627282930>>