HomeSort by relevance Sort by last modified time
    Searched defs:VALUE_TYPE (Results 1 - 3 of 3) 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
  /dalvik/dx/src/com/android/dx/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
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 143 milliseconds