HomeSort by relevance Sort by last modified time
    Searched refs:anything (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
IsAnythingTest.java 8 import static org.hamcrest.core.IsAnything.anything;
12 private final Matcher<Object> matcher = anything();
26 assertDescription("ANYTHING", matcher);
32 assertDescription(description, anything(description));
DescribedAsTest.java 8 import static org.hamcrest.core.IsAnything.anything;
15 Matcher<Object> matcher = describedAs("irrelevant", anything());
23 Matcher<?> matcher = describedAs("my description", anything());
30 Matcher<?> matcher = describedAs("value 1 = %0, value 2 = %1", anything(), 33, 97);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStream2Test.java 32 public void anything() { method
36 public void anything() { method
40 public void anything() { method
44 public abstract void anything(); method in class:ObjectOutputStream2Test.MyEnum
StringReaderTest.java 154 String anything = "Hello world"; local
155 final StringReader sr = new StringReader(anything);
165 synchronized (anything) {
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsMapContainingTest.java 10 import static org.hamcrest.core.IsAnything.anything;
42 assertMismatchDescription("was null", hasEntry(anything(), anything()), null);
56 // mapContaining(ANYTHING, ANYTHING), "not a map");
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsAnything.java 16 this("ANYTHING");
36 public static Matcher<Object> anything() { method in class:IsAnything
47 public static Matcher<Object> anything(String description) { method in class:IsAnything
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java 15 import static org.hamcrest.core.IsAnything.anything;
33 return hasProperty("irrelevant", anything());
50 hasProperty("nonExistentProperty", anything()), shouldNotMatch);
55 hasProperty("writeOnlyProperty", anything()), shouldNotMatch);
63 assertMatches("property with value", hasProperty( "property", anything()), beanWithInfo);
68 hasProperty( "property", anything()).describeMismatch(beanWithInfo, description);
73 assertMismatchDescription("No property \"honk\"", hasProperty( "honk", anything()), shouldNotMatch);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
start4.s 3 # anything so whatever is linked will be discarded.
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsMapContaining.java 10 import static org.hamcrest.core.IsAnything.anything;
88 return new IsMapContaining<K,Object>(keyMatcher, anything());
101 return new IsMapContaining<K,Object>(equalTo(key), anything());
114 return new IsMapContaining<Object,V>(anything(), valueMatcher);
127 return new IsMapContaining<Object,V>(anything(), equalTo(value));
  /external/guava/guava-tests/test/com/google/common/eventbus/
PackageSanityTests.java 41 public void handle(@Nullable Object anything) {}
  /device/generic/goldfish/libqemu/
tests.mk 4 # anything it receives from the client.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
signal.go 8 // must not import anything (like net, but also like os/signal)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
signal.go 8 // must not import anything (like net, but also like os/signal)
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7234_test.go 9 // This test actually doesn't have anything to do with cgo. It is a
  /prebuilts/go/darwin-x86/test/import4.dir/
import4.go 20 // again, package without anything in it
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7234_test.go 9 // This test actually doesn't have anything to do with cgo. It is a
  /prebuilts/go/linux-x86/test/import4.dir/
import4.go 20 // again, package without anything in it
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 638 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
644 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
    [all...]
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 199 cxxMemberCallExpr(anything()).bind("id"),
213 cxxMemberCallExpr(anything()).bind("id"),
  /external/libmojo/
build_generated_jni.mk 44 # LOCAL_GENERATED_SOURCES will filter out anything that's not a C/C++ source
  /packages/apps/TimeZoneData/testing/xts/
Android.mk 18 # OEMs can include this as a "_STATIC_" dependency and anything else needed to integrate with their
  /prebuilts/go/darwin-x86/misc/android/
cleaner.go 5 // Cleaner removes anything from /data/local/tmp/goroot not on a builtin list.
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo2/
libgo2.go 15 // RunGoroutines starts some goroutines that don't do anything.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 10 // export anything.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo4/
libgo4.go 15 // RunGoroutines starts some goroutines that don't do anything.

Completed in 1748 milliseconds

1 2 3 4 5 6 7 8 91011>>