Searched refs:jumped (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dbig_blocks_freed_list.c3 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();
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp7 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/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c672 mask state, but does need to pass "val" through. jumped must be a
674 #define SCHEDSETJMP(tid, jumped, stmt) \
678 (jumped) = VG_MINIMAL_SETJMP(_qq_tst->sched_jmpbuf); \
679 if ((jumped) == ((UWord)0)) { \
684 VG_(printf)("SCHEDSETJMP(line %d) tid %d, jumped=%ld\n", \
685 __LINE__, tid, jumped); \
849 volatile HWord jumped = 0; local
933 jumped,
944 if (jumped != (HWord)0) {
1023 // signal because the client jumped t
1071 volatile UWord jumped; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1824 bool jumped = false; local
1827 jumped = true;
1835 if (!jumped && initialPlaybackPosition > 0) {
1839 jumped = true;
1843 if (jumped && initialPlaybackPosition > m_mediaController->currentTime())
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c4379 volatile Int jumped; local
4390 jumped = VG_MINIMAL_SETJMP(d3rd_jmpbuf);
4391 if (jumped == 0) {

Completed in 2325 milliseconds