OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protoIdsSize
(Results
1 - 2
of
2
) sorted by null
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java
117
mHeaderItem.
protoIdsSize
= readInt();
179
int count = mHeaderItem.
protoIdsSize
;
535
public int
protoIdsSize
, protoIdsOff;
/dalvik/libdex/
DexFile.h
230
u4
protoIdsSize
;
668
assert(idx < pDexFile->pHeader->
protoIdsSize
);
Completed in 485 milliseconds