Searched defs:SIZEOF (Results 1 – 6 of 6) sorted by relevance
95 static int SIZEOF = 8; field in ResourceTypes.ResChunk_header190 static final int SIZEOF = 8; field in ResourceTypes.Res_value391 public static final int SIZEOF = 4; field in ResourceTypes.ResTable_ref414 public static final int SIZEOF = 4; field in ResourceTypes.ResStringPool_ref461 public static final int SIZEOF = ResChunk_header.SIZEOF + 20; field in ResourceTypes.ResStringPool_header617 public static final int SIZEOF = ResStringPool_ref.SIZEOF + 8; field in ResourceTypes.ResStringPool_span762 static final int SIZEOF = 8; field in ResourceTypes.ResXMLTree_endElementExt939 public static final int SIZEOF = 12+ ResourceTypes.Res_value.SIZEOF; field in ResourceTypes.ResXMLTree_attribute987 public static final int SIZEOF = ResChunk_header.SIZEOF + 4; field in ResourceTypes.ResTable_header1008 public static final int SIZEOF = ResChunk_header.SIZEOF + 4 + 128 + 20; field in ResourceTypes.ResTable_package[all …]
22 public static final int SIZEOF = ResChunk_header.SIZEOF + 20; field in ResStringPoolHeader
81 public static final int SIZEOF = ResTable_typeSpec.SIZEOF + IdmapEntry_header.SIZEOF; field in LoadedArsc.TypeSpec
1380 static final int SIZEOF = 8 + Res_value.SIZEOF; field in CppAssetManager2.Theme.ThemeEntry
111 public static final int SIZEOF = SCREEN_CONFIG_EXTENSION_MIN_SIZE; field in ResTable_config
96 #define SIZEOF( s, t ) \ macro