OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dataitemcount
(Results
1 - 1
of
1
) sorted by null
/dalvik/libdex/
DexSwapVerify.cpp
399
u4
dataItemCount
= 0; // Total count of items in the data section.
440
"at least %d",
dataItemCount
+ icount);
445
dataItemCount
+= icount;
516
state->pDataMap = dexDataMapAlloc(
dataItemCount
);
518
ALOGE("Unable to allocate data map (size %#x)",
dataItemCount
);
[
all
...]
Completed in 429 milliseconds