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

1 2 3 4 5

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 61 float enough = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax() local
63 if (event.getX() > enough) {
  /external/nanohttpd/
Android.mk 4 # is enough for HTTP 1.1 support and nothing else.
README.md 39 * Runtime extension support (extensions that serve particular mime types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
  /external/llvm/test/MC/X86/AlignedBundling/
relax-in-bundle-group.s 7 # fixup is short enough not to warrant relaxation on its own.
  /external/scrypt/
Scrypt.mk 17 # in the NDK yet. This can be removed when a clang version that is fast enough
  /external/v8/test/webkit/
dfg-inlining-reg-alloc.js 37 // enough to find some way of optimizing this code to be small enough to inline.
dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js 25 "Tests that if we have a tower of large numerical constants being added to each other, the DFG knows that a sufficiently large tower may produce a large enough value that overflow check elimination must be careful."
dfg-integer-optimization.js 37 // Create numbers big enough that we'll start seeing doubles only after about 200 invocations.
dfg-constant-fold-misprediction.js 56 // Call foo() enough times to make totally sure that we optimize.
  /external/v8/test/mjsunit/regress/
regress-2836.js 32 var start = end - 100000; // Run long enough to trigger OSR.
regress-crbug-135008.js 28 // Filler long enough to trigger lazy parsing.
regress-1210.js 46 // Run enough to optimize assuming global 'a' is a smi.
regress-2618.js 34 // This should run long enough to trigger OSR.
regress-386.js 30 // This test creates enough properties in A so that adding i as
regress-crbug-135066.js 28 // Filler long enough to trigger lazy parsing.
regress-lazy-deopt-reloc.js 33 // information enough to have room for lazy deoptimization.
regress-parse-use-strict.js 28 // Filler long enough to trigger lazy parsing.
regress-regexp-codeflush.js 42 // Run enough times to get a number of GC's (all mark sweep because of the
splice-missing-wb.js 30 // Create array large enough to span several page regions.
  /external/v8/test/mjsunit/es6/regress/
regress-crbug-248025.js 28 // Filler long enough to trigger lazy parsing.
  /external/zlib/src/examples/
enough.c 0 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
231 /* we can use at most this many bit patterns, lest there not be enough
302 fputs("abort: unable to allocate enough memory\n", stderr);
367 /* we can use at most this many bit patterns, lest there not be enough
403 local void enough(int syms) function
450 For the deflate literal/length code, use "enough". For the deflate distance
451 code, use "enough 30 6".
513 fputs("abort: unable to allocate enough memory\n", stderr);
527 fputs("abort: unable to allocate enough memory\n", stderr);
556 fputs("abort: unable to allocate enough memory\n", stderr)
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 44 // Run test enough times to get it optimized.
  /external/v8/test/mjsunit/
math-floor-part4.js 83 // The optimized function will deopt. Run it with enough iterations to try
string-replace-one-char.js 28 // Make sure the strings are long enough to trigger the one-char string replace.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to

Completed in 1095 milliseconds

1 2 3 4 5