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

1 2 3 4 5

  /external/netcat/scripts/
iscan 12 "" ) echo needs HOST and at least one PORT ; exit 1 ;;
  /external/clang/test/SemaTemplate/
operator-template.cpp 13 expected-error{{overloaded 'operator==' must have at least one parameter of class or enumeration type}} \
  /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 \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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/llvm/test/MC/ARM/
thumb2_instructions.s 7 @ FIXME: This is not the correct instruction representation, but at least we are
  /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 64 # Really this should go away entirely or at least not depend on
65 # 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
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
  /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
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 16 // size of the blob must be at least 2MB.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
  /external/v8/test/mjsunit/compiler/
expression-trees.js 63 // Set up leaf masks to set 8 least-significant bits.
86 // Set up leaf masks to clear 8 least-significant bits.
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 84 #error YARROW needs at least one CIPHER
115 #error YARROW needs at least one HASH
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 57 (* If this is a binop that binds at least as tightly as the current binop,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 57 (* If this is a binop that binds at least as tightly as the current binop,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 57 (* If this is a binop that binds at least as tightly as the current binop,
  /external/v8/test/mjsunit/regress/
regress-1145.js 38 // This file must be at least 1024 bytes long to trigger lazy compilation.

Completed in 507 milliseconds

1 2 3 4 5