HomeSort by relevance Sort by last modified time
    Searched refs:toQuoted (Results 1 - 25 of 31) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalItem.java 117 return name.toQuoted();
122 return "[" + (name == null ? "" : name.toQuoted())
123 + "|" + (signature == null ? "" : signature.toQuoted());
  /dalvik/dx/src/com/android/dx/rop/code/
LocalItem.java 117 return name.toQuoted();
122 return "[" + (name == null ? "" : name.toQuoted())
123 + "|" + (signature == null ? "" : signature.toQuoted());
ThrowingCstInsn.java 64 constantString = ((CstString) cst).toQuoted();
RegisterSpec.java 584 sb.append(((CstString) type).toQuoted());
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalItem.java 117 return name.toQuoted();
122 return "[" + (name == null ? "" : name.toQuoted())
123 + "|" + (signature == null ? "" : signature.toQuoted());
ThrowingCstInsn.java 64 constantString = ((CstString) cst).toQuoted();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringDataItem.java 78 out.annotate(bytes.size() + 1, value.toQuoted());
89 return value.toQuoted();
StringIdItem.java 103 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
HeaderItem.java 75 out.annotate(8, "magic: " + new CstUtf8(MAGIC).toQuoted());
ProtoIdItem.java 152 " // " + shortForm.toQuoted());
ClassDefItem.java 403 ((sourceFile == null) ? "<none>" : sourceFile.toQuoted()));
  /dalvik/dx/src/com/android/dx/dex/file/
StringDataItem.java 78 out.annotate(bytes.size() + 1, value.toQuoted());
89 return value.toQuoted();
StringIdItem.java 101 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
HeaderItem.java 67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
ProtoIdItem.java 149 " // " + shortForm.toQuoted());
ClassDefItem.java 400 ((sourceFile == null) ? "<none>" : sourceFile.toQuoted()));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringDataItem.java 78 out.annotate(bytes.size() + 1, value.toQuoted());
89 return value.toQuoted();
StringIdItem.java 101 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
HeaderItem.java 67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
ProtoIdItem.java 149 " // " + shortForm.toQuoted());
ClassDefItem.java 401 ((sourceFile == null) ? "<none>" : sourceFile.toQuoted()));
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstString.java 98 return string.toQuoted();
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 311 parsed(1, "tag: " + humanTag.toQuoted());
428 ? ((CstString) value).toQuoted()
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 339 return cst instanceof CstString ? ((CstString) cst).toQuoted() : cst.toHuman();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 340 return cst instanceof CstString ? ((CstString) cst).toQuoted() : cst.toHuman();

Completed in 195 milliseconds

1 2