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

1 2 3

  /external/netcat/scripts/
iscan 12 "" ) echo needs HOST and at least one PORT ; exit 1 ;;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /external/zlib/examples/
enough.c 204 int least; /* least number of syms to use at this juncture */ local
222 /* we need to use at least this many bit patterns so that the code won't be
224 least = (left << 1) - syms;
225 if (least < 0)
226 least = 0;
236 for (use = least; use <= most; use++) {
321 int least; /* least number of syms to use at this juncture */ local
358 /* we need to use at least this many bit patterns so that the code won't b
    [all...]
  /external/netcat/data/
dns-any.d 5 # you should get at least *one* record back out
  /external/protobuf/python/google/protobuf/
service.py 125 to be a "least common denominator" set of features which we expect all
  /system/core/libpixelflinger/
Android.mk 75 # Really this should go away entirely or at least not depend on
76 # libhardware, but this at least gets us built.
  /development/tools/apkcheck/
Android.mk 18 # script file's timestamp is at least as new as the
  /build/tools/apicheck/
Android.mk 18 # script file's timestamp is at least as new as the
  /cts/tools/cts-api-coverage/
Android.mk 18 # script file's timestamp is at least as new as the
  /dalvik/dx/
Android.mk 6 # script files' timestamps are at least as new as the
  /dalvik/tools/dexdeps/
Android.mk 18 # script files' timestamps are at least as new as the
  /external/v8/test/mjsunit/
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 84 #error YARROW needs at least one CIPHER
115 #error YARROW needs at least one HASH
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 84 The Pendulums - Set to slice the player to shreds when he least expects it!
  /ndk/build/core/
main.mk 110 # if it does, we ignore them if there is at least one known
  /external/guava/src/com/google/common/primitives/
generate.sh 156 * @return the least index {@code i} for which {@code array[i] == target}, or
229 * Returns the least value present in {@code array}.
329 * has a length of at least {@code minLength}, it is returned directly.
  /external/v8/benchmarks/
base.js 157 // Converts a score value to a string with at least three significant
199 // Runs a single benchmark for at least a second and computes the
  /external/iproute2/doc/
api-ip6-flowlabels.tex 225 label manager. There are at least three different approaches:
321 label, it will not be reused with different destination and options at least
326 \item \verb|expires| is time in seconds. Flow label will be kept at least
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 271 * all at once, at least not without creating yet another object
284 * For explanation of algorithms sharing at least a couple of
652 * Returns true if given key greater than or equal to least and
653 * strictly less than fence, bypassing either test if least or
656 boolean inHalfOpenRange(K key, K least, K fence) {
659 return ((least == null || compare(key, least) >= 0) &&
664 * Returns true if given key greater than or equal to least and less
667 boolean inOpenRange(K key, K least, K fence) {
670 return ((least == null || compare(key, least) >= 0) &
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 80 # error ANGLE_BITS must be at least 8
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 85 # error ANGLE_BITS must be at least 8
  /external/openssl/crypto/
sparccpuid.S 187 ! applies at least to Linux and FreeBSD... Feedback expected...
  /external/libffi/
ltcf-c.sh 66 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
82 # that the semantics of dynamic libraries on AmigaOS, at least up
694 # FIXME: we need at least 68020 code to build shared libraries, but
    [all...]
ltcf-gcj.sh 69 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
85 # that the semantics of dynamic libraries on AmigaOS, at least up
681 # FIXME: we need at least 68020 code to build shared libraries, but

Completed in 637 milliseconds

1 2 3