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

<<121122123124125126127128129130>>

  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 5 #include "testing/gmock/include/gmock/gmock.h"
6 #include "testing/gtest/include/gtest/gtest.h"
31 using testing::_;
32 using testing::DoAll;
33 using testing::Invoke;
34 using testing::WithArg;
87 class PasswordStoreMacInternalsTest : public testing::Test {
124 // An FTP password with an invalid date, for edge-case testing.
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
488 // a legitimate chain, but is suitable for testing.
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 21 import static com.google.common.collect.testing.Helpers.nefariousMapEntry;
22 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
32 import com.google.common.collect.testing.IteratorTester;
33 import com.google.common.collect.testing.google.UnmodifiableCollectionTests;
34 import com.google.common.testing.NullPointerTester;
35 import com.google.common.testing.SerializableTester;
    [all...]
  /bootable/recovery/
Android.mk 99 # All the APIs for testing
  /cts/tests/signature/
Android.mk 87 # signature-hostside java library (for testing)
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 109 : public ::testing::TestWithParam<EvaluatorTestOptions> {
545 ::testing::Values(
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos_unittest.cc 19 #include "testing/gtest/include/gtest/gtest.h"
26 class ScreenMagnifierPolicyHandlerTest : public testing::Test {
33 class LoginScreenPowerManagementPolicyHandlerTest : public testing::Test {
recommendation_restorer_unittest.cc 30 #include "testing/gtest/include/gtest/gtest.h"
39 class RecommendationRestorerTest : public testing::Test {
43 // testing::Test:
100 testing::Test::SetUp();
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
52 using testing::Return;
53 using testing::_;
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 62 #include "testing/gmock/include/gmock/gmock.h"
63 #include "testing/gtest/include/gtest/gtest.h"
75 using testing::DoAll;
76 using testing::Invoke;
77 using testing::InvokeWithoutArgs;
78 using testing::Mock;
79 using testing::Return;
80 using testing::SetArgPointee;
81 using testing::_;
529 class ExtensionUpdaterTest : public testing::Test
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
incident_reporting_service_unittest.cc 27 #include "testing/gtest/include/gtest/gtest.h"
32 class IncidentReportingServiceTest : public testing::Test {
161 testing::Test::SetUp();
208 // Returns an incident suitable for testing.
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 62 #include "testing/gmock/include/gmock/gmock.h"
63 #include "testing/gtest/include/gtest/gtest.h"
82 using testing::Return;
83 using testing::_;
100 // Ignore constness for testing.
182 // Increase visibility for testing.
256 testing::NiceMock<MockAddressValidator> mock_validator_;
257 testing::NiceMock<wallet::MockWalletClient> mock_wallet_client_;
262 // This is used to control what |CurrentNotifications()| returns for testing.
340 chrome::testing::NSRunLoopRunAllPending()
    [all...]
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 117 const testing::TestInfo* const test_info =
118 testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 61 // For testing only. delayInMinutes will be rounded up to at least 1 in a
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 30 #include "testing/gtest/include/gtest/gtest.h"
34 class SetupUtilTestWithDir : public testing::Test {
37 // Create a temp directory for testing.
408 class MigrateMultiToSingleTest : public testing::Test {
  /external/chromium_org/chromeos/dbus/
shill_device_client_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
15 using testing::_;
16 using testing::ByRef;
  /external/chromium_org/components/test/data/web_database/
version_45.sql 49 -- following statements are required for testing migration to version 46
version_45_invalid.sql 47 -- following statements are required for testing migration to version 46
  /external/chromium_org/device/hid/
hid_report_descriptor_unittest.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
11 using namespace testing;
406 class HidReportDescriptorTest : public testing::Test {
430 // testing individual fields.
  /external/chromium_org/extensions/browser/
quota_service_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
123 class QuotaServiceTest : public testing::Test {
146 class QuotaLimitHeuristicTest : public testing::Test {
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 27 #include "testing/gtest/include/gtest/gtest.h"
81 class FFmpegTest : public testing::TestWithParam<const char*> {
403 testing::Values(#name "." #extension));
  /external/chromium_org/media/formats/mp4/
avc_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
169 class AVCConversionTest : public testing::TestWithParam<int> {
247 ::testing::Values(1, 2, 4));
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
host_resolver_test.cc 19 class HostResolverTest : public ::testing::Test {
36 class FakeHostResolverTest : public ::testing::Test {
jspipe_test.cc 103 class JSPipeTest : public ::testing::Test {
119 class JSPipeNodeTest : public ::testing::Test {
  /external/chromium_org/net/base/
expiring_cache_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
16 using testing::Pointee;
17 using testing::StrEq;

Completed in 1817 milliseconds

<<121122123124125126127128129130>>