HomeSort by relevance Sort by last modified time
    Searched full:matchers (Results 501 - 525 of 1392) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationComparatorTest.java 21 import static org.mockito.Matchers.anyInt;
22 import static org.mockito.Matchers.anyString;
23 import static org.mockito.Matchers.eq;
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
ActionReplacingCallbackTest.java 52 import static org.mockito.Matchers.anyInt;
53 import static org.mockito.Matchers.anyObject;
54 import static org.mockito.Matchers.eq;
KeyboardInterceptorTest.java 24 import static org.mockito.Matchers.anyInt;
25 import static org.mockito.Matchers.anyObject;
26 import static org.mockito.Matchers.isNull;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierSignalAgentTest.java 40 import static org.mockito.Matchers.anyInt;
44 import static org.mockito.Matchers.any;
45 import static org.mockito.Matchers.argThat;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsDispatcherTest.java 26 import static org.mockito.Matchers.any;
27 import static org.mockito.Matchers.anyInt;
28 import static org.mockito.Matchers.anyString;
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseKeyEventsTestCase.java 47 import org.hamcrest.Matchers;
120 onView(withClassName(Matchers.is(CustomCollapsibleView.class.getName())))
133 onView(withClassName(Matchers.is(CustomCollapsibleView.class.getName())))
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
FinalizationControllerTest.java 25 import static org.mockito.Matchers.any;
26 import static org.mockito.Matchers.anyInt;
27 import static org.mockito.Matchers.eq;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppPermissionsPreferenceControllerTest.java 20 import static org.mockito.Matchers.anyInt;
21 import static org.mockito.Matchers.anyString;
22 import static org.mockito.Matchers.eq;
AppWithAdminGrantedPermissionsListerTest.java 44 import static org.mockito.Matchers.anyInt;
45 import static org.mockito.Matchers.anyObject;
46 import static org.mockito.Matchers.eq;
InstalledAppCounterTest.java 24 import static org.mockito.Matchers.anyInt;
25 import static org.mockito.Matchers.argThat;
26 import static org.mockito.Matchers.eq;
ManageApplicationsTest.java 20 import static org.mockito.Matchers.any;
21 import static org.mockito.Matchers.anyInt;
22 import static org.mockito.Matchers.eq;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/security/
SecurityFeatureProviderImplTest.java 50 import static org.mockito.Matchers.any;
51 import static org.mockito.Matchers.anyInt;
52 import static org.mockito.Matchers.anyString;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherPreferenceControllerTest.java 20 import static org.mockito.Matchers.any;
21 import static org.mockito.Matchers.anyString;
22 import static org.mockito.Matchers.eq;
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/
InputTaskSchedulerTest.java 21 import static org.mockito.Matchers.any;
22 import static org.mockito.Matchers.anyLong;
23 import static org.mockito.Matchers.eq;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DefaultDialerCacheTest.java 35 import static org.mockito.Matchers.any;
36 import static org.mockito.Matchers.eq;
37 import static org.mockito.Matchers.isNull;
  /cts/tests/fragment/src/android/fragment/cts/
TransitionFragment.java 20 import static org.mockito.Matchers.any;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableWrapperTest.java 23 import static org.mockito.Matchers.any;
24 import static org.mockito.Matchers.anyBoolean;
25 import static org.mockito.Matchers.anyInt;
26 import static org.mockito.Matchers.anyLong;
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 26 import static org.mockito.Matchers.any;
27 import static org.mockito.Matchers.anyFloat;
28 import static org.mockito.Matchers.anyInt;
29 import static org.mockito.Matchers.eq;
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 19 import static org.mockito.Matchers.any;
  /developers/samples/android/ui/views/EffectiveNavigation/app/src/androidTest/java/com/example/android/effectivenavigation/
CollectionDemoActivityTest.java 28 import static org.hamcrest.Matchers.not;
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 10 // This tablegen backend emits efficient matchers for HTML tags that are used
  /external/easymock/src/org/easymock/internal/matchers/
ArrayEquals.java 16 package org.easymock.internal.matchers;
  /external/google-breakpad/src/testing/src/
gmock-all.cc 45 #include "src/gmock-matchers.cc"

Completed in 677 milliseconds

<<21222324252627282930>>