HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 226 - 250 of 617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/testing/
SerializableTester.java 17 package com.google.common.testing;
SloppyTearDown.java 17 package com.google.common.testing;
TestLogHandler.java 17 package com.google.common.testing;
  /external/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/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/mesa3d/src/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
  /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/open-vcdiff/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)
52 namespace testing { namespace
66 // testing::Message foo;
222 } // namespace testing
  /external/open-vcdiff/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
120 } // namespace 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)
52 namespace testing { namespace
66 // testing::Message foo;
222 } // namespace testing
  /external/protobuf/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
120 } // namespace testing
  /external/protobuf/gtest/test/
gtest-options_test.cc 58 namespace testing { namespace
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
267 } // namespace testing
gtest-port_test.cc 53 namespace testing { namespace
157 ::testing::ExitedWithCode(0), "Success");
165 class RETest : public ::testing::Test {};
169 typedef testing::Types<
699 } // namespace testing
gtest_stress_test.cc 45 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/
benchmark.h 8 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))
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmService.java 17 package com.android.testing.alarmservice;
WakeUpController.java 17 package com.android.testing.alarmservice;
50 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "testing-alarmservice");
  /ndk/sources/third_party/googletest/googletest/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
  /ndk/sources/third_party/googletest/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

Completed in 1959 milliseconds

1 2 3 4 5 6 7 8 91011>>