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

<<151152153154155156157158159160>>

  /frameworks/native/libs/ui/tests/
vec_test.cpp 28 class VecTest : public testing::Test {
  /system/core/libziparchive/
zip_archive_test.cc 260 ::testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 24 #include "testing/gtest/include/gtest/gtest.h"
56 // Make this method public for testing.
88 class URLBlacklistManagerTest : public testing::Test {
161 : public testing::TestWithParam<FilterTestParams> {
242 testing::Values(
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 33 #include "testing/gmock/include/gmock/gmock.h"
34 #include "testing/gtest/include/gtest/gtest.h"
40 using testing::DoAll;
41 using testing::Return;
42 using testing::StrictMock;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_fake_unittest.cc 40 #include "testing/gmock/include/gmock/gmock.h"
41 #include "testing/gtest/include/gtest/gtest.h"
52 using ::testing::StrictMock;
53 using ::testing::_;
169 class DriveFileSyncServiceFakeTest : public testing::Test {
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker_unittest.cc 22 #include "testing/gtest/include/gtest/gtest.h"
36 class LocalFileChangeTrackerTest : public testing::Test {
86 SCOPED_TRACE(testing::Message() << url.DebugString() <<
92 SCOPED_TRACE(testing::Message() << url.DebugString() <<
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater_unittest.cc 22 #include "testing/gmock/include/gmock/gmock.h"
23 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::Mock;
27 using testing::Return;
60 class ExternalPolicyDataUpdaterTest : public testing::Test {
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher_unittest.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
30 using ::testing::Invoke;
31 using ::testing::_;
91 class GaiaAuthFetcherTest : public testing::Test {
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 34 #include "testing/gtest/include/gtest/gtest.h"
77 : public testing::Test,
78 public ::testing::WithParamInterface<NextProto> {
229 testing::Values(kProtoDeprecatedSPDY2,
    [all...]
  /external/chromium_org/net/spdy/
spdy_websocket_stream_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
165 : public ::testing::Test,
166 public ::testing::WithParamInterface<NextProto> {
297 testing::Values(kProtoDeprecatedSPDY2,
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 19 #include "testing/gtest/include/gtest/gtest.h"
216 class ImageTest : public testing::Test {
231 const testing::TestInfo& test_info =
232 *testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 98 SCOPED_TRACE(testing::Message() << "Random i:" << i << " j:" << j);
108 SCOPED_TRACE(testing::Message() << "Reverse i:" << i);
131 SCOPED_TRACE(testing::Message() << "Random i:" << i << " j:" << j);
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 253 class ScriptListTableTest : public ::testing::Test {
260 class FeatureListTableTest : public ::testing::Test {
304 class LookupListTableTest : public ::testing::Test {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 35 // Testing strategy: For each type of I/O (array, string, file, etc.) we
71 #include <google/protobuf/testing/googletest.h>
72 #include <google/protobuf/testing/file.h>
92 class IoTest : public testing::Test {
113 // Similar to WriteStuff, but performs more sophisticated testing.
560 // Some ad-hoc testing of compression options.
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 24 import com.google.common.testing.EqualsTester;
25 import com.google.common.testing.NullPointerTester;
26 import com.google.common.testing.SerializableTester;
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 21 import com.google.common.collect.testing.IteratorFeature;
22 import com.google.common.collect.testing.IteratorTester;
23 import com.google.common.testing.NullPointerTester;
623 * Regression test for bug found in random testing.
RangeTest.java 22 import static com.google.common.testing.SerializableTester.reserializeAndAssert;
27 import com.google.common.collect.testing.Helpers;
28 import com.google.common.testing.EqualsTester;
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 50 #include <google/protobuf/testing/googletest.h>
168 class FileDescriptorTest : public testing::Test {
364 class DescriptorTest : public testing::Test {
509 // fields. So, in addition to testing that FindFieldByName finds the fields
647 class StylizedFieldNamesTest : public testing::Test {
830 class EnumDescriptorTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 62 #include "testing/gmock/include/gmock/gmock.h"
63 #include "testing/gtest/include/gtest/gtest.h"
71 using testing::_;
72 using testing::Invoke;
73 using testing::WithArgs;
607 class BrowsingDataRemoverTest : public testing::Test,
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
66 #include "testing/gmock/include/gmock/gmock.h"
98 using testing::_;
99 using testing::DoAll;
100 using testing::ElementsAre;
101 using testing::SetArgumentPointee;
102 using testing::Return;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 48 #include <google/protobuf/testing/googletest.h>
818 class RepeatedFieldIteratorTest : public testing::Test {
868 class RepeatedPtrFieldIteratorTest : public testing::Test {
994 class RepeatedPtrFieldPtrsIteratorTest : public testing::Test {
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 28 #include "testing/gmock/include/gmock/gmock.h"
29 #include "testing/gtest/include/gtest/gtest.h"
35 using ::testing::_;
36 using ::testing::AnyNumber;
37 using ::testing::AtLeast;
38 using ::testing::Mock;
39 using ::testing::SaveArg;
40 using ::testing::StrictMock;
73 class SyncEncryptionHandlerImplTest : public ::testing::Test {
527 // Data for testing encryption/decryption
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 123 class WebFrameTest : public testing::Test {
358 class WebFrameCSSCallbackTest : public testing::Test {
421 EXPECT_THAT(matchedSelectors(), testing::ElementsAre("div.initial_on"));
429 EXPECT_THAT(matchedSelectors(), testing::ElementsAre("div.initial_off", "div.initial_on"));
436 EXPECT_THAT(matchedSelectors(), testing::ElementsAre());
451 EXPECT_THAT(matchedSelectors(), testing::ElementsAre("span"));
462 EXPECT_THAT(matchedSelectors(), testing::ElementsAre("span"));
469 EXPECT_THAT(matchedSelectors(), testing::ElementsAre("span"));
476 EXPECT_THAT(matchedSelectors(), testing::ElementsAre());
489 EXPECT_THAT(matchedSelectors(), testing::ElementsAre())
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
89 // The Google C++ Testing Framework (Google Test)
381 // Brings in definitions for functions used in the testing::internal::posix
3129 namespace testing { namespace
3375 namespace testing { namespace
3532 namespace testing { namespace
3749 namespace testing { namespace
7039 namespace testing { namespace
8201 namespace testing { namespace
8478 namespace testing { namespace
9036 namespace testing { namespace
9297 namespace testing { namespace
9441 namespace testing { namespace
10050 namespace testing { namespace
10673 namespace testing { namespace
15763 namespace testing { namespace
17084 namespace testing { namespace
17496 namespace testing { namespace
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
89 // The Google C++ Testing Framework (Google Test)
381 // Brings in definitions for functions used in the testing::internal::posix
3129 namespace testing { namespace
3375 namespace testing { namespace
3532 namespace testing { namespace
3749 namespace testing { namespace
7039 namespace testing { namespace
8201 namespace testing { namespace
8478 namespace testing { namespace
9036 namespace testing { namespace
9297 namespace testing { namespace
9441 namespace testing { namespace
10050 namespace testing { namespace
10673 namespace testing { namespace
15763 namespace testing { namespace
17084 namespace testing { namespace
17496 namespace testing { namespace
    [all...]

Completed in 2201 milliseconds

<<151152153154155156157158159160>>