HomeSort by relevance Sort by last modified time
    Searched defs:hasSize (Results 1 - 25 of 47) sorted by null

1 2

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsCollectionWithSize.java 27 * <pre>assertThat(Arrays.asList("foo", "bar"), hasSize(equalTo(2)))</pre>
32 public static <E> Matcher<Collection<? extends E>> hasSize(Matcher<? super Integer> sizeMatcher) {
40 * <pre>assertThat(Arrays.asList("foo", "bar"), hasSize(2))</pre>
46 public static <E> Matcher<Collection<? extends E>> hasSize(int size) {
47 return (Matcher)IsCollectionWithSize.hasSize(equalTo(size));
  /frameworks/base/packages/SystemUI/tests/src/com/android/
AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java 87 boolean hasSize = hasSize(cls);
88 if (!hasSize) {
102 private boolean hasSize(Class<?> cls) {
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java     [all...]
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /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 
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0/
protos-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta1/
protos-25.3.0-beta1.jar 

Completed in 2642 milliseconds

1 2