OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortyIdx
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java
127
int
shortyIdx
= file.getStringIds().indexOf(shortForm);
148
out.annotate(4, " shorty_idx: " + Hex.u4(
shortyIdx
) +
155
out.writeInt(
shortyIdx
);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdItem.java
130
int
shortyIdx
= file.getStringIds().indexOf(shortForm);
151
out.annotate(4, " shorty_idx: " + Hex.u4(
shortyIdx
) +
158
out.writeInt(
shortyIdx
);
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java
190
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
/dalvik/libdex/
DexFile.h
296
u4
shortyIdx
; /* index into stringIds for shorty descriptor */
Completed in 39 milliseconds