Searched defs:anything (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectOutputStream2Test.java32 public void anything() {
36 public void anything() {
40 public void anything() {
43 public abstract void anything(); method in class:ObjectOutputStream2Test.MyEnum
/external/hamcrest/src/org/hamcrest/core/
H A DIsAnything.java38 public static <T> Matcher<T> anything() { method in class:IsAnything
48 public static <T> Matcher<T> anything(String description) { method in class:IsAnything
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java110 public static <T> org.hamcrest.Matcher<T> anything() { method in class:CoreMatchers
111 return org.hamcrest.core.IsAnything.anything();
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { method in class:CoreMatchers
120 return org.hamcrest.core.IsAnything.anything(description);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h121 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
129 inline internal::PolymorphicMatcherWithParam0<internal::TrueMatcher> anything() { function in namespace:clang::ast_matchers
144 /// \brief Matches a declaration of anything that could have a name.
1508 /// declRefExpr(throughUsingDeclaration(anything()))
1526 /// declStmt(hasSingleDecl(anything()))
1614 /// 0, varDecl(hasInitializer(anything()))))
1640 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(anything()))))

Completed in 447 milliseconds