/external/compiler-rt/lib/builtins/ |
H A D | fp_add_impl.inc | 26 // 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 D | fp_mul_impl.inc | 32 // 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 D | IsAnything.java | 38 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 D | PackageSanityTests.java | 41 public void handle(@Nullable Object anything) {} argument
|
/external/hamcrest/library/src/org/hamcrest/collection/ |
H A D | IsMapContaining.java | 53 return hasEntry(keyMatcher, IsAnything.<V>anything()); 63 return hasEntry(IsAnything.<K>anything(), valueMatcher);
|
/external/hamcrest/src/org/hamcrest/ |
H A D | 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/ |
H A D | StmtPrinterTest.cpp | 199 cxxMemberCallExpr(anything()).bind("id"), 213 cxxMemberCallExpr(anything()).bind("id"),
|
/external/hamcrest/library/src/org/hamcrest/ |
H A D | 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);
|
/external/chromium-trace/catapult/third_party/flot/ |
H A D | FAQ.md | 30 include anything not drawn in the canvas (such as the legend). And it
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_malloc_mac.inc | 267 // I don't think we support anything like this
|
/external/harfbuzz_ng/win32/ |
H A D | introspection-msvc.mak | 25 # Don't change anything following this line!
|
H A D | config-msvc.mak | 26 # Please do not change anything beneath this line unless maintaining the NMake Makefiles
|
/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.cpp | 1411 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 D | build_curl-config_script.com | 124 $ ! If mis-matched pairs, do not substitute anything.
|
H A D | generate_config_vms_h_curl.com | 391 $! It does not appear to hurt anything to not find header file, so we
|
/external/compiler-rt/make/platform/ |
H A D | darwin_bni.mk | 8 # and the resulting lib will just have generic versions for anything unknown.
|
/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 101 REGISTER_MATCHER(anything);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | BaseRecognizer.as | 257 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 D | junit-4.8.1.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
/external/owasp/sanitizer/lib/junit/ |
H A D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
/external/doclava/res/assets/templates/ |
H A D | macros.cs | 129 that does not inherit from anything?><?cs
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | x86inc.asm | 120 ; 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 D | junit-4.11.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
/external/gptfdisk/ |
H A D | basicmbr.cc | 1063 string anything; local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
H A D | idct32x32_add_neon.asm | 239 ; valid output registers are anything but q8-q11 284 ; valid output registers are anything but q8-q11
|