HomeSort by relevance Sort by last modified time
    Searched full:anything (Results 26 - 50 of 7069) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/gradle-plugins/
readme.txt 5 downloading anything from an external repository.
  /external/hamcrest/src/org/hamcrest/core/
IsAnything.java 19 this("ANYTHING");
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/llvm/test/Transforms/GVN/
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/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_web_accessible_resources_unittest.cc 72 extension5.get(), "anything"));
74 extension5.get(), "path/anything"));
77 extension6.get(), "path/anything.ext"));
79 extension6.get(), "anything.ext"));
81 extension6.get(), "path/anything.badext"));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2.c 27 * ATAN2((anything), NaN ) is NaN;
28 * ATAN2(NAN , (anything) ) is NaN;
29 * ATAN2(+-0, +(anything but NaN)) is +-0 ;
30 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
31 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
32 * ATAN2(+-(anything but INF and NaN), +INF) is +-0 ;
33 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
36 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
81 case 1: return y; /* atan(+-0,+anything)=+-0 */
82 case 2: return pi+tiny;/* atan(+0,-anything) = pi *
    [all...]
  /external/fdlibm/
e_atan2.c 24 * ATAN2((anything), NaN ) is NaN;
25 * ATAN2(NAN , (anything) ) is NaN;
26 * ATAN2(+-0, +(anything but NaN)) is +-0 ;
27 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
28 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
29 * ATAN2(+-(anything but INF and NaN), +INF) is +-0 ;
30 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
33 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
81 case 1: return y; /* ieee_atan(+-0,+anything)=+-0 */
82 case 2: return pi+tiny;/* ieee_atan(+0,-anything) = pi *
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background_unittest.gtestjs 105 authenticationManagerIsSignedInSavedArgs.match(ANYTHING)).
114 getVariationParamsSavedArgs.match(ANYTHING),
115 getVariationParamsSavedArgs.match(ANYTHING)).
123 googleGeolocationPrefGetSavedArgs.match(ANYTHING)).
130 notificationGetPermissionLevelSavedArgs.match(ANYTHING)).
140 storageGetSavedArgs.match(ANYTHING)).
145 setBackgroundEnable(ANYTHING);
159 tasksAddSavedArgs.match(ANYTHING),
160 tasksAddSavedArgs.match(ANYTHING)).
165 updateCardsAttemptsIsRunningSavedArgs.match(ANYTHING))
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.h 22 // Crash if anything else is attempted.
26 // Crash if anything else is attempted.
30 // Crash if anything else is attempted.
  /external/chromium_org/tools/gn/
pattern.h 20 ANYTHING, // * (zero or more chars).
34 case ANYTHING:
65 // Set to true when the subranges are "*foo" ("ANYTHING" followed by a
  /external/chromium/chrome/browser/
background_mode_manager_chromeos.cc 16 // No need to display anything on ChromeOS because all extensions run all
  /external/chromium_org/chrome/browser/background/
background_mode_manager_chromeos.cc 17 // No need to display anything on ChromeOS because all extensions run all
  /external/chromium_org/tools/gyp/test/rules/src/subdir2/
never_used.gyp 5 # Test that the case where there is a rule that doesn't apply to anything.
  /external/clang/test/CodeGenObjC/
2009-01-21-invalid-debug-info.m 4 // no longer effectively test anything). The reason it was causing
  /external/clang/test/Parser/
c1x-alignas.c 8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warning {{declaration does not declare anything}}
  /external/clang/test/Sema/
anonymous-struct-union.c 53 union { // expected-warning{{declaration does not declare anything}}
58 static union { // expected-warning{{declaration does not declare anything}}
69 union { // expected-warning{{declaration does not declare anything}}
92 struct {}; // expected-warning{{declaration does not declare anything}}
  /external/compiler-rt/lib/
adddf3.c 31 // NaN + anything = qNaN
33 // anything + NaN = qNaN
39 // +/-infinity + anything remaining = +/- infinity
43 // anything remaining + +/-infinity = +/-infinity
46 // zero + anything = anything
53 // anything + zero = anything
82 // anything.)
addsf3.c 30 // NaN + anything = qNaN
32 // anything + NaN = qNaN
38 // +/-infinity + anything remaining = +/- infinity
42 // anything remaining + +/-infinity = +/-infinity
45 // zero + anything = anything
52 // anything + zero = anything
81 // anything.)
  /external/icu4c/samples/layout/
GDIFontMap.cpp 26 // anything?
  /external/javassist/
regenerate_from_source.sh 13 # anything new is added, we will get a visible error.
  /external/linux-tools-perf/Documentation/
manpage-normal.xsl 3 handles anything we want to keep away from docbook-xsl 1.72.0 -->
  /external/llvm/test/Linker/
visibility2.ll 1 ; This file is used by visibility1.ll, so it doesn't actually do anything itself
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
check_dims.rs 8 // input allocation (i.e. don't affect anything between dimX and stride for
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py 15 # touch all the attributes of al without doing anything
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 15 # touch all the attributes of al without doing anything
  /libcore/luni/src/main/java/java/lang/
Math.java 101 * <li>{@code acos((anything > 1) = NaN}</li>
102 * <li>{@code acos((anything < -1) = NaN}</li>
119 * <li>{@code asin((anything > 1)) = NaN}</li>
120 * <li>{@code asin((anything < -1)) = NaN}</li>
158 * <li>{@code atan2((anything), NaN ) = NaN;}</li>
159 * <li>{@code atan2(NaN , (anything) ) = NaN;}</li>
160 * <li>{@code atan2(+0.0, +(anything but NaN)) = +0.0}</li>
161 * <li>{@code atan2(-0.0, +(anything but NaN)) = -0.0}</li>
162 * <li>{@code atan2(+0.0, -(anything but NaN)) = +pi}</li>
163 * <li>{@code atan2(-0.0, -(anything but NaN)) = -pi}</li
    [all...]

Completed in 1067 milliseconds

12 3 4 5 6 7 8 91011>>