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

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
113 class AboutFlagsTest : public ::testing::Test {
117 testing::ClearState();
129 testing::SetExperiments(kExperiments, arraysize(kExperiments));
133 testing::SetExperiments(NULL, 0);
160 testing::ClearState();
458 testing::SetExperiments(NULL, 0);
460 const Experiment* experiments = testing::GetExperiments(&count);
463 EXPECT_EQ(std::string::npos, name.find(testing::kMultiSeparator)) << i;
chrome_content_browser_client_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
25 typedef testing::Test ChromeContentBrowserClientTest;
36 class DisableWebRtcEncryptionFlagTest : public testing::Test {
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using testing::_;
109 ::testing::InSequence dummy;
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow_unittest.cc 28 #include "testing/gtest/include/gtest/gtest.h"
30 using testing::_;
31 using testing::DoAll;
32 using testing::Invoke;
33 using testing::Return;
34 using testing::SetArgumentPointee;
35 using testing::StrictMock;
36 using testing::WithArgs;
178 class PlatformVerificationFlowTest : public ::testing::Test {
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_browsertest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
21 using testing::InvokeWithoutArgs;
22 using testing::Mock;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
22 using testing::HasSubstr;
69 EXPECT_THAT(error, testing::HasSubstr("without a page action"));
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_apitest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
14 using ::testing::A;
15 using ::testing::_;
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_android_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
72 class InvalidationServiceAndroidRegistrationTest : public testing::Test {
145 class InvalidationServiceAndroidTest : public testing::Test {
  /external/chromium_org/chrome/browser/local_discovery/wifi/
bootstrapping_network_switcher_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using testing::StrictMock;
30 class BootstrappingNetworkSwitcherTest : public ::testing::Test {
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
16 using testing::AtLeast;
17 using testing::DoDefault;
  /external/chromium_org/chrome/browser/sync_file_system/
file_change_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
42 SCOPED_TRACE(testing::Message() << "actual:" << list.DebugString());
45 SCOPED_TRACE(testing::Message() << i << ": "
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 59 const testing::TestInfo* const test_info =
60 testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.cc 22 #include "testing/gmock/include/gmock/gmock.h"
23 #include "testing/gtest/include/gtest/gtest.h"
35 using testing::Return;
36 using testing::_;
93 // passed the NSSCertDatabase fetched during testing profile
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_browsertest.js 8 __proto__: testing.Test.prototype,
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 79 if (::testing::Test::HasFatalFailure())
101 if (::testing::Test::HasNonfatalFailure())
104 if (::testing::Test::HasNonfatalFailure())
128 if (::testing::Test::HasNonfatalFailure())
287 if (::testing::Test::HasNonfatalFailure())
291 if (::testing::Test::HasNonfatalFailure())
294 if (::testing::Test::HasNonfatalFailure())
298 if (::testing::Test::HasNonfatalFailure())
  /external/chromium_org/components/feedback/
feedback_data_unittest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
46 EXPECT_CALL(*g_uploader, DispatchReport(testing::_)).Times(1);
58 class FeedbackDataTest : public testing::Test {
  /external/chromium_org/components/policy/core/common/
proxy_policy_provider_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 using testing::Mock;
18 class ProxyPolicyProviderTest : public testing::Test {
  /external/chromium_org/components/translate/core/browser/
translate_script_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
19 class TranslateScriptTest : public testing::Test {
21 TranslateScriptTest() : testing::Test() {}
  /external/chromium_org/content/browser/download/
drag_download_file_browsertest.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
30 using testing::_;
31 using testing::InvokeWithoutArgs;
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_controller_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
17 using testing::_;
22 : public ::testing::Test,
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 11 #include "testing/gmock/include/gmock/gmock.h"
13 using ::testing::_;
14 using ::testing::Invoke;
56 // by CreateTransferBuffer. This is useful for testing expected ids.
mapped_memory_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
24 using testing::Return;
25 using testing::Mock;
26 using testing::Truly;
27 using testing::Sequence;
28 using testing::DoAll;
29 using testing::Invoke;
30 using testing::_;
32 class MappedMemoryTestBase : public testing::Test {
transfer_buffer_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "testing/gmock/include/gmock/gmock.h"
16 using ::testing::_;
17 using ::testing::AtMost;
18 using ::testing::Invoke;
19 using ::testing::Return;
20 using ::testing::SetArgPointee;
21 using ::testing::StrictMock;
26 class TransferBufferTest : public testing::Test {
236 class TransferBufferExpandContractTest : public testing::Test
    [all...]
  /external/chromium_org/media/audio/
virtual_audio_output_stream_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::_;
49 class VirtualAudioOutputStreamTest : public testing::Test {
  /external/chromium_org/media/base/
multi_channel_resampler_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
18 // care of accuracy testing; we just need to check that multichannel works as
31 // Chosen arbitrarily based on what each resampler reported during testing.
38 : public testing::TestWithParam<int> {
137 testing::Values(1, 2, 6, 8));

Completed in 1079 milliseconds

<<51525354555657585960>>