HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 126 - 150 of 1937) sorted by null

1 2 3 4 56 7 8 91011>>

  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
51 // jump to this section's index page (if it exists)
70 // we're on an index page, jump to the first topic
73 // jump to the next topic in this section (if it exists)
76 // no more topics in this section, jump to the first topic in the next section
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
51 // jump to this section's index page (if it exists)
70 // we're on an index page, jump to the first topic
73 // jump to the next topic in this section (if it exists)
76 // no more topics in this section, jump to the first topic in the next section
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
51 // jump to this section's index page (if it exists)
70 // we're on an index page, jump to the first topic
73 // jump to the next topic in this section (if it exists)
76 // no more topics in this section, jump to the first topic in the next section
  /build/tools/droiddoc/templates-sdk-dev/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
51 // jump to this section's index page (if it exists)
70 // we're on an index page, jump to the first topic
73 // jump to the next topic in this section (if it exists)
76 // no more topics in this section, jump to the first topic in the next section
  /external/valgrind/memcheck/tests/s390x/
cu42.stderr.exp 29 Conditional jump or move depends on uninitialised value(s)
33 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
41 Conditional jump or move depends on uninitialised value(s)
45 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 95 { NEXT, "jump", "next" },
96 { NEXTFILE, "jump", "nextfile" },
97 { EXIT, "jump", "exit" },
98 { BREAK, "jump", "break" },
99 { CONTINUE, "jump", "continue" },
100 { RETURN, "jump", "ret" },
  /external/valgrind/memcheck/tests/common/
sh-mem-vec128-plo-no.stderr.exp-32bit-le 74 Conditional jump or move depends on uninitialised value(s)
90 Conditional jump or move depends on uninitialised value(s)
106 Conditional jump or move depends on uninitialised value(s)
122 Conditional jump or move depends on uninitialised value(s)
138 Conditional jump or move depends on uninitialised value(s)
154 Conditional jump or move depends on uninitialised value(s)
170 Conditional jump or move depends on uninitialised value(s)
186 Conditional jump or move depends on uninitialised value(s)
202 Conditional jump or move depends on uninitialised value(s)
218 Conditional jump or move depends on uninitialised value(s
    [all...]
sh-mem-vec128-plo-no.stderr.exp-64bit-le 74 Conditional jump or move depends on uninitialised value(s)
90 Conditional jump or move depends on uninitialised value(s)
106 Conditional jump or move depends on uninitialised value(s)
122 Conditional jump or move depends on uninitialised value(s)
138 Conditional jump or move depends on uninitialised value(s)
154 Conditional jump or move depends on uninitialised value(s)
170 Conditional jump or move depends on uninitialised value(s)
186 Conditional jump or move depends on uninitialised value(s)
202 Conditional jump or move depends on uninitialised value(s)
218 Conditional jump or move depends on uninitialised value(s
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 89 * jump back to the top, or return from the function).
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
140 * If the block ends with a jump, must be the strength of the jump.
141 * Otherwise, the jump would be dead and have been deleted before)
143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump
211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */
264 * Note that visiting a jump does not lower it. That is the
266 * contains the jump
977 ir_jump *jump = (ir_jump *) ir->body.get_tail(); local
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 131 ')' backtrack path (If we arrived from "C" jump to the backtrack of "C")
134 jump to D matching path
141 whether there is a next alternative. If so, it needs to jump back to
191 struct sljit_jump *jump; member in struct:jump_list
335 /* Current position where a THEN must jump. */
396 /* Labels and jump lists. */
529 #define JUMP(type) \
533 #define JUMPHERE(jump) \
534 sljit_set_label((jump), sljit_emit_label(compiler))
535 #define SET_LABEL(jump, label)
2254 struct sljit_jump *jump; local
2297 struct sljit_jump *jump; local
2440 struct sljit_jump *jump = NULL; local
2470 struct sljit_jump *jump; local
2499 struct sljit_jump *jump; local
2531 struct sljit_jump *jump; local
2593 struct sljit_jump *jump; local
2620 struct sljit_jump *jump; local
2751 struct sljit_jump *jump; local
2850 struct sljit_jump *jump; local
2886 struct sljit_jump *jump; local
2934 struct sljit_jump *jump; local
2970 struct sljit_jump *jump; local
3926 struct sljit_jump *jump; local
4061 struct sljit_jump *jump; local
4099 struct sljit_jump *jump; local
4451 struct sljit_jump *jump; local
4480 struct sljit_jump *jump; local
4738 struct sljit_jump *jump = NULL; local
5239 struct sljit_jump *jump[4]; local
5940 struct sljit_jump *jump = NULL; local
6040 struct sljit_jump *jump = NULL; local
6429 struct sljit_jump *jump; local
6947 struct sljit_jump *jump; local
7853 struct sljit_jump *jump = NULL; local
8548 struct sljit_jump *jump = NULL; local
9265 struct sljit_jump *jump; local
9329 struct sljit_jump *jump; local
9390 struct sljit_jump *jump; local
9616 struct sljit_jump *jump; local
9753 struct sljit_jump *jump; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 23 * A basic block is a sequence of bytecode that does not contain jump/branch
32 public boolean stop; // true if the block ends with an unconditional jump.
98 BasicBlock[] jump;
106 jump = null;
122 jump = bb;
181 private Mark makeMark(HashMap table, int pos, BasicBlock[] jump,
184 m.setJump(jump, size, always);
333 prev.exit = m.jump;
366 b.exit = m.jump;
  /external/clang/test/Sema/
__try.c 215 continue; // expected-warning{{jump out of __finally block has undefined behavior}}
240 break; // expected-warning{{jump out of __finally block has undefined behavior}}
247 break; // expected-warning{{jump out of __finally block has undefined behavior}}
260 __leave; // expected-warning{{jump out of __finally block has undefined behavior}}
274 return; // expected-warning{{jump out of __finally block has undefined behavior}}
  /external/pcre/dist/sljit/
sljitNativeARM_32.c 390 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_uw *code)
394 if (jump->flags & SLJIT_REWRITABLE_JUMP)
398 if (jump->flags & IS_BL)
401 if (jump->flags & JUMP_ADDR)
402 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2));
404 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
405 diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2));
412 if (jump->flags & IS_BL) {
415 jump->flags |= PATCH_B;
422 jump->flags |= PATCH_B
573 struct sljit_jump *jump; local
2399 struct sljit_jump *jump; local
2440 struct sljit_jump *jump; local
    [all...]
  /external/v8/src/ic/arm/
ic-compiler-arm.cc 81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq);
108 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq);
113 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, al);
  /external/v8/src/ic/mips/
