Searched refs:emptyArray (Results 1 - 15 of 15) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
H A DIsArrayWithSizeTest.java7 import static org.hamcrest.collection.IsArrayWithSize.emptyArray;
28 assertMatches("correct size", emptyArray(), new Object[] {});
29 assertDoesNotMatch("incorrect size", emptyArray(), new Object[] {1});
34 assertDescription("an empty array", emptyArray());
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsArrayWithSize.java52 * <pre>assertThat(new String[0], emptyArray())</pre>
55 public static <E> Matcher<E[]> emptyArray() { method in class:IsArrayWithSize
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DOrderingTest.java844 T[] emptyArray = Platform.newArray(strictlyOrderedElements, 0);
848 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list, emptyArray);
873 final T[] emptyArray; field in class:OrderingTest.Scenario
875 Scenario(Ordering<T> ordering, List<T> strictlyOrderedList, T[] emptyArray) { argument
878 this.emptyArray = emptyArray;
901 T[] rest = shuffledList.subList(3, shuffledList.size()).toArray(emptyArray);
949 return new Scenario<T>(scenario.ordering.reverse(), newList, scenario.emptyArray);
961 return new Scenario<T>(scenario.ordering.nullsFirst(), newList, scenario.emptyArray);
973 return new Scenario<T>(scenario.ordering.nullsLast(), newList, scenario.emptyArray);
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java878 T[] emptyArray = Platform.newArray(strictlyOrderedElements, 0);
882 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list, emptyArray);
907 final T[] emptyArray; field in class:OrderingTest.Scenario
909 Scenario(Ordering<T> ordering, List<T> strictlyOrderedList, T[] emptyArray) { argument
912 this.emptyArray = emptyArray;
935 T[] rest = shuffledList.subList(3, shuffledList.size()).toArray(emptyArray);
983 return new Scenario<T>(scenario.ordering.reverse(), newList, scenario.emptyArray);
995 return new Scenario<T>(scenario.ordering.nullsFirst(), newList, scenario.emptyArray);
1007 return new Scenario<T>(scenario.ordering.nullsLast(), newList, scenario.emptyArray);
[all...]
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp1336 Json::Value emptyArray(Json::arrayValue);
1347 JSONTEST_ASSERT_PRED(checkIsLess(emptyArray, l1aArray));
1348 JSONTEST_ASSERT_PRED(checkIsLess(emptyArray, l2aArray));
1351 JSONTEST_ASSERT_PRED(checkIsEqual(emptyArray, Json::Value(emptyArray)));
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java732 * <pre>assertThat(new String[0], emptyArray())</pre>
734 public static <E> org.hamcrest.Matcher<E[]> emptyArray() { method in class:Matchers
735 return org.hamcrest.collection.IsArrayWithSize.<E>emptyArray();
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 288 milliseconds