Home
last modified time | relevance | path

Searched refs:outSize (Results 1 – 1 of 1) sorted by relevance

/dalvik/dexdump/
DDexDump.cpp783 int outSize; in indexString() local
828 outSize = snprintf(buf, bufSize, "<unknown-index>"); in indexString()
835 outSize = snprintf(buf, bufSize, "<no-index>"); in indexString()
842 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x", in indexString()
847 outSize = snprintf(buf, bufSize, "%s // type@%0*x", in indexString()
850 outSize = snprintf(buf, bufSize, "<type?> // type@%0*x", width, index); in indexString()
855 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x", in indexString()
858 outSize = snprintf(buf, bufSize, "<string?> // string@%0*x", in indexString()
866 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x", in indexString()
871 outSize = snprintf(buf, bufSize, "<method?> // method@%0*x", in indexString()
[all …]