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

  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 33 * VALUE_SHORT 0x02 size - 1 (0...1) ubyte[size]
38 VALUE_SHORT((byte) 0x02),
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 54 private static final int VALUE_SHORT = 0x02;
134 case VALUE_SHORT:
224 return VALUE_SHORT;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 159 milliseconds