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

  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 83 * VALUE_STRING 0x17 size - 1 (0...3) ubyte[size]
89 VALUE_STRING((byte) 0x17),
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 75 private static final CstString VALUE_STRING = new CstString("value");
93 result.put(new NameValuePair(VALUE_STRING, new CstAnnotation(defaults)));
107 result.put(new NameValuePair(VALUE_STRING, clazz));
121 result.put(new NameValuePair(VALUE_STRING, method));
154 result.put(new NameValuePair(VALUE_STRING, array));
216 result.put(new NameValuePair(VALUE_STRING, new CstArray(list)));
230 result.put(new NameValuePair(VALUE_STRING, array));
ValueEncoder.java 70 private static final int VALUE_STRING = 0x17;
155 case VALUE_STRING: {
234 return VALUE_STRING;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 72 private static final int VALUE_STRING = 0x17;
157 case VALUE_STRING: {
236 return VALUE_STRING;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 45 milliseconds