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

<<21222324252627282930>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDialogFragmentTest.java 21 import static org.mockito.Matchers.any;
22 import static org.mockito.Matchers.anyInt;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
GesturePreferenceControllerTest.java 39 import static org.mockito.Matchers.any;
40 import static org.mockito.Matchers.anyString;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
VirtualKeyboardPreferenceControllerTest.java 21 import static org.mockito.Matchers.anyString;
22 import static org.mockito.Matchers.eq;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
MobileNetworkPreferenceControllerTest.java 41 import static org.mockito.Matchers.any;
42 import static org.mockito.Matchers.anyString;
NetworkScorerPickerTest.java 19 import static org.mockito.Matchers.any;
20 import static org.mockito.Matchers.anyInt;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/survey/
SurveyMixinTest.java 4 import static org.mockito.Matchers.any;
5 import static org.mockito.Matchers.eq;
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
NotificationControllerTest.java 38 import static org.mockito.Matchers.any;
39 import static org.mockito.Matchers.anyInt;
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RecommendationUtils.java 24 import org.mockito.Matchers;
63 }).when(dataManager).getChannelRecord(Matchers.anyLong());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
BlockingHttpClientTests.java 19 import static org.mockito.Matchers.any;
20 import static org.mockito.Matchers.eq;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallFilterTest.java 37 import static org.mockito.Matchers.any;
38 import static org.mockito.Matchers.eq;
TelecomServiceImplTest.java 59 import org.mockito.internal.matchers.VarargMatcher;
68 import static org.mockito.Matchers.any;
69 import static org.mockito.Matchers.anyBoolean;
70 import static org.mockito.Matchers.anyInt;
71 import static org.mockito.Matchers.anyString;
72 import static org.mockito.Matchers.argThat;
73 import static org.mockito.Matchers.eq;
74 import static org.mockito.Matchers.isNull;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 11 /// \brief Registry of all known matchers.
62 /// Such matchers are excluded from code completion results.
  /prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3-javadoc.jar 
hamcrest-core-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 73 /// \brief Generate a registry map with all the known matchers.
75 // TODO: Here is the list of the missing matchers, grouped by reason.
495 // Search the registry for acceptable matchers.
536 // Two steps. First all non-matchers, then matchers only.
  /external/googletest/googlemock/
README.md 21 * supports a rich set of matchers and actions.
33 * Comes with a rich set of matchers for validating function arguments.
38 * Lets a user extend it by defining new matchers and actions.
300 If you have custom matchers defined using `MatcherInterface` or
305 Matchers defined using `MATCHER()` or `MATCHER_P*()` aren't affected.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java 57 import static org.mockito.Matchers.any;
58 import static org.mockito.Matchers.anyBoolean;
59 import static org.mockito.Matchers.anyInt;
60 import static org.mockito.Matchers.anyString;
61 import static org.mockito.Matchers.eq;

Completed in 623 milliseconds

<<21222324252627282930>>