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

<<181182183184185186187188189190>>

  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 26 #include "testing/gtest/include/gtest/gtest.h"
265 class IPCSyncChannelTest : public testing::Test {
    [all...]
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 43 #include "testing/gtest/include/gtest/gtest.h"
430 class End2EndTest : public ::testing::Test {
    [all...]
  /external/chromium_org/mojo/services/view_manager/
view_manager_unittest.cc 28 #include "testing/gtest/include/gtest/gtest.h"
422 class ViewManagerTest : public testing::Test {
    [all...]
  /external/chromium_org/net/cert/
nss_cert_database_unittest.cc 35 #include "testing/gtest/include/gtest/gtest.h"
57 class CertDatabaseNSSTest : public testing::Test {
    [all...]
  /external/chromium_org/net/cookies/
cookie_store_unittest.h 15 #include "testing/gtest/include/gtest/gtest.h"
69 class CookieStoreTest : public testing::Test {
    [all...]
  /external/chromium_org/net/filter/
sdch_filter_unittest.cc 18 #include "testing/gtest/include/gtest/gtest.h"
50 class SdchFilterTest : public testing::Test {
    [all...]
  /external/chromium_org/net/quic/
quic_framer_test.cc 33 using testing::Return;
34 using testing::_;
358 class QuicFramerTest : public ::testing::TestWithParam<QuicVersion> {
514 ::testing::ValuesIn(kSupportedQuicVersions));
    [all...]
  /external/chromium_org/net/socket/
transport_client_socket_pool_unittest.cc 28 #include "testing/gtest/include/gtest/gtest.h"
444 class TransportClientSocketPoolTest : public testing::Test {
    [all...]
client_socket_pool_base_unittest.cc 36 #include "testing/gmock/include/gmock/gmock.h"
37 #include "testing/gtest/include/gtest/gtest.h"
39 using ::testing::Invoke;
40 using ::testing::Return;
684 class ClientSocketPoolBaseTest : public testing::Test {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 454 class MediaStreamSignalingTest: public testing::Test {
    [all...]
peerconnection_unittest.cc 855 class P2PTestConductor : public testing::Test {
    [all...]
peerconnectioninterface_unittest.cc 148 // be called approximately simultaneously. To ease testing, we require
197 // be called approximately simultaneously. For ease of testing, this
229 class PeerConnectionInterfaceTest : public testing::Test {
799 std::string data_to_send1 = "testing testing";
800 std::string data_to_send2 = "testing something else";
822 data_to_send2 = "testing something else again";
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 289 class WebRtcVideoEngine2Test : public testing::Test {
697 // TODO(pbos): Is this test testing vie_ ? this is confusing. No API to set
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 96 class PortAllocatorTest : public testing::Test, public sigslot::has_slots<> {
475 // Testing STUN timeout.
507 // Allocating only host UDP ports. This is done purely for testing
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 185 class NetEqDecodingTest : public ::testing::Test {
569 // Use fax mode to avoid time-scaling. This is to simplify the testing of
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
32 class QmSelectTest : public ::testing::Test {
    [all...]
session_info_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
20 class TestSessionInfo : public ::testing::Test {
    [all...]
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 12 #include "testing/gtest/include/gtest/gtest.h"
41 class VideoSendStreamTest : public ::testing::Test {
677 // Increase next expected frame size. If testing with FEC, make sure
    [all...]
  /external/chromium_org/ui/display/chromeos/
display_configurator_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
363 class DisplayConfiguratorTest : public testing::Test {
    [all...]
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
12 class RTreeTest : public ::testing::Test {
201 // Make a leaf node for testing removal from.
    [all...]
  /external/fdlibm/
configure 189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 17 package com.google.common.collect.testing;
    [all...]
  /external/libnl/lib/route/
link.c 1111 __ADD(IF_OPER_TESTING, testing)
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 17 package com.google.testing.littlemock;
    [all...]
  /external/chromium_org/net/proxy/
proxy_service_unittest.cc 23 #include "testing/gtest/include/gtest/gtest.h"
94 class ProxyServiceTest : public testing::Test {
97 testing::Test::SetUp();
105 testing::Test::TearDown();
    [all...]

Completed in 1491 milliseconds

<<181182183184185186187188189190>>