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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalItem.java117 return name.toQuoted();
122 return "[" + (name == null ? "" : name.toQuoted())
123 + "|" + (signature == null ? "" : signature.toQuoted());
H A DThrowingCstInsn.java64 constantString = ((CstString) cst).toQuoted();
H A DRegisterSpec.java585 sb.append(((CstString) type).toQuoted());
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DStringDataItem.java78 out.annotate(bytes.size() + 1, value.toQuoted());
89 return value.toQuoted();
H A DStringIdItem.java101 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
H A DHeaderItem.java67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
H A DProtoIdItem.java149 " // " + shortForm.toQuoted());
H A DClassDefItem.java401 ((sourceFile == null) ? "<none>" : sourceFile.toQuoted()));
H A DDebugInfoEncoder.java649 string == null ? "<null>" : string.toQuoted());
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java340 return cst instanceof CstString ? ((CstString) cst).toQuoted() : cst.toHuman();

Completed in 101 milliseconds