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

<<51525354555657585960>>

  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::_;
69 class PasswordAutofillManagerTest : public testing::Test {
119 testing::Mock::VerifyAndClearExpectations(client->mock_driver());
145 testing::Mock::VerifyAndClearExpectations(client->mock_driver());
183 testing::ElementsAre(autofill::POPUP_ITEM_ID_PASSWORD_ENTRY),
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::_;
20 using ::testing::Invoke;
21 using ::testing::Return;
22 using ::testing::Unused;
26 class GeolocationWifiDataProviderLinuxTest : public testing::Test {
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
19 using testing::_;
20 using testing::InSequence;
21 using testing::SaveArg;
22 using testing::Return;
53 class MAYBE_AudioInputDeviceManagerTest : public testing::Test {
audio_renderer_host_unittest.cc 22 #include "testing/gmock/include/gmock/gmock.h"
23 #include "testing/gtest/include/gtest/gtest.h"
25 using ::testing::_;
26 using ::testing::Assign;
27 using ::testing::DoAll;
28 using ::testing::NotNull;
156 class AudioRendererHostTest : public testing::Test {
  /external/chromium_org/google_apis/gaia/
account_tracker_unittest.cc 19 #include "testing/gtest/include/gtest/gtest.h"
113 testing::AssertionResult CheckEvents();
114 testing::AssertionResult CheckEvents(const TrackingEvent& e1);
115 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
117 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
120 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
124 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
129 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
145 testing::AssertionResult CheckEvents(
173 testing::AssertionResult AccountTrackerObserver::CheckEvents()
    [all...]
  /external/chromium_org/net/spdy/
spdy_headers_block_parser_test.cc 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::ElementsAre;
21 using testing::ElementsAreArray;
36 public ::testing::TestWithParam<SpdyMajorVersion> {
117 ::testing::Values(SPDY2, SPDY3, SPDY4));
157 testing::InSequence s;
  /external/chromium_org/remoting/protocol/
message_reader_unittest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
22 using testing::_;
23 using testing::DoAll;
24 using testing::Mock;
25 using testing::SaveArg;
44 class MessageReaderTest : public testing::Test {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
dct32x32_test.cc 79 class Trans32x32Test : public ::testing::TestWithParam<trans_32x32_param_t> {
247 ::testing::Values(
254 ::testing::Values(
264 ::testing::Values(
274 ::testing::Values(
  /external/chromium_org/third_party/webrtc/video_engine/
vie_remb_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
26 using ::testing::_;
27 using ::testing::AnyNumber;
28 using ::testing::NiceMock;
29 using ::testing::Return;
33 class ViERembTest : public ::testing::Test {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMapGenerators.java 17 package com.google.common.collect.testing.google;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestCollectionGenerator;
26 import com.google.common.collect.testing.TestMapEntrySetGenerator;
27 import com.google.common.collect.testing.TestStringSetGenerator;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListTest.java 19 import com.google.common.collect.testing.ListTestSuiteBuilder;
20 import com.google.common.collect.testing.TestStringListGenerator;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.collect.testing.features.ListFeature;
  /external/libvpx/libvpx/test/
dct32x32_test.cc 79 class Trans32x32Test : public ::testing::TestWithParam<trans_32x32_param_t> {
247 ::testing::Values(
254 ::testing::Values(
264 ::testing::Values(
274 ::testing::Values(
  /external/qemu/android/base/
Log_unittest.cpp 27 class LogTest : public ::testing::Test, android::base::testing::LogOutput {
30 mSavedOutput = ::android::base::testing::LogOutput::setNewOutput(this);
37 ::android::base::testing::LogOutput::setNewOutput(mSavedOutput);
60 ::android::base::testing::LogOutput* mSavedOutput;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
MotionEvents.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
21 import com.google.android.apps.common.testing.testrunner.UsageTrackerRegistry;
22 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
23 import com.google.android.apps.common.testing.ui.espresso.PerformException;
24 import com.google.android.apps.common.testing.ui.espresso.UiController;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
IdlingResourceRegistry.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
23 import com.google.android.apps.common.testing.ui.espresso.IdlingPolicies;
24 import com.google.android.apps.common.testing.ui.espresso.IdlingPolicy;
25 import com.google.android.apps.common.testing.ui.espresso.IdlingResource;
26 import com.google.android.apps.common.testing.ui.espresso.IdlingResource.ResourceCallback;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct32x32_test.cc 79 class Trans32x32Test : public ::testing::TestWithParam<trans_32x32_param_t> {
247 ::testing::Values(
254 ::testing::Values(
264 ::testing::Values(
274 ::testing::Values(
  /external/chromium_org/testing/gtest/test/
gtest_pred_impl_unittest.cc 42 // involved to set up the stage for testing Google Test using Google
45 // Currently, gtest_unittest takes ~11 seconds to run in the testing
73 // Sample functions/functors for testing unary predicate assertions.
101 testing::AssertionResult PredFormatFunction1(const char* e1,
104 return testing::AssertionSuccess();
106 return testing::AssertionFailure()
115 testing::AssertionResult operator()(const char* e1,
123 class Predicate1Test : public testing::Test {
460 // Sample functions/functors for testing binary predicate assertions.
489 testing::AssertionResult PredFormatFunction2(const char* e1
    [all...]
  /external/gtest/test/
gtest_pred_impl_unittest.cc 42 // involved to set up the stage for testing Google Test using Google
45 // Currently, gtest_unittest takes ~11 seconds to run in the testing
73 // Sample functions/functors for testing unary predicate assertions.
101 testing::AssertionResult PredFormatFunction1(const char* e1,
104 return testing::AssertionSuccess();
106 return testing::AssertionFailure()
115 testing::AssertionResult operator()(const char* e1,
123 class Predicate1Test : public testing::Test {
460 // Sample functions/functors for testing binary predicate assertions.
489 testing::AssertionResult PredFormatFunction2(const char* e1
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_pred_impl_unittest.cc 42 // involved to set up the stage for testing Google Test using Google
45 // Currently, gtest_unittest takes ~11 seconds to run in the testing
73 // Sample functions/functors for testing unary predicate assertions.
101 testing::AssertionResult PredFormatFunction1(const char* e1,
104 return testing::AssertionSuccess();
106 return testing::AssertionFailure()
115 testing::AssertionResult operator()(const char* e1,
123 class Predicate1Test : public testing::Test {
460 // Sample functions/functors for testing binary predicate assertions.
489 testing::AssertionResult PredFormatFunction2(const char* e1
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller_unittest.cc 195 // A fake bubble used for testing the controller. Takes an action that specifies
241 class ExtensionMessageBubbleTest : public testing::Test {
245 testing::AssertionResult LoadGenericExtension(const std::string& index,
258 return testing::AssertionSuccess();
259 return testing::AssertionFailure() << "Could not install extension: " << id;
262 testing::AssertionResult LoadExtensionWithAction(
279 return testing::AssertionSuccess();
280 return testing::AssertionFailure() << "Could not install extension: " << id;
283 testing::AssertionResult LoadExtensionOverridingHome(
300 return testing::AssertionSuccess()
    [all...]
external_provider_impl_unittest.cc 29 #include "testing/gmock/include/gmock/gmock.h"
38 using ::testing::_;
39 using ::testing::NotNull;
40 using ::testing::Return;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_apitest.cc 25 #include "testing/gmock/include/gmock/gmock.h"
27 using ::testing::SaveArg;
28 using ::testing::StrictMock;
29 using ::testing::_;
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_performancetest.cc 33 #include "testing/gtest/include/gtest/gtest.h"
34 #include "testing/perf/perf_test.h"
61 public testing::WithParamInterface<int> {
231 testing::Values(
253 testing::Values(
  /external/chromium_org/chrome/browser/local_discovery/
privet_local_printer_lister_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 using testing::StrictMock;
15 using testing::_;
104 class PrivetLocalPrinterListerTest : public testing::Test {
  /external/chromium_org/chrome/browser/local_discovery/wifi/
bootstrapping_device_lister_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using testing::StrictMock;
13 using testing::Mock;
47 class BootstrappingDeviceListerTest : public ::testing::Test {

Completed in 1361 milliseconds

<<51525354555657585960>>