| /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
| RawContactDelta.java | 35 import com.android.contacts.common.testing.NeededForTesting;
|
| ValuesDelta.java | 27 import com.android.contacts.common.testing.NeededForTesting;
|
| /system/core/libutils/tests/ |
| BlobCache_test.cpp | 27 class BlobCacheTest : public ::testing::Test { 147 // Check a testing assumptions 198 // Check a testing assumption
|
| /system/extras/tests/iptables/qtaguid/ |
| socketTag.cpp | 191 class SocketTaggingTest : public ::testing::Test {
|
| /system/keymaster/ |
| google_keymaster_messages_test.cpp | 28 ::testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/content/browser/fileapi/ |
| obfuscated_file_util_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 143 class ObfuscatedFileUtilTest : public testing::Test { [all...] |
| /external/chromium_org/media/filters/ |
| chunk_demuxer_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 24 using ::testing::AnyNumber; 25 using ::testing::Exactly; 26 using ::testing::InSequence; 27 using ::testing::NotNull; 28 using ::testing::Return; 29 using ::testing::SaveArg; 30 using ::testing::SetArgumentPointee; 31 using ::testing::_; 141 class ChunkDemuxerTest : public ::testing::Test [all...] |
| /external/llvm/utils/unittest/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> { 196 namespace testing { namespace 331 namespace testing { namespace [all...] |
| /bionic/tests/ |
| pthread_test.cpp | 274 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; 275 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), "");
|
| /external/chromium_org/ash/wm/dock/ |
| docked_window_layout_manager_unittest.cc | 41 public testing::WithParamInterface<ui::wm::WindowType> { 147 // All other windows that we are testing here have default container as a 677 // Secondary drag ensures that we are testing the minimum size restriction [all...] |
| /external/chromium_org/cc/resources/ |
| resource_provider_unittest.cc | 26 #include "testing/gmock/include/gmock/gmock.h" 27 #include "testing/gtest/include/gtest/gtest.h" 32 using testing::Mock; 33 using testing::NiceMock; 34 using testing::Return; 35 using testing::SetArgPointee; 36 using testing::StrictMock; 37 using testing::_; 365 : public testing::TestWithParam<ResourceProvider::ResourceType> { [all...] |
| /external/chromium_org/chrome/browser/apps/ |
| app_browsertest.cc | [all...] |
| web_view_interactive_browsertest.cc | 295 const testing::TestInfo* const test_info = 296 testing::UnitTest::GetInstance()->current_test_info(); [all...] |
| /external/chromium_org/chrome/browser/autocomplete/ |
| autocomplete_result_unittest.cc | 26 #include "testing/gtest/include/gtest/gtest.h" 67 class AutocompleteResultTest : public testing::Test { 90 chrome_variations::testing::ClearAllVariationParams(); 201 // Assertion testing for AutocompleteResult::Swap.
|
| history_url_provider_unittest.cc | 32 #include "testing/gtest/include/gtest/gtest.h" 77 // We throw in a lot of extra URLs here to make sure we're testing the 93 // A file: URL is useful for testing that fixup does the right thing w.r.t. 110 // URLs for testing offset adjustment. 115 // URLs for testing ctrl-enter behavior. 148 class HistoryURLProviderTest : public testing::Test, 174 // testing::Test [all...] |
| /external/chromium_org/chrome/browser/metrics/ |
| thread_watcher_unittest.cc | 25 #include "testing/gtest/include/gtest/gtest.h" 26 #include "testing/platform_test.h" 238 class ThreadWatcherTest : public ::testing::Test { 634 class ThreadWatcherListTest : public ::testing::Test {
|
| /external/chromium_org/chrome/browser/performance_monitor/ |
| database_unittest.cc | 19 #include "testing/gtest/include/gtest/gtest.h" 82 // A clock that increments every access. Great for testing. 99 class PerformanceMonitorDatabaseEventTest : public ::testing::Test { 151 class PerformanceMonitorDatabaseMetricTest : public ::testing::Test {
|
| performance_monitor_browsertest.cc | 184 // the background thread. Since we are testing, we can mock synchronicity with 205 // the background thread. Since we are testing, we can mock synchronicity 289 public testing::WithParamInterface<bool> { 640 // code in the testing environment, even if the process died (this is not the 641 // case when hand-testing). This code can be traced to MSDN functions in 838 testing::Bool());
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
| navigation_shifter.js | 237 * Resets navigation shifter to a "new" state. Makes testing easier.
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| content_editable_extractor_test.js | 6 GEN_INCLUDE(['../testing/chromevox_unittest_base.js']);
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| safe_browsing_blocking_page_test.cc | 431 public testing::WithParamInterface<int> { 705 testing::Values(2, 3)); [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/local/ |
| local_file_sync_context_unittest.cc | 24 #include "testing/gtest/include/gtest/gtest.h" 52 class LocalFileSyncContextTest : public testing::Test { 143 SCOPED_TRACE(testing::Message() << "ApplyChange for " << [all...] |
| /external/chromium_org/chrome/test/base/ |
| testing_profile.cc | 78 #include "testing/gmock/include/gmock/gmock.h" 106 using testing::NiceMock; 107 using testing::Return; 277 // Set any testing factories prior to initializing the services. [all...] |
| /external/chromium_org/components/autofill/core/browser/ |
| autofill_manager_unittest.cc | 38 #include "testing/gmock/include/gmock/gmock.h" 39 #include "testing/gtest/include/gtest/gtest.h" 46 using testing::_; 586 class AutofillManagerTest : public testing::Test { 665 WillOnce((DoAll(testing::SaveArg<0>(response_query_id), 666 testing::SaveArg<2>(response_data)))); [all...] |
| /external/chromium_org/components/password_manager/core/browser/ |
| login_database_unittest.cc | 17 #include "testing/gmock/include/gmock/gmock.h" 18 #include "testing/gtest/include/gtest/gtest.h" 22 using ::testing::Eq; 43 class LoginDatabaseTest : public testing::Test { [all...] |