HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 1501 - 1525 of 4772) sorted by null

<<61626364656667686970>>

  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
46 testing::StartsWith(expected_context_prefix));
83 SCOPED_TRACE(testing::Message("Position ") << i);
98 SCOPED_TRACE(testing::Message("Position ") << i);
117 SCOPED_TRACE(testing::Message("Position ") << i);
  /external/chromium_org/chromeos/cryptohome/
system_salt_getter_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
23 class SystemSaltGetterTest : public testing::Test {
  /external/chromium_org/chromeos/dbus/
modem_messaging_client_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::_;
20 using ::testing::Invoke;
21 using ::testing::Return;
52 class ModemMessagingClientTest : public testing::Test {
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.cc 13 using testing::_;
14 using testing::AnyNumber;
15 using testing::Invoke;
16 using testing::ReturnRef;
  /external/chromium_org/components/auto_login_parser/
auto_login_parser_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
13 class AutoLoginParserTest : public testing::Test {
  /external/chromium_org/components/dom_distiller/core/
distiller_url_fetcher_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
23 class DistillerURLFetcherTest : public testing::Test {
30 // testing::Test implementation:
  /external/chromium_org/components/domain_reliability/
dispatcher_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
17 class DomainReliabilityDispatcherTest : public testing::Test {
  /external/chromium_org/components/feedback/
feedback_common_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
25 class FeedbackCommonTest : public testing::Test {
  /external/chromium_org/components/invalidation/
sync_system_resources_unittest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
24 using ::testing::_;
25 using ::testing::SaveArg;
50 class SyncSystemResourcesTest : public testing::Test {
207 : public testing::Test,
  /external/chromium_org/components/policy/core/browser/
autofill_policy_handler_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
16 class AutofillPolicyHandlerTest : public testing::Test {};
  /external/chromium_org/components/policy/core/common/
async_policy_provider_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::Mock;
21 using testing::Return;
22 using testing::Sequence;
78 class AsyncPolicyProviderTest : public testing::Test {
forwarding_policy_provider_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using testing::_;
19 using testing::Mock;
20 using testing::Return;
36 class ForwardingPolicyProviderTest : public testing::Test {
  /external/chromium_org/components/sync_driver/
ui_data_type_controller_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
17 using testing::_;
18 using testing::InvokeWithoutArgs;
19 using testing::Return;
28 class SyncUIDataTypeControllerTest : public testing::Test,
  /external/chromium_org/components/variations/
active_field_trials.cc 61 namespace testing { namespace in namespace:variations
70 } // namespace testing
active_field_trials_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
40 testing::TestGetFieldTrialActiveGroupIds(active_groups, &active_group_ids);
variations_associated_data.h 123 // Expose some functions for testing.
124 namespace testing { namespace in namespace:chrome_variations
132 } // namespace testing
  /external/chromium_org/content/browser/
browser_url_handler_impl_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
12 class BrowserURLHandlerImplTest : public testing::Test {
mach_broker_mac_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
12 class MachBrokerTest : public testing::Test {
power_monitor_message_broadcaster_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
49 class PowerMonitorMessageBroadcasterTest : public testing::Test {
  /external/chromium_org/content/browser/compositor/
image_transport_factory_browsertest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
53 .WillOnce(testing::InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_delegate_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
33 class SandboxFileSystemBackendDelegateTest : public testing::Test {
  /external/chromium_org/content/browser/gpu/
shader_disk_cache_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
22 class ShaderDiskCacheTest : public testing::Test {
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
18 class PepperFileSystemBrowserHostTest : public testing::Test,
  /external/chromium_org/content/browser/service_worker/
service_worker_registration_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
19 class ServiceWorkerRegistrationTest : public testing::Test {
  /external/chromium_org/content/public/test/
browser_test_base.h 12 #include "testing/gtest/include/gtest/gtest.h"
29 class BrowserTestBase : public testing::Test {
87 // Returns the testing server. Guaranteed to be non-NULL.
136 // Testing server, started on demand.

Completed in 1418 milliseconds

<<61626364656667686970>>