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

1 2 3 4 5 6 7 891011>>

  /external/valgrind/none/tests/s390x/
op00.stderr.exp2 9 warning about a bad jump, it's probably your program's fault.
op_exception.stderr.exp 9 warning about a bad jump, it's probably your program's fault.
22 warning about a bad jump, it's probably your program's fault.
35 warning about a bad jump, it's probably your program's fault.
48 warning about a bad jump, it's probably your program's fault.
  /external/vboot_reference/futility/
kernel_blob.h 44 uint16_t jump; /* 200 */ member in struct:linux_kernel_params
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusablesFarApart.java 26 * size. We don't want to jump over content off screen to the next button, we need to
  /frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
index.jd 35 will want to jump to a lesson or not.-->
  /frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/
index.jd 35 will want to jump to a lesson or not.-->
  /frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/
index.jd 35 will want to jump to a lesson or not.-->
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SectionedListAdapter.java 79 // Otherwise jump into next section
104 // Otherwise jump into next section
129 // Otherwise jump into next section
150 // Otherwise jump into next section
  /packages/apps/Settings/src/com/android/settings/notification/
RedactionSettingsStandalone.java 25 /** Wrapper to allow external activites to jump directly to the {@link RedactionInterstitial} */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestext1proto.h 177 * This is the definition for pointer jump input actions.
182 CARD16 jumpx B16; /* x coord to jump to */
183 CARD16 jumpy B16; /* y coord to jump to */
194 * motion range is larger than +/-15, use the pointer jump action.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xtestext1proto.h 177 * This is the definition for pointer jump input actions.
182 CARD16 jumpx B16; /* x coord to jump to */
183 CARD16 jumpy B16; /* y coord to jump to */
194 * motion range is larger than +/-15, use the pointer jump action.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
reg-notes.def 79 contained in the REG_LABEL_TARGET note is a possible jump target of
85 operand, not as a jump target (though it may indirectly be a jump
86 target for a later jump insn). This note is an INSN_LIST. */
192 /* Indicates that an indirect jump is a non-local goto instead of a
196 /* Indicates that a jump crosses between hot and cold sections in a
198 reduced to a simpler jump by optimizations. */
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class0.s 114 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
120 BNE AU1_MASK_FF @jump to else part
254 BNE PU1_SRC_LOOP @If not equal jump to the inner loop
261 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
262 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
263 BLT END_LOOPS @Jump to end function
269 BEQ END_LOOPS @No Residue jump to end function
272 BNE AU1_MASK_FF_RESIDUE @jump to else part
337 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to the pu1_src loop
  /external/valgrind/docs/internals/
t-chaining-notes.txt 81 * With T-chaining, translations can jump between each other without
97 generated code calls these (doesn't jump to them) and the
117 XIndir is used for indirect jumps. It is compiled into a jump
120 XAssisted is used for "assisted" (do something first, then jump)
121 transfers. It is compiled into a jump to VG_(disp_cp_xassisted)
134 which converts it into a jump to a specified destination
  /system/netd/server/
BandwidthController.cpp 71 * E.g. "-I bw_INPUT -i rmnet0 --jump costly"
80 * iptables -I bw_INPUT -i iface0 --jump bw_costly_shared
81 * iptables -I bw_OUTPUT -o iface0 --jump bw_costly_shared
83 * --jump REJECT --reject-with icmp-net-prohibited
84 * iptables -A bw_costly_shared --jump bw_penalty_box
86 * iptables -A bw_penalty_box --jump bw_happy_box
89 * iptables -I bw_INPUT -i iface1 --jump bw_costly_shared
90 * iptables -I bw_OUTPUT -o iface1 --jump bw_costly_shared
95 * iptables -I bw_INPUT -i iface0 --jump bw_costly_iface0
96 * iptables -I bw_OUTPUT -o iface0 --jump bw_costly_iface
    [all...]
  /external/kernel-headers/original/uapi/linux/can/
netlink.h 37 __u32 sjw; /* Synchronisation jump width in TQs */
52 __u32 sjw_max; /* Synchronisation jump width */
  /external/libunwind/doc/
libunwind-setjmp.man 58 need to be saved in the jump\-buffer (plus one call to
97 used by the system\-provided routines. Thus, a jump\-buffer created
libunwind-setjmp.tex 31 need to be saved in the jump-buffer (plus one call to
56 used by the system-provided routines. Thus, a jump-buffer created
  /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/CodeGen/R600/
predicates.ll 49 ; CHECK: JUMP
76 ; CHECK: JUMP
  /external/llvm/test/Transforms/JumpThreading/
indirectbr.ll 1 ; RUN: opt -S < %s -jump-threading | FileCheck %s
14 ; Check basic jump threading for indirectbr instructions.
  /external/llvm/test/Transforms/SCCP/
2006-10-23-IPSCCP-Crash.ll 6 @JUMP = external global i32 ; <i32*> [#uses=1]
40 %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1]
  /external/ltrace/sysdeps/linux-gnu/ia64/
plt.c 46 * code, i.e. load up the address from the GOT and jump to it. This
48 * captured every time we jump to the PLT entry in the code.
  /external/pcre/dist/sljit/
sljitNativeX86_32.c 41 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type)
45 jump->addr++;
49 jump->addr++;
54 jump->addr += 2;
57 if (jump->flags & JUMP_LABEL)
58 jump->flags |= PATCH_MW;
60 *(sljit_sw*)code_ptr = jump->u.target - (jump->addr + 4);
  /external/proguard/src/proguard/classfile/instruction/
TableSwitchInstruction.java 97 // Read the jump offsets.
120 // Write the jump offsets.

Completed in 2883 milliseconds

1 2 3 4 5 6 7 891011>>