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

<<31323334353637383940>>

  /ndk/sources/third_party/googletest/googletest/test/
gtest-test-part_test.cc 37 using testing::Message;
38 using testing::Test;
39 using testing::TestPartResult;
40 using testing::TestPartResultArray;
46 // The test fixture for testing TestPartResult.
61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
  /external/chromium_org/chrome/browser/extensions/
active_script_controller_browsertest.cc 22 #include "testing/gtest/include/gtest/gtest.h"
164 testing::AssertionResult Verify();
225 testing::AssertionResult ActiveScriptTester::Verify() {
227 return testing::AssertionFailure() << "Could not load extension: " << name_;
242 return testing::AssertionFailure()
249 return testing::AssertionFailure() << "Could not find controller.";
257 return testing::AssertionFailure()
266 return testing::AssertionSuccess();
272 return testing::AssertionFailure() <<
288 return testing::AssertionFailure(
    [all...]
event_router_forwarder_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
88 class EventRouterForwarderTest : public testing::Test {
137 using ::testing::_;
176 using ::testing::_;
190 using ::testing::_;
206 using ::testing::_;
221 using ::testing::_;
235 using ::testing::_;
261 using ::testing::_
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
preference_validation_delegate_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
20 class PreferenceValidationDelegateTest : public testing::Test {
30 testing::Test::SetUp();
106 public testing::WithParamInterface<
165 testing::Values(
178 public testing::WithParamInterface<PrefHashStoreTransaction::ValueState> {
208 testing::Values(PrefHashStoreTransaction::UNCHANGED,
216 public testing::WithParamInterface<
268 testing::Combine(
269 testing::Values(PrefHashStoreTransaction::CLEARED
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 6 * TestFixture for content settings exception area WebUI testing.
7 * @extends {testing.Test}
13 __proto__: testing.Test.prototype,
34 * @extends {testing.Test}
40 __proto__: testing.Test.prototype,
  /external/chromium_org/net/tools/quic/
quic_spdy_server_stream_test.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::_;
27 using testing::AnyNumber;
28 using testing::Invoke;
29 using testing::InvokeArgument;
30 using testing::InSequence;
31 using testing::Return;
32 using testing::StrictMock;
33 using testing::WithArgs
    [all...]
  /external/chromium_org/third_party/re2/
Makefile 7 # to build against PCRE for testing or benchmarking,
76 re2/testing/exhaustive_tester.h\
77 re2/testing/regexp_generator.h\
78 re2/testing/string_generator.h\
79 re2/testing/tester.h\
117 obj/re2/testing/backtrack.o\
118 obj/re2/testing/dump.o\
119 obj/re2/testing/exhaustive_tester.o\
120 obj/re2/testing/null_walker.o\
121 obj/re2/testing/regexp_generator.o
    [all...]
  /external/regex-re2/
Makefile 7 # to build against PCRE for testing or benchmarking,
76 re2/testing/exhaustive_tester.h\
77 re2/testing/regexp_generator.h\
78 re2/testing/string_generator.h\
79 re2/testing/tester.h\
117 obj/re2/testing/backtrack.o\
118 obj/re2/testing/dump.o\
119 obj/re2/testing/exhaustive_tester.o\
120 obj/re2/testing/null_walker.o\
121 obj/re2/testing/regexp_generator.o
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_session_unittest.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
29 using testing::_;
30 using testing::AtLeast;
31 using testing::AtMost;
32 using testing::DeleteArg;
33 using testing::DoAll;
34 using testing::InSequence;
35 using testing::Invoke;
36 using testing::InvokeWithoutArgs
    [all...]
  /external/chromium_org/chrome/browser/download/
download_shelf_unittest.cc 20 #include "testing/gmock/include/gmock/gmock.h"
21 #include "testing/gtest/include/gtest/gtest.h"
23 using ::testing::Return;
24 using ::testing::ReturnRefOfCopy;
25 using ::testing::SaveArg;
26 using ::testing::_;
35 class DownloadShelfTest : public testing::Test {
75 download_item_.reset(new ::testing::NiceMock<content::MockDownloadItem>());
92 new ::testing::NiceMock<content::MockDownloadManager>());
148 // should be added after a delay. For testing, the delay is set to 0 seconds. S
    [all...]
download_item_model_unittest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
27 using ::testing::Mock;
28 using ::testing::NiceMock;
29 using ::testing::Return;
30 using ::testing::ReturnRefOfCopy;
31 using ::testing::SetArgPointee;
32 using ::testing::_;
58 class DownloadItemModelTest : public testing::Test {
341 .WillRepeatedly(testing::DoAll
    [all...]
download_status_updater_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
16 using testing::AtLeast;
17 using testing::Invoke;
18 using testing::Mock;
19 using testing::Return;
20 using testing::SetArgPointee;
21 using testing::StrictMock;
22 using testing::WithArg;
23 using testing::_
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_private_apitest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
20 using testing::_;
21 using testing::InSequence;
22 using testing::NiceMock;
23 using testing::Return;
24 using testing::ReturnPointee;
25 using testing::WithArgs;
26 using testing::WithoutArgs;
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
112 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
133 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
153 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
181 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
206 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
239 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
280 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
18 using testing::_;
32 class CloudPolicyServiceTest : public testing::Test {
94 testing::InSequence seq;
133 testing::InSequence seq;
150 testing::InSequence seq;
173 testing::InSequence seq;
231 testing::Mock::VerifyAndClearExpectations(&observer);
  /external/chromium_org/content/browser/
startup_task_runner_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
21 using testing::_;
22 using testing::Assign;
23 using testing::Invoke;
24 using testing::WithArg;
43 class StartupTaskRunnerTest : public testing::Test {
236 .Times(testing::Between(2, 3))
283 .Times(testing::Between(1, 2))
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher_browsertest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 using ::testing::_;
77 ::testing::InSequence expect_calls_in_sequence;
108 ::testing::InSequence expect_calls_in_sequence;
130 ::testing::InSequence expect_calls_in_sequence;
148 ::testing::InSequence expect_calls_in_sequence;
166 ::testing::InSequence expect_calls_in_sequence;
195 ::testing::InSequence expect_calls_in_sequence;
  /external/chromium_org/media/filters/
audio_decoder_selector_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::_;
17 using ::testing::IsNull;
18 using ::testing::NiceMock;
19 using ::testing::NotNull;
20 using ::testing::Return;
21 using ::testing::StrictMock;
25 class AudioDecoderSelectorTest : public ::testing::Test {
  /external/chromium_org/remoting/host/
desktop_process_unittest.cc 27 #include "testing/gmock/include/gmock/gmock.h"
28 #include "testing/gmock_mutant.h"
29 #include "testing/gtest/include/gtest/gtest.h"
31 using testing::_;
32 using testing::AnyNumber;
33 using testing::AtMost;
34 using testing::InSequence;
35 using testing::Return;
95 class DesktopProcessTest : public testing::Test {
100 // testing::Test override
    [all...]
  /external/clang/unittests/AST/
MatchVerifier.h 35 testing::AssertionResult match(const std::string &Code,
42 testing::AssertionResult match(const std::string &Code,
50 testing::AssertionResult match(const std::string &Code,
77 testing::AssertionResult MatchVerifier<NodeType>::match(
110 return testing::AssertionFailure() << "Parsing error";
112 return testing::AssertionFailure() << VerifyResult;
113 return testing::AssertionSuccess();
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
EventInjectorTest.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
19 import com.google.android.apps.common.testing.testrunner.ActivityLifecycleCallback;
20 import com.google.android.apps.common.testing.testrunner.ActivityLifecycleMonitorRegistry;
21 import com.google.android.apps.common.testing.testrunner.Stage;
22 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
23 import com.google.android.apps.common.testing.ui.testapp.R;
24 import com.google.android.apps.common.testing.ui.testapp.SendActivity;
55 super("com.google.android.apps.common.testing.ui.testapp", SendActivity.class);
  /external/chromium_org/chrome/renderer/
content_settings_observer_browsertest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
15 using testing::_;
16 using testing::DeleteArg;
64 ::testing::Mock::VerifyAndClearExpectations(&observer);
82 ::testing::Mock::VerifyAndClearExpectations(&observer);
194 ::testing::Mock::VerifyAndClearExpectations(&observer);
210 ::testing::Mock::VerifyAndClearExpectations(&observer);
237 ::testing::Mock::VerifyAndClearExpectations(&observer);
251 ::testing::Mock::VerifyAndClearExpectations(&observer)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
fdct8x8_test.cc 224 public ::testing::TestWithParam<dct_8x8_param_t> {
264 public ::testing::TestWithParam<ht_8x8_param_t> {
306 ::testing::Values(
310 ::testing::Values(
319 ::testing::Values(
323 ::testing::Values(
333 ::testing::Values(
337 ::testing::Values(
347 ::testing::Values(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.AbstractCollectionTester;
25 import com.google.common.collect.testing.MinimalCollection;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
37 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}
    [all...]
MapNavigationTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE;
24 import com.google.common.collect.testing.AbstractMapTester;
25 import com.google.common.collect.testing.Helpers;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;

Completed in 918 milliseconds

<<31323334353637383940>>