/external/compiler-rt/lib/builtins/ |
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.)
|
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/llvm/test/Transforms/GVN/ |
D | pr14166.ll | 6 call void @anything(<2 x i32>* %v1) 15 ; CHECK: call void @anything(<2 x i32>* %v1) 26 declare void @anything(<2 x i32>*)
|
/external/hamcrest/src/org/hamcrest/ |
D | CoreMatchers.java | 110 public static <T> org.hamcrest.Matcher<T> anything() { in anything() method in CoreMatchers 111 return org.hamcrest.core.IsAnything.anything(); in anything() 119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { in anything() method in CoreMatchers 120 return org.hamcrest.core.IsAnything.anything(description); in anything()
|
/external/hamcrest/src/org/hamcrest/core/ |
D | IsAnything.java | 38 public static <T> Matcher<T> anything() { in anything() method in IsAnything 48 public static <T> Matcher<T> anything(String description) { in anything() method in IsAnything
|
/external/icu/icu4c/source/config/ |
D | icu.pc.in | 3 # CFLAGS contains only anything end users should set 5 # CXXFLAGS contains only anything end users should set
|
/external/chromium_org/third_party/icu/source/config/ |
D | icu.pc.in | 3 # CFLAGS contains only anything end users should set 5 # CXXFLAGS contains only anything end users should set
|
/external/sepolicy/ |
D | file.te | 44 # Default type for anything under /system. 48 # Default type for anything under /data. 108 # Default type for anything under /cache 111 # type for anything under /cache/backup 113 # Default type for anything under /efs
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-06-13-VolatileLoadStore.ll | 6 @anything = global i64 0 ; <i64*> [#uses=1] 14 store volatile i64 %b2, i64* @anything ; may transform to store of double
|
/external/hamcrest/library/src/org/hamcrest/collection/ |
D | IsMapContaining.java | 53 return hasEntry(keyMatcher, IsAnything.<V>anything()); in hasKey() 63 return hasEntry(IsAnything.<K>anything(), valueMatcher); in hasValue()
|
/external/chromium_org/base/android/linker/ |
D | DEPS | 2 # This code cannot depend on anything from base/
|
/external/chromium_org/extensions/shell/test/ |
D | DEPS | 2 # Testing utilities can access anything in extensions/shell.
|
/external/chromium_org/sync/test/ |
D | DEPS | 2 # Test files can include anything from sync.
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 199 memberCallExpr(anything()).bind("id"), in TEST() 213 memberCallExpr(anything()).bind("id"), in TEST()
|
/external/llvm/test/Linker/ |
D | linknamedmdnode2.ll | 1 ; This file is used by linknamedmdnode.ll, so it doesn't actually do anything itself
|
D | linkmdnode2.ll | 1 ; This file is used by linkmdnode.ll, so it doesn't actually do anything itself
|
D | 2004-05-07-TypeResolution2.ll | 1 ; This file is used by testlink1.ll, so it doesn't actually do anything itself
|
/external/chromium_org/media/cdm/ppapi/ |
D | DEPS | 1 # Since media/ does not depend on anything in media/cdm/ppapi/, these extra
|
/external/llvm/lib/Transforms/Hello/ |
D | CMakeLists.txt | 1 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/chromium_org/content/public/test/ |
D | DEPS | 10 # Testing utilities can access anything in content/
|
/external/llvm/tools/bugpoint-passes/ |
D | CMakeLists.txt | 5 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/chromium_org/content/test/ |
D | DEPS | 4 # Testing utilities can access anything in content/
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 1223 alignOfExpr(anything()))); in TEST() 1819 constructorDecl(hasAnyConstructorInitializer(anything())))); in TEST() 1825 constructorDecl(hasAnyConstructorInitializer(anything())))); in TEST() 2341 const TypeMatcher AnyType = anything(); in TEST() 2356 TypeMatcher(hasDeclaration(anything())), in TEST() 2422 forStmt(hasCondition(anything())))); in TEST() 2424 forStmt(hasLoopInit(anything())))); in TEST() 2429 forRangeStmt(hasLoopVariable(anything())))); in TEST() 2439 forStmt(hasLoopInit(anything())))); in TEST() 2762 pointsTo(TypeMatcher(anything())))))); in TEST() [all …]
|
/external/clang/examples/PrintFunctionNames/ |
D | CMakeLists.txt | 1 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/hamcrest/library/src/org/hamcrest/ |
D | Matchers.java | 110 public static <T> org.hamcrest.Matcher<T> anything() { in anything() method in Matchers 111 return org.hamcrest.core.IsAnything.anything(); in anything() 119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { in anything() method in Matchers 120 return org.hamcrest.core.IsAnything.anything(description); in anything()
|