Searched defs:stringData (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
H A DLSInput.java39 * <li> <code>LSInput.stringData</code>
98 * <code>stringData</code>. If an XML declaration is present, the value
106 * <code>stringData</code>. If an XML declaration is present, the value
109 public void setStringData(String stringData); argument
/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java63 private final MixedItemSection stringData; field in class:DexFile
111 stringData =
129 classDefs, wordData, typeLists, stringData, byteData,
245 return stringData;
494 stringData.prepare();

Completed in 117 milliseconds