Searched refs:anything (Results 1 - 25 of 58) sorted by relevance

123

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowTrafficStatsTest.java15 int anything = -2;
26 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTxBytes(anything));
27 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidRxBytes(anything));
28 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTxPackets(anything));
29 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidRxPackets(anything));
30 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTcpTxBytes(anything));
31 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTcpRxBytes(anything));
32 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidUdpTxBytes(anything));
33 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidUdpRxBytes(anything));
34 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTcpTxSegments(anything));
[all...]
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
H A DIsAnythingTest.java8 import static org.hamcrest.core.IsAnything.anything;
12 private final Matcher<Object> matcher = anything();
32 assertDescription(description, anything(description));
H A DDescribedAsTest.java8 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);
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
H A DIsMapContainingTest.java10 import static org.hamcrest.core.IsAnything.anything;
42 assertMismatchDescription("was null", hasEntry(anything(), anything()), null);
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsAnything.java36 public static Matcher<Object> anything() { method in class:IsAnything
47 public static Matcher<Object> anything(String description) { method in class:IsAnything
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
41 // zero + anything = anything
48 // anything + zero = anything
77 // anything.)
H A Dfp_mul_impl.inc32 // NaN * anything = qNaN
34 // anything * NaN = qNaN
51 // zero * anything = +/- zero
53 // anything * zero = +/- zero
65 // won't hurt anything.)
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
H A DHasPropertyWithValueTest.java15 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);
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsMapContaining.java10 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/
H A DPackageSanityTests.java41 public void handle(@Nullable Object anything) {} argument
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp638 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
644 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
985 forStmt(hasCondition(anything()))));
987 forStmt(hasLoopInit(anything()))));
992 cxxForRangeStmt(hasLoopVariable(anything()))));
1002 forStmt(hasLoopInit(anything()))));
1066 pointsTo(TypeMatcher(anything()))))));
1077 pointsTo(TypeMatcher(anything()))))));
1084 unless(anything())))));
1088 unless(anything())))));
[all...]
/external/clang/unittests/AST/
H A DStmtPrinterTest.cpp199 cxxMemberCallExpr(anything()).bind("id"),
213 cxxMemberCallExpr(anything()).bind("id"),
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java147 public static org.hamcrest.Matcher<java.lang.Object> anything() { method in class:CoreMatchers
148 return org.hamcrest.core.IsAnything.anything();
158 public static org.hamcrest.Matcher<java.lang.Object> anything(java.lang.String description) { method in class:CoreMatchers
159 return org.hamcrest.core.IsAnything.anything(description);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleValidityChecker.java123 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant in enum:LocaleValidityChecker.SpecialCase
134 return anything;
212 case anything:
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java121 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant in enum:LocaleValidityChecker.SpecialCase
132 return anything;
210 case anything:
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
H A DAccessibilityUtilTest.java133 AccessibilityUtil.setSuppressingResultMatcher(Matchers.anything());
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc267 // I don't think we support anything like this
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A D__init__.py194 getbaseclasses(anything)
389 '****' : anything,
/external/curl/packages/vms/
H A Dbuild_curl-config_script.com124 $ ! If mis-matched pairs, do not substitute anything.
/external/python/cpython2/PCbuild/
H A Dget_externals.bat90 echo.anything new.
/external/python/cpython3/PCbuild/
H A Dget_externals.bat87 echo.anything new.
/external/tensorflow/tensorflow/core/framework/
H A Dop_def_builder_test.cc575 .Output("output: anything")
576 .Attr("anything: list(type)")
587 type_list_attr: "anything"
590 name: "anything"
/external/libffi/src/x86/
H A Dwin32.S124 ;; Do not insert anything here between label and jump table.
255 ;; Do not insert anything here between the label and jump table.
364 ;; Do not insert anything here between the label and jump table.
450 ;; Do not insert anything here between the label and jump table.
610 # Do not insert anything here between the call and the jump table.
793 # Do not insert anything here between the call and the jump table.
948 # Do not insert anything here between the call and the jump table.
1083 # Do not insert anything here between the call and the jump table.
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dwin32.S110 ;; Do not insert anything here between label and jump table.
231 ;; Do not insert anything here between the label and jump table.
341 ;; Do not insert anything here between the label and jump table.
423 ;; Do not insert anything here between the label and jump table.
580 # Do not insert anything here between the call and the jump table.
750 # Do not insert anything here between the call and the jump table.
906 # Do not insert anything here between the call and the jump table.
1035 # Do not insert anything here between the call and the jump table.
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dwin32.S110 ;; Do not insert anything here between label and jump table.
231 ;; Do not insert anything here between the label and jump table.
341 ;; Do not insert anything here between the label and jump table.
423 ;; Do not insert anything here between the label and jump table.
580 # Do not insert anything here between the call and the jump table.
750 # Do not insert anything here between the call and the jump table.
906 # Do not insert anything here between the call and the jump table.
1035 # Do not insert anything here between the call and the jump table.

Completed in 599 milliseconds

123