Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java979 final int map_entry_end = in GetBag() local
981 if (curOffset < map_entry_end) { in GetBag()
993 final int entry_count = (map_entry_end - curOffset) / ResTable_map.SIZEOF; in GetBag()
999 for (; curOffset < map_entry_end; in GetBag()
1072 …while (map_entry != null && map_entry.myOffset() != map_entry_end && parentEntryIndex != parentEnt… in GetBag()
1130 while (map_entry != null && map_entry.myOffset() != map_entry_end) { in GetBag()