Home
last modified time | relevance | path

Searched defs:anything (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectOutputStream2Test.java32 public void anything() { in anything() method
36 public void anything() { in anything() method
40 public void anything() { in anything() method
43 public abstract void anything(); in anything() method in ObjectOutputStream2Test.MyEnum
DStringReaderTest.java154 String anything = "Hello world"; in test_synchronization() local
/external/hamcrest/src/org/hamcrest/core/
DIsAnything.java38 public static <T> Matcher<T> anything() { in anything() method in IsAnything
48 public static <T> Matcher<T> anything(String description) { in anything() method in IsAnything
/external/hamcrest/src/org/hamcrest/
DCoreMatchers.java110 public static <T> org.hamcrest.Matcher<T> anything() { in anything() method in CoreMatchers
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { in anything() method in CoreMatchers
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h134 anything() { in anything() function