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

<<919293949596979899100>>

  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
MenuActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
  /hardware/libhardware/tests/camera2/
CameraMetadataTests.cpp 50 : public ::testing::Test,
  /libnativehelper/tests/
JniInvocation_test.cpp 84 class JNIInvocationTest : public testing::Test {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
  /packages/apps/Contacts/src/com/android/contacts/
ContactsActivity.java 29 import com.android.contacts.common.testing.InjectedServices;
  /packages/apps/Dialer/src/com/android/dialer/util/
ExpirableCache.java 21 import com.android.contacts.common.testing.NeededForTesting;
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 18 #include "testing/gtest/include/gtest/gtest.h"
24 using testing::DoAll;
25 using testing::Invoke;
26 using testing::Return;
27 using testing::ReturnRefOfCopy;
28 using testing::SetArgPointee;
29 using testing::WithArg;
30 using testing::_;
63 typedef testing::StrictMock<content::MockDownloadItem> StrictMockDownloadItem;
196 class DownloadHistoryTest : public testing::Test
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service_unittest.cc 32 #include "testing/gmock/include/gmock/gmock.h"
33 #include "testing/gtest/include/gtest/gtest.h"
40 using ::testing::_;
41 using ::testing::AtLeast;
42 using ::testing::InvokeWithoutArgs;
43 using ::testing::StrictMock;
58 SCOPED_TRACE(testing::Message() << where.ToString());
72 SCOPED_TRACE(testing::Message() << where.ToString());
84 SCOPED_TRACE(testing::Message() << where.ToString());
104 : public testing::Test
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 55 #include "testing/gmock/include/gmock/gmock.h"
56 #include "testing/gtest/include/gtest/gtest.h"
77 using testing::AtLeast;
78 using testing::DoAll;
79 using testing::Return;
80 using testing::SetArgPointee;
81 using testing::_;
276 return new testing::NiceMock<TestAutofillDialogView>();
370 // Do not delay enabling the submit button in testing.
382 testing::NiceMock<wallet::MockWalletClient> mock_wallet_client_
    [all...]
  /external/chromium_org/components/search_provider_logos/
logo_tracker_unittest.cc 29 #include "testing/gmock/include/gmock/gmock.h"
30 #include "testing/gtest/include/gtest/gtest.h"
33 using ::testing::_;
34 using ::testing::AnyNumber;
35 using ::testing::AtMost;
36 using ::testing::InSequence;
37 using ::testing::Invoke;
38 using ::testing::Mock;
39 using ::testing::NiceMock;
40 using ::testing::Return
    [all...]
  /external/chromium_org/media/audio/android/
audio_android_unittest.cc 25 #include "testing/gmock/include/gmock/gmock.h"
26 #include "testing/gtest/include/gtest/gtest.h"
28 using ::testing::_;
29 using ::testing::AtLeast;
30 using ::testing::DoAll;
31 using ::testing::Invoke;
32 using ::testing::NotNull;
33 using ::testing::Return;
408 class AudioAndroidOutputTest : public testing::Test {
583 public testing::WithParamInterface<bool>
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 78 namespace testing { namespace
274 if (!::testing::internal::IsTrue(expression)) { \
277 + ::testing::internal::StreamableToString(__LINE__) + ": " \
280 } while (::testing::internal::AlwaysFalse())
298 + ::testing::internal::StreamableToString(__LINE__) + ": " \
301 } while (::testing::internal::AlwaysFalse())
399 // The textual content of the code this object is testing. This class
    [all...]
  /external/gtest/src/
gtest-death-test.cc 78 namespace testing { namespace
274 if (!::testing::internal::IsTrue(expression)) { \
277 + ::testing::internal::StreamableToString(__LINE__) + ": " \
280 } while (::testing::internal::AlwaysFalse())
298 + ::testing::internal::StreamableToString(__LINE__) + ": " \
301 } while (::testing::internal::AlwaysFalse())
399 // The textual content of the code this object is testing. This class
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 15 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.Helpers.copyToList;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.CollectionSize.ONE;
23 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
24 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
33 import com.google.common.collect.testing.features.CollectionFeature;
34 import com.google.common.collect.testing.features.CollectionSize;
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 78 namespace testing { namespace
274 if (!::testing::internal::IsTrue(expression)) { \
277 + ::testing::internal::StreamableToString(__LINE__) + ": " \
280 } while (::testing::internal::AlwaysFalse())
298 + ::testing::internal::StreamableToString(__LINE__) + ": " \
301 } while (::testing::internal::AlwaysFalse())
399 // The textual content of the code this object is testing. This class
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
26 using ::testing::_;
27 using ::testing::NiceMock;
28 using ::testing::Property;
29 using ::testing::Return;
30 using ::testing::SaveArg;
31 using ::testing::StrictMock;
70 ::testing::Mock::VerifyAndClearExpectations(this);
109 class DownloadItemTest : public testing::Test
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
20 using ::testing::_;
21 using ::testing::DoAll;
22 using ::testing::HasSubstr;
23 using ::testing::InSequence;
24 using ::testing::MatcherCast;
25 using ::testing::Not;
26 using ::testing::Pointee;
27 using ::testing::Return;
28 using ::testing::SetArrayArgument
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer_test.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/platform_test.h"
26 using testing::ElementsAre;
27 using testing::Pair;
28 using testing::_;
572 class SpdyFramerTest : public ::testing::TestWithParam<SpdyMajorVersion> {
641 ::testing::Values(SPDY2, SPDY3, SPDY4));
694 testing::StrictMock<test::MockSpdyFramerVisitor> visitor;
704 EXPECT_CALL(visitor, OnError(testing::Eq(&framer)));
714 testing::StrictMock<test::MockSpdyFramerVisitor> visitor
    [all...]
  /external/chromium_org/base/
logging_unittest.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
15 using ::testing::Return;
44 class LoggingTest : public testing::Test {
  /external/chromium_org/base/process/
memory_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
123 testing::KilledBySignal(SIGTRAP),
165 class OutOfMemoryTest : public testing::Test {
  /external/chromium_org/base/test/
sequenced_task_runner_test_template.h 24 #include "testing/gtest/include/gtest/gtest.h"
113 ::testing::AssertionResult CheckNonNestableInvariants(
120 class SequencedTaskRunnerTest : public testing::Test {
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 30 #include "testing/gmock/include/gmock/gmock.h"
31 #include "testing/gtest/include/gtest/gtest.h"
404 class ScrollbarLayerSolidColorThumbTest : public testing::Test {
532 // Check first that we're actually testing something.
626 class ScrollbarLayerTestResourceCreation : public testing::Test {
673 testing::Mock::VerifyAndClearExpectations(layer_tree_host_.get());
689 testing::Mock::VerifyAndClearExpectations(layer_tree_host_.get());
719 class ScaledScrollbarLayerTestResourceCreation : public testing::Test {
760 testing::Mock::VerifyAndClearExpectations(layer_tree_host_.get());
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider_unittest.cc 23 #include "testing/gtest/include/gtest/gtest.h"
25 class ZeroSuggestProviderTest : public testing::Test,
39 // Set up threads for testing; this needs to be instantiated before
102 chrome_variations::testing::ClearAllVariationParams();
  /external/chromium_org/chrome/browser/
browser_encoding_browsertest.cc 108 public testing::WithParamInterface<EncodingTestData> {
156 // encoding name). Webkit layout tests cover some, but testing in the UI test is
176 testing::ValuesIn(kEncodingTestDatas));
  /external/chromium_org/chrome/browser/chromeos/accessibility/
spoken_feedback_browsertest.cc 32 #include "testing/gtest/include/gtest/gtest.h"
131 public ::testing::WithParamInterface<SpokenFeedbackTestVariant> {
151 ::testing::Values(kTestAsNormalUser,

Completed in 1527 milliseconds

<<919293949596979899100>>