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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringDataItem.java 28 public final class StringDataItem extends OffsettedItem {
37 public StringDataItem(CstUtf8 value) {
95 StringDataItem otherData = (StringDataItem) other;
  /dalvik/dx/src/com/android/dx/dex/file/
StringDataItem.java 28 public final class StringDataItem extends OffsettedItem {
37 public StringDataItem(CstString value) {
95 StringDataItem otherData = (StringDataItem) other;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringDataItem.java 28 public final class StringDataItem extends OffsettedItem {
37 public StringDataItem(CstString value) {
95 StringDataItem otherData = (StringDataItem) other;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
StringDataItem.java 36 public class StringDataItem extends Item<StringDataItem> {
42 * Creates a new uninitialized <code>StringDataItem</code>
45 protected StringDataItem(DexFile dexFile) {
50 * Creates a new <code>StringDataItem</code> for the given string
54 private StringDataItem(DexFile dexFile, String stringValue) {
61 * Returns a <code>StringDataItem</code> for the given values, and that has been interned into
65 * @return a <code>StringDataItem</code> for the given values, and that has been interned into
68 public static StringDataItem internStringDataItem(DexFile dexFile, String value) {
69 StringDataItem StringDataItem = new StringDataItem(dexFile, value)
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 160 milliseconds