/external/gtest/test/ |
gtest_output_test_.cc | 60 using testing::ScopedFakeTestPartResultReporter; 61 using testing::TestPartResultArray; 63 using testing::internal::String; 80 // The testing::Test:: prefix is necessary when calling 82 if (testing::Test::HasFatalFailure()) return; 111 // fixture, the testing::Test:: prefix is not needed. 140 // A helper function for testing SCOPED_TRACE. 146 // Another helper function for testing SCOPED_TRACE. 148 SCOPED_TRACE(testing::Message() << "n = " << n); 177 SCOPED_TRACE(testing::Message() << "i = " << i) [all...] |
gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 48 class FooTest : public testing::Test { 130 class ParamTest : public testing::TestWithParam<int> { 139 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 140 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 147 testing::InitGoogleTest(&argc, argv);
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-nice-strict.h | 65 namespace testing { namespace 73 ::testing::Mock::AllowUninterestingCalls( 81 ::testing::Mock::AllowUninterestingCalls( 86 ::testing::Mock::AllowUninterestingCalls( 92 ::testing::Mock::AllowUninterestingCalls( 99 ::testing::Mock::AllowUninterestingCalls( 106 ::testing::Mock::AllowUninterestingCalls( 114 ::testing::Mock::AllowUninterestingCalls( 123 ::testing::Mock::AllowUninterestingCalls( 132 ::testing::Mock::AllowUninterestingCalls [all...] |
gmock-generated-nice-strict.h.pump | 68 namespace testing { 76 ::testing::Mock::AllowUninterestingCalls( 84 ::testing::Mock::AllowUninterestingCalls( 93 ::testing::Mock::AllowUninterestingCalls( 100 ::testing::Mock::UnregisterCallReaction( 114 ::testing::Mock::FailUninterestingCalls( 120 ::testing::Mock::FailUninterestingCalls( 128 ::testing::Mock::FailUninterestingCalls( 135 ::testing::Mock::UnregisterCallReaction( 158 } // namespace testing [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_event_router_forwarder_unittest.cc | 14 #include "testing/gmock/include/gmock/gmock.h" 15 #include "testing/gtest/include/gtest/gtest.h" 91 using ::testing::_; 135 using ::testing::_; 152 using ::testing::_; 171 using ::testing::_; 188 using ::testing::_; 205 using ::testing::_; 235 using ::testing::_; 250 using ::testing::_ [all...] |
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest_.cc | 36 // flag. This is used for testing such functionality. 43 using ::testing::InitGoogleTest; 44 using ::testing::TestEventListeners; 45 using ::testing::TestWithParam; 46 using ::testing::UnitTest; 47 using ::testing::Test; 48 using ::testing::Types; 49 using ::testing::Values; 125 testing::Test::RecordProperty(key, value); 130 testing::Test::RecordProperty(key, value) [all...] |
gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 47 class FooTest : public testing::Test { 121 class ParamTest : public testing::TestWithParam<int> { 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 137 ::testing::InitGoogleTest(&argc, argv);
|
/external/chromium/chrome/browser/policy/ |
device_policy_cache_unittest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 23 using ::testing::_; 24 using ::testing::InSequence; 104 class DevicePolicyCacheTest : public testing::Test { 151 testing::Mock::VerifyAndClearExpectations(&signed_settings_helper_); 169 testing::Mock::VerifyAndClearExpectations(&signed_settings_helper_); 183 testing::Mock::VerifyAndClearExpectations(&signed_settings_helper_); 201 testing::Mock::VerifyAndClearExpectations(&signed_settings_helper_); 208 testing::Mock::VerifyAndClearExpectations(&signed_settings_helper_) [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-spi.h | 32 // Utilities for testing Google Test itself and code that uses Google Test 40 namespace testing { namespace 191 } // namespace testing 193 // A macro for testing Google Test assertions or code that's expected to 212 ::testing::TestPartResultArray gtest_failures;\ 213 ::testing::internal::SingleFailureChecker gtest_checker(\ 214 >est_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\ 216 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 222 // A macro for testing Google Test assertions or code that's expected to 237 ::testing::TestPartResultArray gtest_failures; [all...] |
/external/chromium/testing/gmock/test/ |
gmock-nice-strict_test.cc | 39 // This must not be defined inside the ::testing namespace, or it will 40 // clash with ::testing::Mock. 51 namespace testing { namespace 54 using testing::internal::string; 55 using testing::GMOCK_FLAG(verbose); 56 using testing::HasSubstr; 57 using testing::NiceMock; 58 using testing::StrictMock; 61 using testing::internal::CaptureStdout; 62 using testing::internal::GetCapturedStdout [all...] |
/external/icu4c/tools/ctestfw/unicode/ |
ctest.h | 108 * @internal Internal APIs for testing purpose only 118 * @internal Internal APIs for testing purpose only 127 * @internal Internal APIs for testing purpose only 136 * @internal Internal APIs for testing purpose only 151 * @internal Internal APIs for testing purpose only 162 * @internal Internal APIs for testing purpose only 173 * @internal Internal APIs for testing purpose only 183 * @internal Internal APIs for testing purpose only 193 * @internal Internal APIs for testing purpose only 203 * @internal Internal APIs for testing purpose onl [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/ |
X509CRLImplTest.java | 76 // Makes no sense. For testing purposes we need just provide 276 * X509CRLImpl(CertificateList crl) method testing. 289 * getEncoded() method testing. 302 * getVersion() method testing. 309 * getIssuerDN() method testing. 317 * getIssuerX500Principal() method testing. 325 * getThisUpdate() method testing. 333 * getNextUpdate() method testing. 341 * getRevokedCertificate(X509Certificate certificate) method testing. 388 * getRevokedCertificate(BigInteger serialNumber) method testing [all...] |
/external/chromium/chrome/browser/download/ |
download_manager_unittest.cc | 26 #include "testing/gmock/include/gmock/gmock.h" 27 #include "testing/gmock_mutant.h" 28 #include "testing/gtest/include/gtest/gtest.h" 30 class DownloadManagerTest : public testing::Test { 341 using ::testing::_; 342 using ::testing::CreateFunctor; 343 using ::testing::Invoke; 344 using ::testing::Return; 361 ::testing::Mock::AllowLeak(download_file); 370 .WillOnce(testing::WithArgs<0>(Invoke(CreateFunctor [all...] |
/external/protobuf/gtest/test/ |
gtest-listener_test.cc | 31 // The Google C++ Testing Framework (Google Test) 47 using ::testing::AddGlobalTestEnvironment; 48 using ::testing::Environment; 49 using ::testing::InitGoogleTest; 50 using ::testing::Test; 51 using ::testing::TestCase; 52 using ::testing::TestEventListener; 53 using ::testing::TestInfo; 54 using ::testing::TestPartResult; 55 using ::testing::UnitTest 62 namespace testing { namespace [all...] |
gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 47 class FooTest : public testing::Test { 121 class ParamTest : public testing::TestWithParam<int> { 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 137 ::testing::InitGoogleTest(&argc, argv);
|
/external/chromium/net/proxy/ |
proxy_config_service_common_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 24 ::testing::AssertionResult* failure_details, 72 ::testing::AssertionResult ProxyRulesExpectation::Matches( 74 ::testing::AssertionResult failure_details = ::testing::AssertionFailure(); 106 return failed ? failure_details : ::testing::AssertionSuccess();
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
complex-keys.js | 11 debug("Testing " + storageString); 41 debug("Testing a null key"); 58 debug("Testing an undefined key"); 75 debug("Testing a numeric key"); 100 debug("Testing case differences"); 117 debug("Testing overriding length");
|
/external/icu4c/test/cintltst/ |
putiltst.c | 39 log_verbose("Testing the API uprv_modf()\n"); 50 log_verbose("Testing the API uprv_fmod()\n"); 54 log_verbose("Testing the API uprv_ceil()\n"); 58 log_verbose("Testing the API uprv_floor()\n"); 62 log_verbose("Testing the API uprv_fabs()\n"); 66 log_verbose("Testing the API uprv_fmax()\n"); 69 log_verbose("Testing the API uprv_fmax() with x value= NaN\n"); 73 log_verbose("Testing the API uprv_fmin()\n"); 76 log_verbose("Testing the API uprv_fmin() with x value= NaN\n"); 80 log_verbose("Testing the API uprv_max()\n") [all...] |
/external/chromium/base/ |
dir_reader_posix_unittest.cc | 14 #include "testing/gtest/include/gtest/gtest.h" 19 typedef testing::Test DirReaderPosixUnittest; 64 SCOPED_TRACE(testing::Message() << "reader.name(): " << reader.name());
|
spin_wait.h | 5 // This file provides a macro ONLY for use in testing. 8 // This code is very helpful in testing multi-threaded code, without depending 9 // on almost any primitives. This is especially helpful if you are testing
|
/external/chromium/chrome/browser/ |
background_mode_manager_unittest.cc | 13 #include "testing/gmock/include/gmock/gmock.h" 14 #include "testing/gtest/include/gtest/gtest.h" 16 using testing::InSequence;
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_key_utils_unittest.cc | 17 #include "testing/gmock/include/gmock/gmock.h" 18 #include "testing/gtest/include/gtest/gtest.h" 22 class OwnerKeyUtilsTest : public ::testing::Test {
|
/external/chromium/chrome/browser/prefs/ |
session_startup_pref_unittest.cc | 8 #include "testing/gmock/include/gmock/gmock.h" 9 #include "testing/gtest/include/gtest/gtest.h" 12 class SessionStartupPrefTest : public testing::Test {
|
/external/chromium/chrome/browser/sync/engine/ |
cleanup_disabled_types_command_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gmock/include/gmock/gmock.h" 15 using testing::_;
|
/external/chromium/chrome/browser/sync/ |
js_test_util.h | 16 #include "testing/gmock/include/gmock/gmock.h" 30 ::testing::Matcher<const JsArgList&> HasArgs(const JsArgList& expected_args); 33 ::testing::Matcher<const JsArgList&> HasArgsAsList(
|