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

12

/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/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/guava/guava-tests/test/com/google/common/eventbus/
H A DPackageSanityTests.java41 public void handle(@Nullable Object anything) {} argument
/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsMapContaining.java53 return hasEntry(keyMatcher, IsAnything.<V>anything());
63 return hasEntry(IsAnything.<K>anything(), valueMatcher);
/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/unittests/AST/
H A DStmtPrinterTest.cpp199 cxxMemberCallExpr(anything()).bind("id"),
213 cxxMemberCallExpr(anything()).bind("id"),
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java110 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);
/external/chromium-trace/catapult/third_party/flot/
H A DFAQ.md30 include anything not drawn in the canvas (such as the legend). And it
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc267 // I don't think we support anything like this
/external/harfbuzz_ng/win32/
H A Dintrospection-msvc.mak25 # Don't change anything following this line!
H A Dconfig-msvc.mak26 # Please do not change anything beneath this line unless maintaining the NMake Makefiles
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1411 alignOfExpr(anything())));
2177 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
2183 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
2741 const TypeMatcher AnyType = anything();
2756 TypeMatcher(hasDeclaration(anything())),
2821 forStmt(hasCondition(anything()))));
2823 forStmt(hasLoopInit(anything()))));
2828 cxxForRangeStmt(hasLoopVariable(anything()))));
2838 forStmt(hasLoopInit(anything()))));
3170 pointsTo(TypeMatcher(anything()))))));
[all...]
/external/curl/packages/vms/
H A Dbuild_curl-config_script.com124 $ ! If mis-matched pairs, do not substitute anything.
H A Dgenerate_config_vms_h_curl.com391 $! It does not appear to hurt anything to not find header file, so we
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk8 # and the resulting lib will just have generic versions for anything unknown.
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp101 REGISTER_MATCHER(anything);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as257 msg = "required (...)+ loop did not match anything at input "+
412 * not consume anything and after printing an error rule c would
417 * the same recovery set and doesn't consume anything. Rule b
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/doclava/res/assets/templates/
H A Dmacros.cs129 that does not inherit from anything?><?cs
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm120 ; Pops anything that was pushed by PROLOGUE, and returns.
123 ; Same, but if it doesn't pop anything it becomes a 2-byte ret, for athlons
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/gptfdisk/
H A Dbasicmbr.cc1063 string anything; local
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm239 ; valid output registers are anything but q8-q11
284 ; valid output registers are anything but q8-q11

Completed in 2931 milliseconds

12