HomeSort by relevance Sort by last modified time
    Searched full:least (Results 1 - 25 of 11789) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/000-nop/
info.txt 1 This is a sample no-op test, which does at least serve to verify that the
  /dalvik/dx/tests/001-nop/
info.txt 1 This is a sample no-op test, which does at least serve to verify that the
  /external/markdown/tests/misc/
underscores.txt 5 Ok, at least _this_ should work.
underscores.html 3 <p>Ok, at least <em>this</em> should work.</p>
  /frameworks/compile/slang/tests/F_kernel_badsig/
stderr.txt.expect 1 kernel_badsig.rs:4:16: error: Compute kernel root() must have at least one input parameter or a non-void return type
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandomTest.java 21 * calls, up to NCALLS tries, produce at least one different
46 * Repeated calls to nextInt produce at least one different result
57 * Repeated calls to nextLong produce at least one different result
68 * Repeated calls to nextBoolean produce at least one different result
79 * Repeated calls to nextFloat produce at least one different result
90 * Repeated calls to nextDouble produce at least one different result
101 * Repeated calls to nextGaussian produce at least one different result
122 * nextInt(least >= bound) throws IllegalArgumentException;
133 * repeated calls produce at least one different result
152 * nextInt(least, bound) returns least <= value < bound
    [all...]
  /art/test/104-growth-limit/
info.txt 2 conventions, can be cleared and the resulting heap is at least as large
  /dalvik/dx/tests/031-bb-dead-code/
info.txt 2 dead code. There is at least one example of dead code after each instruction
  /external/clang/test/SemaCXX/
PR12778.cpp 3 void operator delete() throw(void*); // expected-error{{'operator delete' must have at least one parameter}}
  /external/elfutils/0.153/
THANKS 1 At least the following have submitted valuable patches:
  /external/llvm/test/YAMLParser/
sloppy-indentation.data 11 to be indented with at least one space
15 to be indented with at least one space"
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_consts.h 30 /*must be at least 32*/
33 /*must be at least 16*/
36 /*must be at least 7*/
39 /*must be at least 15*/
42 /*must be at least 32*/
53 /*must be at least 128*/
  /external/mesa3d/src/gallium/state_trackers/vega/
api_consts.h 30 /*must be at least 32*/
33 /*must be at least 16*/
36 /*must be at least 7*/
39 /*must be at least 15*/
42 /*must be at least 32*/
53 /*must be at least 128*/
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 106 * given least value (inclusive) and bound (exclusive).
108 * @param least the least value returned
110 * @throws IllegalArgumentException if least greater than or equal
114 public int nextInt(int least, int bound) {
115 if (least >= bound)
117 return nextInt(bound - least) + least;
151 * given least value (inclusive) and bound (exclusive).
153 * @param least the least value returne
    [all...]
  /development/samples/ApiDemos/res/values/
bools.xml 18 <!-- This resource is true if running under at least Honeycomb's
22 <!-- This resource is true if running under at least Honeycomb MR2's
27 <!-- This resource is true if running under at least IceCreamSandwich
32 <!-- This resource is true if running under at least JellyBean
37 <!-- This resource is true if running under at least JellyBean MR1
42 <!-- This resource is true if running under at least JellyBean MR2
47 <!-- This resource is true if running under at least KitKat
52 <!-- This resource is true if running under at least L-Release
  /external/chromium_org/third_party/icu/source/config/
gmakever.mk 21 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
25 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
typemap 15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ);
22 croak(\"$var needs to be at least %u bytes long\",
  /external/openssl/crypto/des/
typemap 15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ);
22 croak(\"$var needs to be at least %u bytes long\",
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Delay.3 16 Count on a delay granularity of \fIat least\fP 10 ms\&. Some platforms have shorter clock ticks but this is the most common\&.
  /dalvik/dx/tests/032-bb-live-code/
info.txt 3 to. There is at least one example of each instruction which allows
  /external/chromium_org/base/debug/
trace_event_unittest.h 10 // Sleep until HighResNow has advanced by at least |elapsed|.
  /external/chromium_org/chrome/app/theme/
README 4 If this script does not work for some reason, at least pngcrush the files:
  /external/clang/test/CXX/expr/
p3.cpp 3 double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
  /external/llvm/test/MC/Disassembler/SystemZ/
trunc-01.txt 2 # Every instruction must be at least two bytes long.
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
argv0.txt 2 # path. This is important for some tools, in particular '[' which at least on OS

Completed in 1413 milliseconds

1 2 3 4 5 6 7 8 91011>>