Searched refs:toQuoted (Results 1 - 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
H A DLocalItem.java117 return name.toQuoted();
122 return "[" + (name == null ? "" : name.toQuoted())
123 + "|" + (signature == null ? "" : signature.toQuoted());
/dalvik/dx/src/com/android/dx/dex/file/
H A DStringDataItem.java78 out.annotate(bytes.size() + 1, value.toQuoted());
89 return value.toQuoted();
H A DStringIdItem.java103 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
H A DHeaderItem.java75 out.annotate(8, "magic: " + new CstUtf8(MAGIC).toQuoted());
H A DProtoIdItem.java152 " // " + shortForm.toQuoted());
H A DClassDefItem.java403 ((sourceFile == null) ? "<none>" : sourceFile.toQuoted()));
H A DDebugInfoEncoder.java649 string == null ? "<null>" : string.toQuoted());
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstString.java98 return string.toQuoted();
/dalvik/dx/src/com/android/dx/cf/direct/
H A DAnnotationParser.java314 parsed(1, "tag: " + humanTag.toQuoted());
432 ? ((CstUtf8) value).toQuoted()
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java698 pw.println(" source file: " + sourceFile.toQuoted());

Completed in 334 milliseconds