OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchers
(Results
901 - 925
of
1392
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/cts/tests/tests/view/src/android/view/cts/
ActionModeTest.java
25
import static org.mockito.
Matchers
.any;
/cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java
25
import static org.mockito.
Matchers
.any;
26
import static org.mockito.
Matchers
.anyInt;
27
import static org.mockito.
Matchers
.anyLong;
28
import static org.mockito.
Matchers
.eq;
[
all
...]
/developers/build/prebuilts/gradle/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.java
26
import static org.hamcrest.
Matchers
.not;
MediaSessionPlaybackActivityTest.java
44
import static org.hamcrest.
Matchers
.not;
/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.kt
35
import org.hamcrest.
Matchers
.not
MediaSessionPlaybackActivityTest.kt
36
import org.hamcrest.
Matchers
.not
/developers/samples/android/media/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.java
26
import static org.hamcrest.
Matchers
.not;
MediaSessionPlaybackActivityTest.java
44
import static org.hamcrest.
Matchers
.not;
/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.kt
35
import org.hamcrest.
Matchers
.not
MediaSessionPlaybackActivityTest.kt
36
import org.hamcrest.
Matchers
.not
/external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp
56
// Can only convert to compatible
matchers
.
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
SSLParametersTest.java
185
fail("Should throw IllegalArgumentException when
matchers
are duplicated");
/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
ProducerFactoryTest.java
38
import static org.mockito.
Matchers
.any;
/external/easymock/src/org/easymock/internal/
Invocation.java
27
import org.easymock.internal.
matchers
.Captures;
/external/google-breakpad/src/testing/
README
21
- comes with a rich set of
matchers
for validating function arguments,
27
- lets a user extend it by defining new
matchers
and actions.
302
If you have custom
matchers
defined using MatcherInterface or
304
use the new matcher API [2].
Matchers
defined using MATCHER() or
/external/google-breakpad/src/testing/include/gmock/internal/
gmock-generated-internal-utils.h.pump
92
// ArgumentMatcherTuple: the tuple type consisting of
Matchers
for all
/external/googletest/googlemock/include/gmock/internal/
gmock-generated-internal-utils.h.pump
92
// ArgumentMatcherTuple: the tuple type consisting of
Matchers
for all
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsCollectionContaining.java
98
* the
matchers
to apply to items provided by the examined {@link Iterable}
/external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeMatcher.java
31
* complete match. Alternatively, for variable-length
matchers
,
/external/icu/icu4c/source/common/unicode/
unimatch.h
47
* complete match. Alternatively, for variable-length
matchers
,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeMatcher.java
32
* complete match. Alternatively, for variable-length
matchers
,
/external/llvm/lib/Support/
regexec.c
137
* when choosing which matcher to call. Also, by this point the
matchers
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AdapterViewBehavior.java
12
import static com.xtremelabs.robolectric.
matchers
.TextViewHasTextMatcher.hasText;
/external/swiftshader/third_party/LLVM/lib/Support/
regexec.c
137
* when choosing which matcher to call. Also, by this point the
matchers
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp
225
/// FindNodeWithKind - Scan a series of
matchers
looking for a matcher with a
277
// Find the set of
matchers
that start with this node.
292
// Factor all of the known-equal
matchers
after this one into the same
372
// Remove and delete the first node from the other
matchers
we're factoring.
Completed in 344 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>