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

1 2 3 4 5

  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.c 3 static void jumped(void) function
22 if (big[1000] > 0x0) jumped();
23 if (semi_big[1000] > 0x0) jumped();
33 if (big[2000] > 0x0) jumped();
34 if (semi_big[2000] > 0x0) jumped();
41 if (small[10] > 0x0) jumped();
46 if (big[10] > 0x0) jumped();
55 if (small[10] > 0x0) jumped();
badjump2.c 8 // and jumped to a bogus address, Valgrind would abort. With the fix,
  /external/llvm/test/Transforms/LoopSimplify/
basictest.ll 3 ; This function should get a preheader inserted before BB3, that is jumped
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalueiterator.cpp 44 jumped over.
154 Returns the name of the last property that was jumped over using
165 Returns the name of the last property that was jumped over using
174 Returns the value of the last property that was jumped over using
185 Sets the \a value of the last property that was jumped over using
196 Removes the last property that was jumped over using next()
207 Returns the flags of the last property that was jumped over using
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 325 "in", "the", "quick", "jumped", "over", "a").build();
326 ASSERT.that(set).hasContentsInOrder("a", "in", "the", "over", "quick", "jumped");
331 "in", "the", "quick", "brown", "fox", "jumped",
333 ASSERT.that(set).hasContentsInOrder("a", "in", "the", "over", "quick", "jumped");
338 "in", "the", "quick", "jumped", "over", "a").build();
348 "in", "the", "quick", "jumped", "over", "a").build();
354 "in", "the", "quick", "jumped", "over", "a").build();
360 "in", "the", "quick", "jumped", "over", "a").build();
365 set.headSet("california")).hasContentsInOrder("a", "in", "the", "over", "quick", "jumped");
372 "in", "the", "quick", "jumped", "over", "a").build()
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js 62 // 'the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63 testcases[count++] = new TestCase ( SECTION, "'the quick brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64 String(['the quick brown fox jumped over the lazy dogs','dogs','dogs']),String('the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
Ordered and unordered lists.html 94 <p>Item 2. graf two. The quick brown fox jumped over the lazy dog's
Ordered and unordered lists.text-out 107 <p>Item 2. graf two. The quick brown fox jumped over the lazy dog's
Ordered and unordered lists.text-res 107 <p>Item 2. graf two. The quick brown fox jumped over the lazy dog's
Markdown Documentation - Basics.text 63 The quick brown fox jumped over the lazy
85 <p>The quick brown fox jumped over the lazy
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
Ordered and unordered lists.html 94 <p>Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
ordered-and-unordered-list.html 99 <p>Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/skia/gm/
imageblur.cpp 35 const char* str = "The quick brown fox jumped over the lazy dog.";
imagemagnifier.cpp 46 const char* str = "The quick brown fox jumped over the lazy dog.";
  /external/valgrind/main/none/tests/s390x/
op00.stderr.exp1 7 1. Your program has a bug and erroneously jumped to a non-code
op00.stderr.exp2 7 1. Your program has a bug and erroneously jumped to a non-code
op_exception.stderr.exp 7 1. Your program has a bug and erroneously jumped to a non-code
20 1. Your program has a bug and erroneously jumped to a non-code
33 1. Your program has a bug and erroneously jumped to a non-code
46 1. Your program has a bug and erroneously jumped to a non-code
  /external/llvm/test/Verifier/
invoke.ll 75 ; CHECK: Block containing LandingPadInst must be jumped to only by the unwind edge of an invoke.
  /external/icu4c/test/intltest/
trnserr.cpp 59 UnicodeString testString="A quick fox jumped over the lazy dog.";
78 testString="A quick fox jumped over the lazy dog.";
85 testString="A quick fox jumped over the lazy dog.";
  /frameworks/av/include/media/
IStreamSource.h 66 // time has jumped or any combination thereof.
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidChecksumTest.java 70 // "The quick brown fox jumped over the lazy dogs\n"
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 270 * Whether or not state from the RET instruction, of the subroutine that was jumped
280 * Sets whether or not state from the RET instruction, of the subroutine that was jumped

Completed in 836 milliseconds

1 2 3 4 5