| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| MultisetWritesTester.java | 17 package com.google.common.collect.testing.google; 19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_CLEAR; 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE; 22 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE_ALL; 23 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL; 24 import static com.google.common.collect.testing.features.CollectionSize.ONE; 25 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 30 import com.google.common.collect.testing.WrongType; 31 import com.google.common.collect.testing.features.CollectionFeature [all...] |
| /frameworks/testing/espresso/espresso-contrib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/ |
| DrawerActions.java | 17 package com.google.android.apps.common.testing.ui.espresso.contrib; 18 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView; 19 import static com.google.android.apps.common.testing.ui.espresso.contrib.DrawerMatchers.isClosed; 20 import static com.google.android.apps.common.testing.ui.espresso.contrib.DrawerMatchers.isOpen; 21 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom; 22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId; 24 import com.google.android.apps.common.testing.ui.espresso.Espresso; 25 import com.google.android.apps.common.testing.ui.espresso.IdlingResource; 26 import com.google.android.apps.common.testing.ui.espresso.PerformException; 27 import com.google.android.apps.common.testing.ui.espresso.UiController [all...] |
| /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
| Espresso.java | 17 package com.google.android.apps.common.testing.ui.espresso; 19 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click; 20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.pressMenuKey; 21 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed; 22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isRoot; 23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withClassName; 24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withContentDescription; 30 import com.google.android.apps.common.testing.ui.espresso.action.ViewActions; 31 import com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule; 32 import com.google.android.apps.common.testing.ui.espresso.base.IdlingResourceRegistry [all...] |
| /external/chromium_org/chrome/browser/ui/passwords/ |
| password_manager_presenter_unittest.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 16 using testing::Eq; 17 using testing::Property; 51 class PasswordManagerPresenterTest : public testing::Test { 108 testing::_)); 119 testing::_)); 130 testing::_)); 141 testing::_));
|
| /external/chromium_org/chrome/browser/ui/views/extensions/ |
| media_galleries_dialog_views_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 14 using ::testing::_; 15 using ::testing::AnyNumber; 16 using ::testing::Mock; 17 using ::testing::NiceMock; 18 using ::testing::Return; 19 using ::testing::ReturnPointee; 35 class MediaGalleriesDialogTest : public testing::Test {
|
| /external/chromium_org/components/password_manager/core/browser/ |
| password_store_default_unittest.cc | 19 #include "testing/gmock/include/gmock/gmock.h" 20 #include "testing/gtest/include/gtest/gtest.h" 24 using testing::_; 25 using testing::DoAll; 26 using testing::ElementsAreArray; 27 using testing::Pointee; 28 using testing::Property; 29 using testing::WithArg; 49 class PasswordStoreDefaultTest : public testing::Test {
|
| /external/chromium_org/media/audio/cras/ |
| cras_unified_unittest.cc | 13 #include "testing/gmock/include/gmock/gmock.h" 14 #include "testing/gtest/include/gtest/gtest.h" 22 using testing::_; 23 using testing::DoAll; 24 using testing::InvokeWithoutArgs; 25 using testing::Return; 26 using testing::SetArgumentPointee; 27 using testing::StrictMock; 61 class CrasUnifiedStreamTest : public testing::Test {
|
| /external/chromium_org/net/quic/ |
| quic_reliable_client_stream_test.cc | 13 #include "testing/gmock/include/gmock/gmock.h" 15 using testing::AnyNumber; 16 using testing::Return; 17 using testing::StrEq; 18 using testing::_; 42 : public ::testing::TestWithParam<QuicVersion> { 81 testing::StrictMock<MockDelegate> delegate_; 89 ::testing::ValuesIn(QuicSupportedVersions()));
|
| /external/chromium_org/remoting/jingle_glue/ |
| iq_sender_unittest.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 17 using ::testing::_; 18 using ::testing::DeleteArg; 19 using ::testing::InvokeWithoutArgs; 20 using ::testing::NotNull; 21 using ::testing::Return; 22 using ::testing::SaveArg; 49 class IqSenderTest : public testing::Test {
|
| /external/chromium_org/sync/notifier/ |
| unacked_invalidation_set_test_util.cc | 9 #include "testing/gmock/include/gmock/gmock-matchers.h" 13 using ::testing::MakeMatcher; 14 using ::testing::MatchResultListener; 15 using ::testing::Matcher; 16 using ::testing::MatcherInterface; 17 using ::testing::PrintToString; 26 : public testing::MatcherInterface<const UnackedInvalidationSet&> { 98 : public testing::MatcherInterface<const UnackedInvalidationsMap&> {
|
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| codec_factory.h | 52 class CodecTestWithParam : public ::testing::TestWithParam< 57 class CodecTestWith2Params : public ::testing::TestWithParam< 62 class CodecTestWith3Params : public ::testing::TestWithParam< 139 ::testing::Combine( \ 140 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \ 221 ::testing::Combine( \ 222 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| MapEqualsTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 22 import com.google.common.collect.testing.AbstractMapTester; 23 import com.google.common.collect.testing.Helpers; 24 import com.google.common.collect.testing.features.CollectionSize; 25 import com.google.common.collect.testing.features.MapFeature;
|
| /external/libvpx/libvpx/test/ |
| codec_factory.h | 52 class CodecTestWithParam : public ::testing::TestWithParam< 57 class CodecTestWith2Params : public ::testing::TestWithParam< 62 class CodecTestWith3Params : public ::testing::TestWithParam< 139 ::testing::Combine( \ 140 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \ 221 ::testing::Combine( \ 222 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
|
| /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/ |
| AdapterDataLoaderAction.java | 17 package com.google.android.apps.common.testing.ui.espresso.action; 19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom; 20 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed; 25 import com.google.android.apps.common.testing.ui.espresso.PerformException; 26 import com.google.android.apps.common.testing.ui.espresso.UiController; 27 import com.google.android.apps.common.testing.ui.espresso.ViewAction; 28 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
|
| CloseKeyboardAction.java | 17 package com.google.android.apps.common.testing.ui.espresso.action; 22 import com.google.android.apps.common.testing.testrunner.ActivityLifecycleMonitorRegistry; 23 import com.google.android.apps.common.testing.testrunner.Stage; 24 import com.google.android.apps.common.testing.ui.espresso.PerformException; 25 import com.google.android.apps.common.testing.ui.espresso.UiController; 26 import com.google.android.apps.common.testing.ui.espresso.ViewAction; 27 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
|
| /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/assertion/ |
| ViewAssertionsTest.java | 17 package com.google.android.apps.common.testing.ui.espresso.assertion; 19 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches; 20 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.selectedDescendantsMatch; 21 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasContentDescription; 22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom; 23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText; 28 import com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException;
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
| codec_factory.h | 52 class CodecTestWithParam : public ::testing::TestWithParam< 57 class CodecTestWith2Params : public ::testing::TestWithParam< 62 class CodecTestWith3Params : public ::testing::TestWithParam< 139 ::testing::Combine( \ 140 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \ 221 ::testing::Combine( \ 222 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
|
| /external/chromium_org/gpu/command_buffer/service/ |
| gles2_cmd_decoder_unittest_async_pixel.cc | 27 #include "testing/gtest/include/gtest/gtest.h" 37 using ::testing::_; 38 using ::testing::DoAll; 39 using ::testing::InSequence; 40 using ::testing::Invoke; 41 using ::testing::MatcherCast; 42 using ::testing::Mock; 43 using ::testing::Pointee; 44 using ::testing::Return; 45 using ::testing::SaveArg [all...] |
| gles2_cmd_decoder_unittest_1.cc | 13 #include "testing/gtest/include/gtest/gtest.h" 17 using ::testing::_; 18 using ::testing::DoAll; 19 using ::testing::InSequence; 20 using ::testing::MatcherCast; 21 using ::testing::Pointee; 22 using ::testing::Return; 23 using ::testing::SetArrayArgument; 24 using ::testing::SetArgumentPointee; 25 using ::testing::StrEq [all...] |
| /frameworks/native/libs/gui/tests/ |
| GLTest.cpp | 30 const ::testing::TestInfo* const testInfo = 31 ::testing::UnitTest::GetInstance()->current_test_info(); 134 const ::testing::TestInfo* const testInfo = 135 ::testing::UnitTest::GetInstance()->current_test_info(); 175 ::testing::AssertionResult GLTest::checkPixel(int x, int y, 186 return ::testing::AssertionFailure(::testing::Message(msg.string())); 210 return ::testing::AssertionFailure(::testing::Message(msg.string())); 212 return ::testing::AssertionSuccess() [all...] |
| /external/chromium_org/testing/gtest/include/gtest/ |
| gtest.h | 32 // The Google C++ Testing Framework (Google Test) 83 namespace testing { namespace 192 // testing::AssertionResult IsEven(int n) { 194 // return testing::AssertionSuccess(); 196 // return testing::AssertionFailure() << n << " is odd"; 219 // testing::AssertionResult IsEven(int n) { 221 // return testing::AssertionSuccess() << n << " is even"; 223 // return testing::AssertionFailure() << n << " is odd"; 243 // testing::AssertionResult IsEven(const char* expr, int n) { 245 // return testing::AssertionSuccess() [all...] |
| /external/gtest/include/gtest/ |
| gtest.h | 32 // The Google C++ Testing Framework (Google Test) 83 namespace testing { namespace 192 // testing::AssertionResult IsEven(int n) { 194 // return testing::AssertionSuccess(); 196 // return testing::AssertionFailure() << n << " is odd"; 219 // testing::AssertionResult IsEven(int n) { 221 // return testing::AssertionSuccess() << n << " is even"; 223 // return testing::AssertionFailure() << n << " is odd"; 243 // testing::AssertionResult IsEven(const char* expr, int n) { 245 // return testing::AssertionSuccess() [all...] |
| /ndk/sources/third_party/googletest/googletest/include/gtest/ |
| gtest.h | 32 // The Google C++ Testing Framework (Google Test) 83 namespace testing { namespace 192 // testing::AssertionResult IsEven(int n) { 194 // return testing::AssertionSuccess(); 196 // return testing::AssertionFailure() << n << " is odd"; 219 // testing::AssertionResult IsEven(int n) { 221 // return testing::AssertionSuccess() << n << " is even"; 223 // return testing::AssertionFailure() << n << " is odd"; 243 // testing::AssertionResult IsEven(const char* expr, int n) { 245 // return testing::AssertionSuccess() [all...] |
| /external/chromium_org/chrome/browser/ui/search/ |
| search_ipc_router_unittest.cc | 36 #include "testing/gmock/include/gmock/gmock.h" 37 #include "testing/gtest/include/gtest/gtest.h" 155 .WillOnce(testing::Return(true)); 228 .WillOnce(testing::Return(true)); 243 .WillOnce(testing::Return(false)); 262 .WillOnce(testing::Return(true)); 281 .WillOnce(testing::Return(false)); 322 .WillOnce(testing::Return(true)); 343 .WillOnce(testing::Return(false)); 358 .WillOnce(testing::Return(true)) [all...] |
| /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
| rtp_payload_registry_unittest.cc | 13 #include "testing/gmock/include/gmock/gmock.h" 14 #include "testing/gtest/include/gtest/gtest.h" 21 using ::testing::Eq; 22 using ::testing::Return; 23 using ::testing::_; 30 class RtpPayloadRegistryTest : public ::testing::Test { 34 mock_payload_strategy_ = new testing::NiceMock<MockRTPPayloadStrategy>(); 60 testing::NiceMock<MockRTPPayloadStrategy>* mock_payload_strategy_; 218 public ::testing::WithParamInterface<int> { 233 testing::Values(64, 72, 73, 74, 75, 76, 77, 78, 79)) [all...] |