/dalvik/dx/tests/053-dex-instance-var-access/ |
expected.txt | 2 regs: 0006; ins: 0001; outs: 0000 41 regs: 000b; ins: 0004; outs: 0000
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
package-info.java | 85 * classes in the package contain operations based on time-outs 87 * time-outs are used, the time-out specifies the minimum time 90 * to detect time-outs as soon as possible after they occur.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
TargetInsn.java | 38 * ins or outs)
|
CstInsn.java | 51 * ins or outs)
|
DalvInsn.java | 90 * ins and outs)
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
expected.txt | 2 regs: 0015; ins: 0001; outs: 0000
|
/dalvik/dx/tests/084-dex-high-register-moves/ |
expected.txt | 2 regs: 0018; ins: 0000; outs: 0000
|
/dalvik/vm/mterp/armv5te/ |
footer.S | 483 @ prepare to copy args to "outs" area of current frame 489 @ r0=methodToCall, r1=CCCC, r2=count, r10=outs 492 sub r10, r10, r2, lsl #2 @ r10<- "outs" area, for call args 496 str r1, [r10], #4 @ *outs++ = val 509 @ prepare to copy args to "outs" area of current frame 517 @ r0=methodToCall, r1=GFED, r3=outSize, r2=count, r9=regSize, r10=outs 525 str r2, [r10, #-4]! @ *--outs = vA 529 str r2, [r10, #-4]! @ *--outs = vG 533 str r2, [r10, #-4]! @ *--outs = vF 537 str r2, [r10, #-4]! @ *--outs = v [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86.c | 1992 u4* outs; local [all...] |
InterpC-x86-atom.c | 2023 u4* outs; local [all...] |
InterpC-allstubs.c | 3861 u4* outs; local [all...] |
InterpC-portdbg.c | 4139 u4* outs; local [all...] |
InterpC-portstd.c | 3878 u4* outs; local [all...] |
InterpAsm-x86.S | 45 sub FrameSize,%esp # Allocate storage for spill, locals & outs [all...] |
/external/kernel-headers/original/asm-x86/ |
io_32.h | 334 static inline void outs##bwl(int port, const void *addr, unsigned long count) { \ 335 __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); \
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
STADExternalIf.h | 314 TI_UINT32 AssocTimeouts; /**< Number of Assoc. Time Outs */ 316 TI_UINT32 AuthTimeouts; /**< Number of Authentication Time Outs */
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
STADExternalIf.h | 314 TI_UINT32 AssocTimeouts; /**< Number of Assoc. Time Outs */ 316 TI_UINT32 AuthTimeouts; /**< Number of Authentication Time Outs */
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
atomic_operations.sgml | 27 read outs.
|
/external/openssl/crypto/des/ |
des.c | 131 struct stat ins,outs; local 267 (stat(out,&outs) != -1) && 268 (ins.st_dev == outs.st_dev) && 269 (ins.st_ino == outs.st_ino))
|
/external/freetype/src/raster/ |
ftraster.c | [all...] |
/dalvik/vm/mterp/x86/ |
header.S | 38 sub FrameSize,%esp # Allocate storage for spill, locals & outs
|
/external/freetype/include/freetype/ |
ftimage.h | 421 /* By default, the scan converter will try to detect drop-outs in */ 460 /* drop-outs, smart drop-outs, and stubs are defined. */ [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
CodeItem.java | 170 "; ins: " + Hex.u2(getInsSize()) + "; outs: " +
|
/external/freetype/src/truetype/ |
ttgload.c | [all...] |
/dalvik/vm/interp/ |
Stack.c | 208 * the stack that has no ins, outs, or locals, and no break frame above it. 401 * outs, and the saved state, it will throw an exception. [all...] |