| /external/chromium_org/chrome/browser/sync/ |
| profile_sync_service_bookmark_unittest.cc | 47 #include "testing/gmock/include/gmock/gmock.h" 48 #include "testing/gtest/include/gtest/gtest.h" 53 using testing::_; 54 using testing::InvokeWithoutArgs; 55 using testing::Mock; 56 using testing::StrictMock; 315 class ProfileSyncServiceBookmarkTest : public testing::Test { [all...] |
| /external/chromium_org/chrome/renderer/net/ |
| net_error_helper_core_unittest.cc | 23 #include "testing/gtest/include/gtest/gtest.h" 94 testing::AssertionResult StringValueEquals( 100 return testing::AssertionFailure() << key << " not found."; 102 return testing::AssertionFailure() 105 return testing::AssertionSuccess(); 144 class NetErrorHelperCoreTest : public testing::Test, [all...] |
| /external/chromium_org/sync/syncable/ |
| directory_backing_store_unittest.cc | 5 #include "testing/gtest/include/gtest/gtest.h" 26 #include "testing/gtest/include/gtest/gtest-param-test.h" 33 class MigrationTest : public testing::TestWithParam<int> { 247 // Helper functions for testing. 336 ::testing::AssertionResult AssertTimesMatch(const char* t1_expr, 341 return ::testing::AssertionSuccess(); 343 return ::testing::AssertionFailure() [all...] |
| /external/chromium_org/testing/gtest/include/gtest/ |
| gtest-param-test.h | 37 // in Google C++ Testing Framework (Google Test) 53 // class. It is usually derived from testing::TestWithParam<T> (see below for 56 // TestWithParam<T> is itself derived from testing::Test. T can be any 60 class FooTest : public ::testing::TestWithParam<const char*> { 83 // are all in the testing namespace: 155 // A parameterized test fixture must be derived from testing::Test and from 156 // testing::WithParamInterface<T>, where T is the type of the parameter 162 class BaseTest : public ::testing::Test { 167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { 197 namespace testing { namespace [all...] |
| /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
| gtest-param-test.h | 37 // in Google C++ Testing Framework (Google Test) 53 // class. It is usually derived from testing::TestWithParam<T> (see below for 56 // TestWithParam<T> is itself derived from testing::Test. T can be any 60 class FooTest : public ::testing::TestWithParam<const char*> { 83 // are all in the testing namespace: 155 // A parameterized test fixture must be derived from testing::Test and from 156 // testing::WithParamInterface<T>, where T is the type of the parameter 162 class BaseTest : public ::testing::Test { 167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { 197 namespace testing { namespace [all...] |
| /external/gtest/include/gtest/ |
| gtest-param-test.h | 37 // in Google C++ Testing Framework (Google Test) 53 // class. It is usually derived from testing::TestWithParam<T> (see below for 56 // TestWithParam<T> is itself derived from testing::Test. T can be any 60 class FooTest : public ::testing::TestWithParam<const char*> { 83 // are all in the testing namespace: 155 // A parameterized test fixture must be derived from testing::Test and from 156 // testing::WithParamInterface<T>, where T is the type of the parameter 162 class BaseTest : public ::testing::Test { 167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { 197 namespace testing { namespace [all...] |
| /external/mesa3d/src/gtest/include/gtest/ |
| gtest-param-test.h | 37 // in Google C++ Testing Framework (Google Test) 53 // class. It is usually derived from testing::TestWithParam<T> (see below for 56 // TestWithParam<T> is itself derived from testing::Test. T can be any 60 class FooTest : public ::testing::TestWithParam<const char*> { 83 // are all in the testing namespace: 155 // A parameterized test fixture must be derived from testing::Test and from 156 // testing::WithParamInterface<T>, where T is the type of the parameter 162 class BaseTest : public ::testing::Test { 167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { 197 namespace testing { namespace [all...] |
| /ndk/sources/third_party/googletest/googletest/include/gtest/ |
| gtest-param-test.h | 37 // in Google C++ Testing Framework (Google Test) 53 // class. It is usually derived from testing::TestWithParam<T> (see below for 56 // TestWithParam<T> is itself derived from testing::Test. T can be any 60 class FooTest : public ::testing::TestWithParam<const char*> { 83 // are all in the testing namespace: 155 // A parameterized test fixture must be derived from testing::Test and from 156 // testing::WithParamInterface<T>, where T is the type of the parameter 162 class BaseTest : public ::testing::Test { 167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { 197 namespace testing { namespace [all...] |
| /external/chromium_org/base/debug/ |
| trace_event_unittest.cc | 26 #include "testing/gmock/include/gmock/gmock.h" 27 #include "testing/gtest/include/gtest/gtest.h" 53 class TraceEventTestFixture : public testing::Test { 95 // Used when testing thread-local buffers which requires the thread initiating 909 testing::Mock::VerifyAndClear(&observer); 922 testing::StrictMock<MockEnabledStateChangedObserver> observer; 932 testing::Mock::VerifyAndClear(&observer); 950 testing::StrictMock<MockEnabledStateChangedObserver> observer; 958 testing::Mock::VerifyAndClear(&observer); 976 testing::Mock::VerifyAndClear(&observer) [all...] |
| /external/chromium_org/chrome/browser/policy/ |
| policy_browsertest.cc | 138 #include "testing/gmock/include/gmock/gmock.h" 139 #include "testing/gtest/include/gtest/gtest.h" 170 using testing::Mock; 171 using testing::Return; 172 using testing::_; [all...] |
| /external/chromium_org/chrome/browser/ |
| about_flags.cc | 2461 namespace testing { namespace in namespace:about_flags [all...] |
| /external/chromium_org/chrome/browser/search_engines/ |
| template_url_service_unittest.cc | 33 #include "testing/gtest/include/gtest/gtest.h" 38 using ::testing::Return; 39 using ::testing::StrictMock; 159 class TemplateURLServiceTest : public testing::Test { 163 // testing::Test [all...] |
| /art/compiler/dex/ |
| mir_optimization_test.cc | 26 class ClassInitCheckEliminationTest : public testing::Test {
|
| /art/compiler/utils/ |
| assembler_test.h | 38 class AssemblerTest : public testing::Test {
|
| /external/chromium_org/base/allocator/ |
| allocator_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h" 164 // Use test value that has non-zero bits in both halves, more for testing 187 // Use test value that has non-zero bits in both halves, more for testing 206 // It is primarily for testing at the 32-bit boundary for 64-bit atomic type. 217 // This is a simple sanity check that values are correct. Not testing 242 // This is a simple sanity check that values are correct. Not testing 518 testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/base/metrics/ |
| histogram_unittest.cc | 19 #include "testing/gtest/include/gtest/gtest.h" 25 class HistogramTest : public testing::Test {
|
| /external/chromium_org/base/prefs/ |
| json_pref_store_unittest.cc | 22 #include "testing/gmock/include/gmock/gmock.h" 23 #include "testing/gtest/include/gtest/gtest.h" 87 class JsonPrefStoreTest : public testing::Test { 162 // This function is used to avoid code duplication while testing synchronous and
|
| /external/chromium_org/cc/output/ |
| software_renderer_unittest.cc | 24 #include "testing/gmock/include/gmock/gmock.h" 25 #include "testing/gtest/include/gtest/gtest.h" 31 class SoftwareRendererTest : public testing::Test, public RendererClient {
|
| /external/chromium_org/chrome/browser/autocomplete/ |
| autocomplete_provider_unittest.cc | 32 #include "testing/gtest/include/gtest/gtest.h" 152 class AutocompleteProviderTest : public testing::Test,
|
| history_quick_provider_unittest.cc | 44 #include "testing/gtest/include/gtest/gtest.h" 106 class HistoryQuickProviderTest : public testing::Test, [all...] |
| /external/chromium_org/chrome/browser/background/ |
| background_mode_manager_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 33 class BackgroundModeManagerTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/browsing_data/ |
| browsing_data_cookie_helper_unittest.cc | 14 #include "testing/gtest/include/gtest/gtest.h" 18 class BrowsingDataCookieHelperTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/captive_portal/ |
| captive_portal_tab_reloader_unittest.cc | 17 #include "testing/gmock/include/gmock/gmock.h" 18 #include "testing/gtest/include/gtest/gtest.h" 23 // Used for testing CaptivePortalTabReloader in isolation from the observer. 90 // testing::Test: 93 tab_reloader_.reset(new testing::StrictMock<TestCaptivePortalTabReloader>(
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| change_list_processor_unittest.cc | 20 #include "testing/gtest/include/gtest/gtest.h" 96 class ChangeListProcessorTest : public testing::Test {
|
| file_cache_unittest.cc | 23 #include "testing/gtest/include/gtest/gtest.h" 34 class FileCacheTest : public testing::Test {
|