Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTable.java3 import org.robolectric.res.android.ResourceTypes.ResTable_map;
20 new flag_entry("reference", ResTable_map.TYPE_REFERENCE,
23 new flag_entry("string", ResTable_map.TYPE_STRING,
25 new flag_entry("integer", ResTable_map.TYPE_INTEGER,
27 new flag_entry("boolean", ResTable_map.TYPE_BOOLEAN,
29 new flag_entry("color", ResTable_map.TYPE_COLOR,
32 new flag_entry("float", ResTable_map.TYPE_FLOAT,
34 new flag_entry("dimension", ResTable_map.TYPE_DIMENSION,
38 new flag_entry("fraction", ResTable_map.TYPE_FRACTION,
42 new flag_entry("enum", ResTable_map.TYPE_ENUM, null),
[all …]
DResTable.java41 import org.robolectric.res.android.ResourceTypes.ResTable_map;
1124 sInternalNameToIdMap.put("^type", ResTable_map.ATTR_TYPE);
1125 sInternalNameToIdMap.put("^l10n", ResTable_map.ATTR_L10N);
1126 sInternalNameToIdMap.put("^min" , ResTable_map.ATTR_MIN);
1127 sInternalNameToIdMap.put("^max", ResTable_map.ATTR_MAX);
1128 sInternalNameToIdMap.put("^other", ResTable_map.ATTR_OTHER);
1129 sInternalNameToIdMap.put("^zero", ResTable_map.ATTR_ZERO);
1130 sInternalNameToIdMap.put("^one", ResTable_map.ATTR_ONE);
1131 sInternalNameToIdMap.put("^two", ResTable_map.ATTR_TWO);
1132 sInternalNameToIdMap.put("^few", ResTable_map.ATTR_FEW);
[all …]
DCppAssetManager2.java38 import org.robolectric.res.android.ResourceTypes.ResTable_map;
978 ResTable_map map_entry = null; // = new ResTable_map(map.myBuf(), curOffset); in GetBag()
980 curOffset + dtohl(map.count) * ResTable_map.SIZEOF; in GetBag()
982 map_entry = new ResTable_map(map.myBuf(), curOffset); in GetBag()
993 final int entry_count = (map_entry_end - curOffset) / ResTable_map.SIZEOF; in GetBag()
1000 map_entry = new ResTable_map(map_entry.myBuf(), curOffset)) { in GetBag()
1034 curOffset += size + ResTable_map.SIZEOF-Res_value.SIZEOF; in GetBag()
1111 …map_entry = new ResTable_map(map_entry.myBuf(), map_entry.myOffset() + map_entry.value.size + ResT… in GetBag()
1159 …map_entry = new ResTable_map(map_entry.myBuf(), map_entry.myOffset() + map_entry.value.size + ResT… in GetBag()
DResourceTypes.java1353 public static class ResTable_map extends WithOffset class in ResourceTypes
1439 public ResTable_map(ByteBuffer buf, int offset) { in ResTable_map() method in ResourceTypes.ResTable_map
1446 public ResTable_map() { in ResTable_map() method in ResourceTypes.ResTable_map
DLoadedArsc.java34 import org.robolectric.res.android.ResourceTypes.ResTable_map;
335 if (map_entry_count > ((chunk_size - map_entries_start) / ResTable_map.SIZEOF)) { in VerifyResTableEntry()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilderImpl.java8 import static org.robolectric.res.android.ResourceTypes.ResTable_map.ATTR_TYPE;