ic-compiler-mips.cc 65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),
97 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
  /external/v8/src/ic/mips64/
ic-compiler-mips64.cc 65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),
97 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
  /external/llvm/test/CodeGen/SystemZ/
branch-04.ll 186 ; "jno" == "jump if no overflow", which corresponds to "jump if ordered"
187 ; rather than "jump if not ordered" after a floating-point comparison.
203 ; "jo" == "jump if overflow", which corresponds to "jump if not ordered"
204 ; rather than "jump if ordered" after a floating-point comparison.
  /external/compiler-rt/lib/builtins/arm/
switch16.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
42 bx ip // jump to computed label
switch32.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
42 bx ip // jump to computed label
switch8.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
40 bx ip // jump to computed label
switchu8.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
40 bx ip // jump to computed label
  /external/iproute2/include/linux/can/
netlink.h 29 __u32 sjw; /* Synchronisation jump width in TQs */
44 __u32 sjw_max; /* Synchronisation jump width */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 72 * drop during a single jump.
74 * drop during a single jump.
341 * <code>setPeakWalk</code> sets how often the jump point will be
345 * @param peakWalk the amount to aggitate the jump point.
374 * for a single jump.
375 * @param maxParticles the maximum number of particles for a single jump.
385 * for a single jump.
386 * @param minParticles the minimum number of particles for a single jump.
  /external/llvm/docs/HistoricalNotes/
2001-05-19-ExceptionResponse.txt 32 > (specific to this finally block), jump to the finally block, and then at the
33 > end of the finally block, jump back indirectly through this register. It

Completed in 505 milliseconds

1 2 3 4 56 7 8 91011>>