/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/ |
P2pCategoryPreferenceControllerTest.java | 35 import static org.mockito.Matchers.anyString;
|
P2pThisDevicePreferenceControllerTest.java | 36 import static org.mockito.Matchers.anyString;
|
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint/ |
FingerprintEnrollIntroductionTest.java | 20 import static org.mockito.Matchers.anyInt;
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
AppDeletionPreferenceGroupTest.java | 36 import static org.mockito.Matchers.any;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
ContactsContentObserverTest.java | 21 import static org.mockito.Matchers.eq;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
EnterprisePolicyGuardTest.java | 31 import org.mockito.Matchers; 260 when(mockDpm.getCrossProfileCallerIdDisabled(Matchers.<UserHandle>any())) 262 when(mockDpm.getCrossProfileContactsSearchDisabled(Matchers.<UserHandle>any())) 269 when(mockUm.getProfiles(Matchers.anyInt())).thenReturn(userInfos);
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
DirectToVoicemailCallFilterTest.java | 32 import static org.mockito.Matchers.eq;
|
/external/google-breakpad/src/testing/include/gmock/ |
gmock-matchers.h | 34 // This file implements some commonly used argument matchers. More 35 // matchers can be defined by the user implementing the 63 // is impossible if we pass matchers by pointers. It also eases 511 // This overload handles polymorphic matchers and values only since 512 // monomorphic matchers are handled by the next one. 518 // This overload handles monomorphic matchers. 585 // Value cannot be passed by const reference, because some matchers take a 626 // TuplePrefix<N>::ExplainMatchFailuresTo(matchers, values, os) 627 // describes failures in matching the first N fields of matchers 631 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, 2644 const Matcher<const Element&>* const matchers = NULL; local [all...] |
gmock-generated-matchers.h | 2 // pump.py gmock-generated-matchers.h.pump 36 // This file implements some commonly used variadic matchers. 44 #include "gmock/gmock-matchers.h" 349 const Matcher<const Element&> matchers[] = { local 354 return MakeMatcher(new ElementsAreMatcherImpl<Container>(matchers, 2)); 376 const Matcher<const Element&> matchers[] = { local 382 return MakeMatcher(new ElementsAreMatcherImpl<Container>(matchers, 3)); 405 const Matcher<const Element&> matchers[] = { local 412 return MakeMatcher(new ElementsAreMatcherImpl<Container>(matchers, 4)); 436 const Matcher<const Element&> matchers[] = local 471 const Matcher<const Element&> matchers[] = { local 508 const Matcher<const Element&> matchers[] = { local 547 const Matcher<const Element&> matchers[] = { local 589 const Matcher<const Element&> matchers[] = { local 633 const Matcher<const Element&> matchers[] = { local [all...] |
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 11 /// \brief Registry of all known matchers. 54 /// Such matchers are excluded from code completion results.
|
/external/guice/core/src/com/google/inject/internal/ |
EncounterImpl.java | 29 import com.google.inject.matcher.Matchers; 76 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors));
|
/external/guice/core/test/com/google/inject/ |
RequestInjectionTest.java | 23 import com.google.inject.matcher.Matchers; 209 bindListener(Matchers.any(), new TypeListener() {
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/comparator/ |
ComparatorMatcherBuilder.java | 17 * Creates a matcher factory for matchers of {@code Comparable}s. 31 * Creates a matcher factory for matchers of {@code Comparators}s of {@code T}.
|
/external/junit/src/main/java/org/junit/ |
Assume.java | 91 * @see org.junit.matchers.JUnitMatchers 114 * @see org.junit.matchers.JUnitMatchers
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
HelpUtilsTest.java | 43 import static org.mockito.Matchers.any; 44 import static org.mockito.Matchers.anyInt;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
NetworkControllerWifiTest.java | 20 import static org.mockito.Matchers.any; 21 import static org.mockito.Matchers.anyBoolean;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
AccessibilityManagerTest.java | 24 import static org.mockito.Matchers.any; 25 import static org.mockito.Matchers.anyInt;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
ShortcutManagerTest9.java | 21 import static org.mockito.Matchers.any; 22 import static org.mockito.Matchers.eq;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
PriorityDumpTest.java | 22 import static org.mockito.Matchers.eq; 23 import static org.mockito.Matchers.same;
|
/frameworks/base/tests/testables/tests/src/android/testing/ |
TestableLooperTest.java | 19 import static org.mockito.Matchers.any; 20 import static org.mockito.Matchers.eq;
|
/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/ |
ExpandableSwitchItemTest.java | 19 import static org.hamcrest.Matchers.hasItem; 20 import static org.hamcrest.Matchers.not;
|
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/ |
RecyclerItemAdapterTest.java | 25 import static org.mockito.Matchers.anyObject; 26 import static org.mockito.Matchers.eq;
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/ |
ButtonItemTest.java | 26 import static org.mockito.Matchers.any; 27 import static org.mockito.Matchers.same;
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/ |
RequireScrollMixinTest.java | 23 import static org.mockito.Matchers.any; 24 import static org.mockito.Matchers.eq;
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/ |
PartnerTest.java | 24 import static org.mockito.Matchers.anyString; 25 import static org.mockito.Matchers.eq;
|