Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DIdmap.java8 import static org.robolectric.res.android.Util.SIZEOF_CPTR;
153 idmap_data.myOffset() + SIZEOF_CPTR); in Load()
155 int data_size = idmap_data.size() - SIZEOF_CPTR; in Load()
175 if ((data_size - SIZEOF_CPTR) / SIZEOF_INT < in Load()
193 SIZEOF_CPTR + (dtohs(entry_header.entry_count) * SIZEOF_INT); in Load()
DUtil.java12 public static final int SIZEOF_CPTR = 4; field in Util