HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 801 - 825 of 8518) sorted by null

<<31323334353637383940>>

  /art/runtime/interpreter/mterp/mips/
op_shr_long.S 16 GET_INST_OPCODE(t0) # extract opcode from rINST
op_shr_long_2addr.S 12 GET_INST_OPCODE(t0) # extract opcode from rINST
op_ushr_long.S 17 GET_INST_OPCODE(t0) # extract opcode from rINST
op_ushr_long_2addr.S 13 GET_INST_OPCODE(t0) # extract opcode from rINST
  /art/runtime/interpreter/mterp/mips64/
binop.S 28 GET_INST_OPCODE v0 # extract opcode from rINST
binop2addr.S 28 GET_INST_OPCODE v0 # extract opcode from rINST
binopLit16.S 25 GET_INST_OPCODE v0 # extract opcode from rINST
binopLit8.S 26 GET_INST_OPCODE v0 # extract opcode from rINST
binopWide.S 28 GET_INST_OPCODE v0 # extract opcode from rINST
binopWide2addr.S 28 GET_INST_OPCODE v0 # extract opcode from rINST
fcmp.S 30 GET_INST_OPCODE v0 # extract opcode from rINST
fcmpWide.S 30 GET_INST_OPCODE v0 # extract opcode from rINST
fcvtFooter.S 16 GET_INST_OPCODE v0 # extract opcode from rINST
op_aget.S 27 GET_INST_OPCODE v0 # extract opcode from rINST
op_aput.S 27 GET_INST_OPCODE v0 # extract opcode from rINST
  /art/test/960-default-smali/
info.txt 7 use the tools/extract-embedded-java script to turn the smali into equivalent
  /bootable/recovery/private/
install.h 26 // Extract the update binary from the open zip archive |zip| located at |package| to |binary_path|.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 50 * @param method {@code non-null;} the method to extract from
53 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
59 * Constructs an instance. This method is private. Use {@link #extract}.
61 * @param method {@code non-null;} the method to extract from
  /dalvik/dx/tests/133-source-debug-extension/
run 25 # Extract for SMAP string in DEX and class file.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 25 * extract the images' URL and their title.
  /device/google/contexthub/firmware/os/algos/common/math/
kasa.h 43 // Uses the Kasa sphere-fit method to extract a 'bias' estimate (centroid) for
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch32/
cpu_helpers.S 153 * Extract CPU revision and variant, and combine them into a single numeric for
161 * Extract the variant[23:20] and revision[3:0] from r1 and pack it in
164 * First extract r1[23:16] to r0[7:0] and zero fill the rest. Then
165 * extract r1[3:0] into r0[3:0] retaining other bits.
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/include/
plat_macros.S 27 /* Extract BLD (12th - 15th bits) from the SYS_ID */

Completed in 947 milliseconds

<<31323334353637383940>>