/external/gtest/include/gtest/ |
gtest-spi.h | 32 // 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 >est_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\ 148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 149 ::testing::ScopedFakeTestPartResultReporter:: \ 161 ::testing::TestPartResultArray gtest_failures; [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_unittest.cc | 9 #include "testing/gmock/include/gmock/gmock.h" 10 #include "testing/gtest/include/gtest/gtest.h" 35 EXPECT_CALL(*mock, OnUnhandledMessage(testing::Property(&IPC::Message::type,
|
mock_tab_event_observer.h | 10 #include "testing/gmock/include/gmock/gmock.h" 19 // Promote these to public for testing purposes.
|
/external/libyuv/files/unit_test/ |
unit_test.cc | 14 class libyuvEnvironment : public ::testing::Environment { 35 ::testing::InitGoogleTest(&argc, argv); 37 ::testing::AddGlobalTestEnvironment(env);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
link-warning.h | 7 Testing __GLIBC__ is sufficient for asserting that GNU ld is in use. 8 Testing __ELF__ guarantees the ELF object format. 9 Testing __GNUC__ is necessary for the compound expression syntax. */
|
/external/chromium/base/nix/ |
xdg_util_unittest.cc | 8 #include "testing/gmock/include/gmock/gmock.h" 9 #include "testing/gtest/include/gtest/gtest.h" 11 using ::testing::_; 12 using ::testing::Return; 13 using ::testing::SetArgumentPointee; 14 using ::testing::StrEq;
|
/external/chromium/chrome/browser/sync/notifier/ |
non_blocking_invalidation_notifier_unittest.cc | 16 #include "testing/gmock/include/gmock/gmock.h" 17 #include "testing/gtest/include/gtest/gtest.h" 23 using ::testing::InSequence; 24 using ::testing::StrictMock; 26 class NonBlockingInvalidationNotifierTest : public testing::Test { 70 // TODO(akalin): Add synchronous operations for testing to
|
/external/chromium/testing/gtest/test/ |
gtest-param-test_test.h | 32 // The Google C++ Testing Framework (Google Test) 35 // for testing Google Test itself. 44 // Test fixture for testing definition and instantiation of a test 46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {}; 48 // Test fixture for testing instantiation of a test in multiple 51 : public ::testing::TestWithParam<int> {};
|
/external/gtest/test/ |
gtest-param-test_test.h | 32 // The Google C++ Testing Framework (Google Test) 35 // for testing Google Test itself. 44 // Test fixture for testing definition and instantiation of a test 46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {}; 48 // Test fixture for testing instantiation of a test in multiple 51 : public ::testing::TestWithParam<int> {};
|
/external/protobuf/gtest/test/ |
gtest-param-test_test.h | 32 // The Google C++ Testing Framework (Google Test) 35 // for testing Google Test itself. 44 // Test fixture for testing definition and instantiation of a test 46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {}; 48 // Test fixture for testing instantiation of a test in multiple 51 : public ::testing::TestWithParam<int> {};
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/ |
traversal-reject.js | 25 debug("<br>Testing nextNode") 31 debug("<br>Testing firstChild") 36 debug("<br>Testing nextSibling") 42 debug("<br>Testing parentNode") 47 debug("<br>Testing previousSibling") 52 debug("<br>Testing previousNode")
|
acceptNode-filter.js | 16 debug("Testing with raw function filter"); 21 debug("<br>Testing with object filter"); 34 debug("<br>Testing with null filter"); 40 debug("<br>Testing with undefined filter"); 46 debug("<br>Testing with object lacking acceptNode property"); 54 debug("<br>Testing with object with non-function acceptNode property"); 62 debug("<br>Testing with function having acceptNode function"); 70 debug("<br>Testing acceptNode callee");
|
/external/webrtc/src/modules/audio_processing/main/ |
apm_tests.gyp | 22 '../../../../testing/gtest.gyp:gtest', 23 '../../../../testing/gtest.gyp:gtest_main', 27 '../../../../testing/gtest/include', 42 '../../../../testing/gtest.gyp:gtest', 43 '../../../../testing/gtest.gyp:gtest_main', 46 '../../../../testing/gtest/include',
|
/external/chromium/base/ |
no_windows2000_unittest.h | 9 #include "testing/gtest/include/gtest/gtest.h" 13 // Note: Parent should be testing::Test or UITest.
|
/external/chromium/chrome/browser/chromeos/login/ |
login_browsertest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 24 using ::testing::_; 25 using ::testing::AnyNumber; 26 using ::testing::InvokeWithoutArgs; 27 using ::testing::NiceMock; 28 using ::testing::Return; 29 using ::testing::ReturnRef;
|
/external/chromium/chrome/browser/first_run/ |
first_run_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 9 class FirstRunTest : public testing::Test {
|
/external/chromium/chrome/browser/policy/ |
mock_configuration_policy_store.cc | 9 using ::testing::_; 10 using ::testing::Invoke;
|
/external/chromium/chrome/browser/sync/engine/ |
syncapi_mock.h | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_mock.cc | 16 ON_CALL(*this, Configure(testing::_)). 17 WillByDefault(testing::DoAll(
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_button_unittest.mm | 8 #include "testing/gtest/include/gtest/gtest.h" 9 #include "testing/platform_test.h"
|
download_shelf_view_unittest.mm | 8 #include "testing/gtest/include/gtest/gtest.h" 9 #include "testing/platform_test.h"
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_view_unittest.mm | 8 #include "testing/gtest/include/gtest/gtest.h" 9 #include "testing/platform_test.h"
|
/external/expat/tests/ |
README.txt | 2 tests provide general unit testing and regression coverage. The tests 7 unit testing framework for C. More information on Check can be found at:
|
/external/openssl/crypto/threads/ |
README | 1 Mutithreading testing area. 6 mttest will do some testing and will currently build under Windows NT/95,
|
/external/v8/test/cctest/ |
test-flags.cc | 92 "--testing_float_flag", "-12E10", "-testing-string-flag=foo-bar" }; 109 "-testing-string-flag=foo-bar"; 157 const char* argv[] = { "Test5", "--testing-int-flag", "0", 168 const char* str = " --testing-int-flag 0 --testing_float_flag "; 177 "--testing-int-flag", "42", 178 "--", "testing-float-flag", "7"}; 185 CHECK_EQ(0, strcmp(FLAG_js_arguments[0], "testing-float-flag")); 193 const char* str = "--testing-int-flag 42 -- testing-float-flag 7"; 198 CHECK_EQ(0, strcmp(FLAG_js_arguments[0], "testing-float-flag")) [all...] |