Home
last modified time | relevance | path

Searched refs:VALUE_STRING (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpoint003Debuggee.java28 public static final String VALUE_STRING = "1234"; field in Breakpoint003Debuggee
47 callFrameworkMethod1(VALUE_STRING); in run()
DBreakpoint003Test.java48 Breakpoint003Debuggee.VALUE_STRING); in testBreakPointInFrameworkCode()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java39 private static final int VALUE_STRING = 0; field in XMPMetaImpl
640 return getProperty(schemaNS, propName, VALUE_STRING);
673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
740 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
946 return (String) getPropertyObject(schemaNS, propName, VALUE_STRING);
1413 case VALUE_STRING:
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexValue.java29 public static final byte VALUE_STRING = 0x17; field in DexValue
499 return VALUE_STRING; in getValueKind()
/external/r8/src/main/java/com/android/tools/r8/dex/
DDexFileReader.java194 case DexValue.VALUE_STRING: { in parseEncodedValue()