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

1 2 3 4 5 6

  /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/src/org/hamcrest/core/
IsAnything.java 19 this("ANYTHING");
38 public static <T> Matcher<T> anything() { method in class:IsAnything
48 public static <T> Matcher<T> anything(String description) { method in class:IsAnything
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
start4.s 3 # anything so whatever is linked will be discarded.
  /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.
  /external/hamcrest/library/src/org/hamcrest/collection/
IsMapContaining.java 53 return hasEntry(keyMatcher, IsAnything.<V>anything());
63 return hasEntry(IsAnything.<K>anything(), valueMatcher);
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 110 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/unittests/AST/
StmtPrinterTest.cpp 199 cxxMemberCallExpr(anything()).bind("id"),
213 cxxMemberCallExpr(anything()).bind("id"),
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-alias.h 32 unsigned int anything : 1;
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
PopupMenuTest.java 31 import static org.hamcrest.Matchers.anything;
116 // onData(anything()).atPosition(x) operates on the content of the popup. It is used to
118 onData(anything()).atPosition(0).check(matches(isDisplayed()));
122 onData(anything()).atPosition(1).check(matches(isDisplayed()));
126 onData(anything()).atPosition(2).check(matches(isDisplayed()));
130 onData(anything()).atPosition(3).check(matches(isDisplayed()));
134 onData(anything()).atPosition(4).check(matches(isDisplayed()));
138 onData(anything()).atPosition(5).check(matches(isDisplayed()));
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 110 public static <T> org.hamcrest.Matcher<T> anything() { method in class:Matchers
111 return org.hamcrest.core.IsAnything.anything();
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { method in class:Matchers
120 return org.hamcrest.core.IsAnything.anything(description);
  /art/runtime/lambda/
shorty_field_type.h 326 // Helper to statically cast anything into our nested anonymous enum type.
328 inline static decltype(kByte) StaticCastValue(const T& anything) {
329 return static_cast<decltype(value_)>(anything);
  /external/v8/test/mjsunit/es6/
typedarray-iteration.js 74 // Shadowing the length property doesn't change anything
185 // Shadowing the length property doesn't change anything
  /device/generic/goldfish-opengl/
Android.mk 55 # This ensures that anything exported by module A will be correctly
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 30 include anything not drawn in the canvas (such as the legend). And it
  /external/harfbuzz_ng/win32/
introspection-msvc.mak 25 # Don't change anything following this line!
  /external/v8/test/mjsunit/
parallel-optimize-disabled.js 38 // TODO(adamk): Is this test still testing anything?
  /external/v8/test/mjsunit/regress/
regress-regexp-construct-result.js 29 // which do not capture anything, but the corresponding capture slot
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/curl/packages/vms/
build_curl-config_script.com 124 $ ! If mis-matched pairs, do not substitute anything.
  /external/v8/test/webkit/
array-proto-func-property-getter-except.js 58 // Probably not testing much of anything in these cases, but make sure they don't crash!

Completed in 892 milliseconds

1 2 3 4 5 6