/external/pcre/dist/testdata/ |
grepinputv | 2 fox jumps 4 This time it jumps and jumps and jumps.
|
grepinput | 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fo [all...] |
grepbinary | 1 The quick brown f x jumps over the lazy dog.
|
/art/test/020-string/ |
expected.txt | 6 subStr is 'uick brown fox jumps over the lazy '
|
/build/core/clang/ |
arm64.mk | 16 -fno-align-jumps \
|
arm.mk | 29 -fno-align-jumps \
|
/external/guava/guava-tests/test/com/google/common/hash/ |
ChecksumHashFunctionTest.java | 52 assertHash32(0x414FA339, CRC_32, "The quick brown fox jumps over the lazy dog"); 53 assertHash32(0x4400B5BC, CRC_32, "The quick brown fox jumps over the lazy cog"); 63 assertHash32(0x5BDC0FDA, ADLER_32, "The quick brown fox jumps over the lazy dog"); 64 assertHash32(0x5BD90FD9, ADLER_32, "The quick brown fox jumps over the lazy cog");
|
Murmur3Hash128Test.java | 41 "The quick brown fox jumps over the lazy dog"); 43 "The quick brown fox jumps over the lazy cog"); 47 murmur3_128(0).hashString("The quick brown fox jumps over the lazy dog", Charsets.UTF_8);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ParticleDepositionHeightMap.java | 54 private int jumps;
field in class:ParticleDepositionHeightMap 65 * @param jumps number of areas to drop particles. Can also think
85 int jumps,
93 || jumps < 0
111 this.jumps = jumps;
156 for (int i = 0; i < jumps; i++) {
328 * <code>setJumps</code> sets the number of jumps or peaks that will
330 * @param jumps the number of jumps to use for next load. [all...] |
/libcore/luni/src/test/resources/ |
SimpleBuilderTest.xml | 21 <?cmd jumps over the lazy dog.?>
|
/external/llvm/test/CodeGen/X86/ |
tail-call-win64.ll | 4 ; in-function jumps from function exiting jumps.
|
fp-une-cmp.ll | 4 ; Make sure we don't generate more jumps than we need to. We used to generate
|
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 27 * This pass lowers jumps (break, continue, and return) to if/else structures. 30 * 1. Pull jumps out of ifs where possible 70 * The ordering of strengths roughly reflects the way jumps are 71 * lowered: jumps with higher strength tend to be lowered to jumps of 145 * Note that identical jumps are usually unified though. 521 ir_jump* jumps[2]; local 523 /* Recursively lower nested jumps. This satisfies the 525 * unconditional jumps at the end of ir->then_instructions and 538 jumps[i] = 0 [all...] |
/external/clang/test/Profile/Inputs/ |
c-general.proftext | 37 jumps
|
/external/llvm/docs/HistoricalNotes/ |
2001-06-01-GCCOptimizations.txt | 14 1 . [t] jump optimization (jumps to jumps, etc) 17 4 . [t] Jump threading (jumps to jumps with identical or inverse conditions)
|
/external/llvm/test/MC/ELF/ |
relax-all-flag.s | 3 // However, with -mc-relax-all passed to MC, all jumps are relaxed and we
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_pulled_out_jump.opt_test | 9 # lowering of other jumps by checking that extra temporary
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
tokenize_tests.txt | 81 jumps over 88 jumps over 94 jumps over\n\ 100 jumps over\n\
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
tokenize_tests.txt | 81 jumps over 88 jumps over 94 jumps over\n\ 100 jumps over\n\
|
/external/valgrind/docs/internals/ |
t-chaining-notes.txt | 49 ppc: chain_XDirect: generate short form jumps when possible 60 (somewhat implausible) for jumps to disp_cp_indir, have multiple 90 dispatch points, to which the generated code jumps. There 96 unconditional jumps to destinations known at JIT time. The 103 Old-style table lookup and go; used for indirect jumps 109 Code jumps here when the event check fails. 113 XDirect is used for chainable jumps. It is compiled into a 117 XIndir is used for indirect jumps. It is compiled into a jump
|
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 11 // jumps that enter a protected scope in an invalid way. 26 /// JumpScopeChecker - This object is used by Sema to diagnose invalid jumps 40 /// scopes that are introduced by VLAs and other things that scope jumps like 53 /// of this scope. Direct jumps always clean up their current scope 67 SmallVector<Stmt*, 16> Jumps; 105 // Check that all jumps we saw are kosher. 166 // A program that jumps from a point where a variable with automatic 174 // A program that jumps from a point where a local variable 294 Jumps.push_back(S); 315 Jumps.push_back(S) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 1049 ArrayList jumps = makeJumpList(code, code.length); local 1157 ArrayList jumps = new ArrayList(); local [all...] |
/external/compiler-rt/lib/builtins/arm/ |
sync_synchronize.S | 15 // On Darwin the implementation jumps to an OS supplied function named
|
/external/llvm/test/MC/MachO/ |
relax-jumps.s | 5 // (f=relax-jumps;
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
split-backedge.ll | 19 ; Test for the case where a single conditional branch jumps to two
|