HomeSort by relevance Sort by last modified time
    Searched defs:VALUE_TYPE (Results 1 - 6 of 6) sorted by null

  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 92 * VALUE_TYPE 0x18 size - 1 (0...3) ubyte[size]
98 VALUE_TYPE((byte) 0x18),
169 * Format: value := (value_arg << 5) | value_type
198 * Format: value := (value_arg << 5) | value_type
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ValueType.java 43 VALUE_TYPE((byte) 0x18),
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 75 private static final int VALUE_TYPE = 0x18;
162 case VALUE_TYPE: {
238 return VALUE_TYPE;
261 * {@code value_type} prefix. If the output stream keeps
299 * {@code value_type} prefix. If the output stream keeps
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 73 private static final int VALUE_TYPE = 0x18;
160 case VALUE_TYPE: {
236 return VALUE_TYPE;
259 * {@code value_type} prefix. If the output stream keeps
297 * {@code value_type} prefix. If the output stream keeps
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 73 private static final int VALUE_TYPE = 0x18;
160 case VALUE_TYPE: {
236 return VALUE_TYPE;
259 * {@code value_type} prefix. If the output stream keeps
297 * {@code value_type} prefix. If the output stream keeps
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 30 milliseconds