Searched refs:ResTable_typeSpec (Results 1 – 3 of 3) sorted by relevance
39 import org.robolectric.res.android.ResourceTypes.ResTable_typeSpec;81 public static final int SIZEOF = ResTable_typeSpec.SIZEOF + IdmapEntry_header.SIZEOF;86 ResTable_typeSpec type_spec;181 TypeSpecPtrBuilder(ResTable_typeSpec header, IdmapEntry_header idmap_header) { in TypeSpecPtrBuilder()216 ResTable_typeSpec header_;628 ResTable_typeSpec type_spec = new ResTable_typeSpec(child_chunk.myBuf(), in Load()
46 import org.robolectric.res.android.ResourceTypes.ResTable_typeSpec;859 … final ResTable_typeSpec typeSpec = new ResTable_typeSpec(chunk.myBuf(), chunk.myOffset());860 err = validate_chunk(typeSpec.header, ResTable_typeSpec.SIZEOF,1150 outTypeSpecFlags.set(ResTable_typeSpec.SPEC_PUBLIC);1163 outTypeSpecFlags.set(ResTable_typeSpec.SPEC_PUBLIC);1248 … outTypeSpecFlags.set(outTypeSpecFlags.get() | ResTable_typeSpec.SPEC_PUBLIC);2643 public ResTable_typeSpec typeSpec;
1076 static class ResTable_typeSpec extends WithOffset class in ResourceTypes1104 public ResTable_typeSpec(ByteBuffer buf, int offset) { in ResTable_typeSpec() method in ResourceTypes.ResTable_typeSpec