Home
last modified time | relevance | path

Searched refs:anything (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/external/compiler-rt/lib/builtins/
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.)
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/curl/tests/data/
Dtest9437 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
Dtest27656 "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/
Dpr14166.ll6 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/
DCoreMatchers.java110 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/
Dosx_blacklist.txt16 # anything using __hidden_allocator
18 # anything using __sso_allocator
Dlinux_blacklist.txt16 # anything using __hidden_allocator
18 # anything using __sso_allocator
/external/skia/tools/
Dxsan.blacklist4 # 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/
DIsAnything.java38 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/
Dicu.pc.in3 # CFLAGS contains only anything end users should set
5 # CXXFLAGS contains only anything end users should set
/external/llvm/test/CodeGen/X86/
D2008-06-13-VolatileLoadStore.ll6 @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/
DIsMapContaining.java53 return hasEntry(keyMatcher, IsAnything.<V>anything()); in hasKey()
63 return hasEntry(IsAnything.<K>anything(), valueMatcher); in hasValue()
/external/clang/unittests/AST/
DStmtPrinterTest.cpp199 cxxMemberCallExpr(anything()).bind("id"), in TEST()
213 cxxMemberCallExpr(anything()).bind("id"), in TEST()
/external/llvm/test/Linker/
Dlinknamedmdnode2.ll1 ; This file is used by linknamedmdnode.ll, so it doesn't actually do anything itself
/external/smali/smalidea/testData/
DEmpty.txt7 PsiErrorElement:required (...)+ loop did not match anything at input '<EOF>'
/external/hamcrest/library/src/org/hamcrest/
DMatchers.java110 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/
Dsettings.gradle2 // be used in jcenter and that could be named anything.
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1411 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/
DREADME2 lives in this directory is not allowed to depend on anything other than base/
/external/dbus/test/data/auth/
Dexternal-successful.auth-script4 ## verify that prior to doing anything, we haven't authed as anyone
Danonymous-server-successful.auth-script4 ## verify that prior to doing anything, we haven't authed as anyone
Dexternal-failed.auth-script5 ## verify that prior to doing anything, we haven't authed as anyone
/external/guava/guava-tests/test/com/google/common/eventbus/
DPackageSanityTests.java41 public void handle(@Nullable Object anything) {} in handle() argument
/external/clang/test/SemaObjC/
Divar-lookup.m102 struct S1 { // expected-warning {{declaration does not declare anything}}
104 struct S { // expected-warning {{declaration does not declare anything}}

12345678910>>...26