HomeSort by relevance Sort by last modified time
    Searched defs:IsIn (Results 1 - 8 of 8) sorted by null

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIn.java 10 public class IsIn<T> extends BaseMatcher<T> {
13 public IsIn(Collection<T> collection) {
17 public IsIn(T[] elements) {
37 * <pre>assertThat("foo", isIn(Arrays.asList("bar", "foo")))</pre>
46 public static <T> Matcher<T> isIn(Collection<T> collection) {
61 return new IsIn<T>(collection);
68 * <pre>assertThat("foo", isIn(new String[]{"bar", "foo"}))</pre>
77 public static <T> Matcher<T> isIn(T[] elements) {
92 return new IsIn<T>(elements);
  /system/tools/aidl/
aidl_language.h 122 bool IsIn() const { return direction_ & IN_DIR; }
  /art/compiler/optimizing/
nodes.cc 715 bool HLoopInformation::IsIn(const HLoopInformation& other) const {
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 109 NDR64_UINT16 IsIn : 1;
145 NDR64_UINT8 IsIn : 1;
ndrtypes.h 68 unsigned short IsIn : 1;
138 unsigned char IsIn : 1;
  /prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 

Completed in 159 milliseconds