/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/curl/tests/data/ |
D | test94 | 37 https://test.anything.really.com:94 --proxy1.0 %HOSTIP:%HTTPPORT 51 CONNECT test.anything.really.com:94 HTTP/1.0 53 Host: test.anything.really.com:94
|
D | test276 | 56 "http://%HOSTIP:%HTTPPORT/want?uri=http://anything/276?secondq/276" -L 66 GET /want?uri=http://anything/276?secondq/276 HTTP/1.1
|
/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/libcxx/utils/sym_check/ |
D | osx_blacklist.txt | 16 # anything using __hidden_allocator 18 # anything using __sso_allocator
|
D | linux_blacklist.txt | 16 # anything using __hidden_allocator 18 # anything using __sso_allocator
|
/external/skia/tools/ |
D | xsan.blacklist | 4 # Luckily, anything starting with # is a comment to *SAN blacklist files, 5 # and anything inside #if 0 is ignored by C. Yippee!
|
/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/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/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 199 cxxMemberCallExpr(anything()).bind("id"), in TEST() 213 cxxMemberCallExpr(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
|
/external/smali/smalidea/testData/ |
D | Empty.txt | 7 PsiErrorElement:required (...)+ loop did not match anything at input '<EOF>'
|
/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()
|
/external/droiddriver/ |
D | settings.gradle | 2 // be used in jcenter and that could be named anything.
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 1411 alignOfExpr(anything()))); in TEST() 2177 cxxConstructorDecl(hasAnyConstructorInitializer(anything())))); in TEST() 2183 cxxConstructorDecl(hasAnyConstructorInitializer(anything())))); in TEST() 2741 const TypeMatcher AnyType = anything(); in TEST() 2756 TypeMatcher(hasDeclaration(anything())), in TEST() 2821 forStmt(hasCondition(anything())))); in TEST() 2823 forStmt(hasLoopInit(anything())))); in TEST() 2828 cxxForRangeStmt(hasLoopVariable(anything())))); in TEST() 2838 forStmt(hasLoopInit(anything())))); in TEST() 3170 pointsTo(TypeMatcher(anything())))))); in TEST() [all …]
|
/external/libchrome/components/timers/ |
D | README | 2 lives in this directory is not allowed to depend on anything other than base/
|
/external/dbus/test/data/auth/ |
D | external-successful.auth-script | 4 ## verify that prior to doing anything, we haven't authed as anyone
|
D | anonymous-server-successful.auth-script | 4 ## verify that prior to doing anything, we haven't authed as anyone
|
D | external-failed.auth-script | 5 ## verify that prior to doing anything, we haven't authed as anyone
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | PackageSanityTests.java | 41 public void handle(@Nullable Object anything) {} in handle() argument
|
/external/clang/test/SemaObjC/ |
D | ivar-lookup.m | 102 struct S1 { // expected-warning {{declaration does not declare anything}} 104 struct S { // expected-warning {{declaration does not declare anything}}
|