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

<<41424344454647484950>>

  /external/chromium_org/chrome/renderer/media/
cast_ipc_dispatcher_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
15 class CastIPCDispatcherTest : public testing::Test {
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_test.h 13 #include "testing/gtest/include/gtest/gtest.h"
56 class SpellCheckProviderTest : public testing::Test {
  /external/chromium_org/chrome/service/
service_process_prefs_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 class ServiceProcessPrefsTest : public testing::Test {
  /external/chromium_org/chrome/test/base/
module_system_test.h 11 #include "testing/gtest/include/gtest/gtest.h"
14 // Test fixture for testing JS that makes use of the module system.
28 class ModuleSystemTest : public testing::Test {
  /external/chromium_org/components/metrics/
metrics_reporting_scheduler_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
13 class MetricsReportingSchedulerTest : public testing::Test {
  /external/chromium_org/components/password_manager/core/browser/
password_store_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::_;
21 using testing::DoAll;
22 using testing::WithArg;
44 class PasswordStoreTest : public testing::Test {
  /external/chromium_org/components/policy/core/common/
mock_configuration_policy_provider.cc 14 using testing::Invoke;
  /external/chromium_org/components/usb_service/
usb_context_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
16 class UsbContextTest : public testing::Test {
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
26 class RenderWidgetHostViewChildFrameTest : public testing::Test {
render_widget_host_view_guest_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
26 class RenderWidgetHostViewGuestTest : public testing::Test {
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
22 class EmbeddedWorkerInstanceTest : public testing::Test {
150 testing::ElementsAre(3, 2, 1));
161 testing::ElementsAre(1, 3, 2, 4));
164 testing::ElementsAre(3, 2, 1));
  /external/chromium_org/content/renderer/android/
email_detector_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
12 class EmailDetectorTest : public testing::Test {
31 FindAndCheckEmail("please email test@testing.com", "test@testing.com");
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler_unittest.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
49 using testing::NiceMock;
50 using testing::_;
51 using testing::Ref;
200 class RTCPeerConnectionHandlerTest : public ::testing::Test {
338 testing::InSequence sequence;
362 testing::InSequence sequence;
396 testing::Ref(candidate),
412 testing::Ref(local_stream)
    [all...]
video_capture_impl_manager_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using ::testing::_;
19 using ::testing::DoAll;
20 using ::testing::SaveArg;
71 class VideoCaptureImplManagerTest : public ::testing::Test {
  /external/chromium_org/content/renderer/pepper/
pepper_broker_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
17 class PepperBrokerTest : public ::testing::Test {
  /external/chromium_org/content/test/
image_decoder_test.h 15 #include "testing/gtest/include/gtest/gtest.h"
39 class ImageDecoderTest : public testing::Test {
46 // Returns the vector of image files for testing.
  /external/chromium_org/courgette/third_party/
paged_array_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
9 class PagedArrayTest : public testing::Test {
  /external/chromium_org/dbus/
dbus_statistics.h 64 namespace testing { namespace in namespace:dbus::statistics
74 } // namespace testing
  /external/chromium_org/gpu/command_buffer/tests/
gl_shared_resources_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
16 class GLSharedResources : public testing::Test {
gl_unittests_android.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
23 class GLSurfaceTextureTest : public testing::Test {
  /external/chromium_org/gpu/config/
gpu_info_collector_unittest.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
13 using ::testing::Return;
17 class GPUInfoCollectorTest : public testing::Test {
23 gl_.reset(new ::testing::StrictMock< ::gfx::MockGLInterface>());
101 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_;
  /external/chromium_org/jingle/notifier/listener/
push_client_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
21 class PushClientTest : public testing::Test {
push_notifications_send_update_task_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
20 class PushNotificationsSendUpdateTaskTest : public testing::Test {
push_notifications_subscribe_task_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
19 class PushNotificationsSubscribeTaskTest : public testing::Test {
xml_element_util_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
23 class XmlElementUtilTest : public testing::Test {};

Completed in 1238 milliseconds

<<41424344454647484950>>