Searched defs:shortyIdx (Results 1 - 2 of 2) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java190 mProtoIds[i].shortyIdx = readInt();
194 //System.out.println(i + ": " + mProtoIds[i].shortyIdx +
195 // " " + mStrings[mProtoIds[i].shortyIdx]);
568 public int shortyIdx; // index into string_ids field in class:DexData.ProtoIdItem
/dalvik/libdex/
H A DDexFile.h296 u4 shortyIdx; /* index into stringIds for shorty descriptor */ member in struct:DexProtoId

Completed in 268 milliseconds