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

<<61626364656667686970>>

  /external/chromium_org/net/base/
mock_file_stream.h 21 namespace testing { namespace in namespace:net
103 } // namespace testing
  /external/chromium_org/net/disk_cache/simple/
simple_util_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
17 class SimpleUtilTest : public testing::Test {};
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_unittest.h 12 #include "testing/gtest/include/gtest/gtest.h"
16 class FtpDirectoryListingParserTest : public testing::Test {
  /external/chromium_org/net/quic/crypto/
null_decrypter_test.cc 13 class NullDecrypterTest : public ::testing::TestWithParam<bool> {
  /external/chromium_org/net/quic/
quic_sent_entropy_manager_test.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
21 class QuicSentEntropyManagerTest : public ::testing::Test {
  /external/chromium_org/net/tools/quic/
quic_server_session_test.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
28 using testing::StrictMock;
29 using testing::_;
48 class QuicServerSessionTest : public ::testing::TestWithParam<QuicVersion> {
51 : crypto_config_(QuicCryptoServerConfig::TESTING,
80 ::testing::ValuesIn(QuicSupportedVersions()));
  /external/chromium_org/net/url_request/
url_request_http_job_unittest.cc 20 #include "testing/gmock/include/gmock/gmock.h"
21 #include "testing/gtest/include/gtest/gtest.h"
28 using ::testing::Return;
47 class URLRequestHttpJobTest : public ::testing::Test {
130 class URLRequestHttpJobWebSocketTestBase : public ::testing::Test {
271 new ::testing::StrictMock<MockCreateHelper>());
  /external/chromium_org/remoting/base/
rsa_key_pair_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
52 class RsaKeyPairTest : public testing::Test {
  /external/chromium_org/remoting/protocol/
authenticator_test_base.h 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
30 class AuthenticatorTestBase : public testing::Test {
  /external/chromium_org/rlz/lib/
rlz_value_store.h 109 namespace testing { namespace in namespace:rlz_lib
115 } // namespace testing
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
19 class BitmapPlatformDeviceMacTest : public testing::Test {
  /external/chromium_org/sql/
sqlite_features_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
26 class SQLiteFeaturesTest : public testing::Test {
  /external/chromium_org/sync/api/attachments/
attachment_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
22 class AttachmentTest : public testing::Test {};
  /external/chromium_org/sync/api/
sync_merge_result_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
14 typedef testing::Test SyncMergeResultTest;
  /external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
11 typedef testing::Test DebugInfoEventListenerTest;
protocol_event_buffer_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
16 class ProtocolEventBufferTest : public ::testing::Test {
sync_core_proxy_impl_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
18 class SyncCoreProxyImplTest : public ::testing::Test {
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
22 class SyncSessionSnapshotTest : public testing::Test {};
  /external/chromium_org/sync/syncable/
directory_unittest.h 21 #include "testing/gtest/include/gtest/gtest.h"
33 class SyncableDirectoryTest : public testing::Test {
syncable_enum_conversions_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
17 class SyncableEnumConversionsTest : public testing::Test {
  /external/chromium_org/testing/android/
native_test_util.cc 5 #include "testing/android/native_test_util.h"
27 namespace testing { namespace
54 } // namespace testing
  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 41 namespace testing { namespace
177 } // namespace testing
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
204 } // namespace testing
  /external/chromium_org/testing/gtest/samples/
sample3_unittest.cc 30 // A sample program demonstrating using Google C++ testing framework.
69 // To use a test fixture, derive a class from testing::Test.
70 class QueueTest : public testing::Test {
95 // A helper function for testing Queue::Map().
sample5_unittest.cc 63 class QuickTest : public testing::Test {

Completed in 1358 milliseconds

<<61626364656667686970>>