Searched defs:testing (Results 176 - 200 of 467) sorted by relevance

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DMockFutureListener.java17 package com.google.common.util.concurrent.testing;
31 * testing ListenableFutures.
/external/guava/guava-tests/test/com/google/common/testing/
H A DTestLogHandlerTest.java17 package com.google.common.testing;
/external/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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
208 } // namespace testing
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/mesa3d/src/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/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/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
199 } // namespace testing
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
98 } // namespace testing
/external/protobuf/gtest/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
267 } // namespace testing
/external/chromium_org/chrome/test/base/
H A Djs2gtest.js10 * @see WebUI testing: http://goo.gl/ZWFXF
133 testing.Test.prototype.typedefCppFixture = 'ExtensionJSBrowserTest';
138 testing.Test.prototype.typedefCppFixture = 'V8UnitTest';
143 testing.Test.prototype.typedefCppFixture = 'WebUIBrowserTest';
148 print('#include "testing/gtest/include/gtest/gtest.h"');
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestComputer.java5 package org.chromium.testing.local;
H A DGtestListener.java5 package org.chromium.testing.local;
H A DJunitTestArgParser.java5 package org.chromium.testing.local;
/external/chromium_org/testing/android/junit/javatests/src/org/chromium/testing/local/
H A DGtestLoggerTest.java5 package org.chromium.testing.local;
34 "[ RUN ] org.chromium.testing.local.GtestLoggerTest.testTestStarted\n",
46 "[ OK ] org.chromium.testing.local.GtestLoggerTest.testTestFinishedPassed" +
59 "[ FAILED ] org.chromium.testing.local.GtestLoggerTest.testTestFinishedPassed" +
71 "[----------] Run 456 test cases from org.chromium.testing.local.GtestLoggerTest\n",
82 "[----------] Run 456 test cases from org.chromium.testing.local.GtestLoggerTest" +
/external/chromium_org/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/chromium_org/testing/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-test-part.cc45 namespace testing { namespace
110 } // namespace testing
/external/chromium_org/third_party/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/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.cc25 namespace testing { namespace in namespace:webrtc
96 } // namespace testing

Completed in 401 milliseconds

1234567891011>>