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

  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 27 public final class StringIdItem
40 public StringIdItem(CstString value) {
52 if (!(other instanceof StringIdItem)) {
56 StringIdItem otherString = (StringIdItem) other;
68 StringIdItem otherString = (StringIdItem) other;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdItem.java 27 public final class StringIdItem
40 public StringIdItem(CstString value) {
52 if (!(other instanceof StringIdItem)) {
56 StringIdItem otherString = (StringIdItem) other;
68 StringIdItem otherString = (StringIdItem) other;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java 26 public final class StringIdItem
42 public StringIdItem(CstUtf8 value) {
54 if (!(other instanceof StringIdItem)) {
58 StringIdItem otherString = (StringIdItem) other;
70 StringIdItem otherString = (StringIdItem) other;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
StringIdItem.java 35 public class StringIdItem extends Item<StringIdItem> {
39 * Creates a new uninitialized <code>StringIdItem</code>
42 protected StringIdItem(DexFile dexFile) {
47 * Creates a new <code>StringIdItem</code> for the given <code>StringDataItem</code>
49 * @param stringDataItem The <code>StringDataItem</code> that this <code>StringIdItem</code> represents
51 protected StringIdItem(DexFile dexFile, StringDataItem stringDataItem) {
57 * Returns a <code>StringIdItem</code> for the given values, and that has been interned into
61 * @return a <code>StringIdItem</code> for the given values, and that has been interned into
64 public static StringIdItem internStringIdItem(DexFile dexFile, String stringValue)
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DebugInfoBuilder.java 154 StringIdItem[] parameterNamesArray = new StringIdItem[parameterNames.size()];
173 parameterNamesArray[index++] = StringIdItem.internStringIdItem(dexFile, parameterName);
310 referencedItems.add(localName==null?null:StringIdItem.internStringIdItem(dexFile, localName));
312 StringIdItem.internStringIdItem(dexFile, localType)));
341 referencedItems.add(StringIdItem.internStringIdItem(dexFile, localName));
345 StringIdItem.internStringIdItem(dexFile, localType)));
348 referencedItems.add(StringIdItem.internStringIdItem(dexFile, signature));
447 referencedItems.add(StringIdItem.internStringIdItem(dexFile, fileName));
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 235 milliseconds