Home
last modified time | relevance | path

Searched defs:SIZEOF (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java95 static int SIZEOF = 8; field in ResourceTypes.ResChunk_header
190 static final int SIZEOF = 8; field in ResourceTypes.Res_value
391 public static final int SIZEOF = 4; field in ResourceTypes.ResTable_ref
414 public static final int SIZEOF = 4; field in ResourceTypes.ResStringPool_ref
461 public static final int SIZEOF = ResChunk_header.SIZEOF + 20; field in ResourceTypes.ResStringPool_header
617 public static final int SIZEOF = ResStringPool_ref.SIZEOF + 8; field in ResourceTypes.ResStringPool_span
762 static final int SIZEOF = 8; field in ResourceTypes.ResXMLTree_endElementExt
939 public static final int SIZEOF = 12+ ResourceTypes.Res_value.SIZEOF; field in ResourceTypes.ResXMLTree_attribute
987 public static final int SIZEOF = ResChunk_header.SIZEOF + 4; field in ResourceTypes.ResTable_header
1008 public static final int SIZEOF = ResChunk_header.SIZEOF + 4 + 128 + 20; field in ResourceTypes.ResTable_package
[all …]
DResStringPoolHeader.java22 public static final int SIZEOF = ResChunk_header.SIZEOF + 20; field in ResStringPoolHeader
DLoadedArsc.java81 public static final int SIZEOF = ResTable_typeSpec.SIZEOF + IdmapEntry_header.SIZEOF; field in LoadedArsc.TypeSpec
DCppAssetManager2.java1380 static final int SIZEOF = 8 + Res_value.SIZEOF; field in CppAssetManager2.Theme.ThemeEntry
DResTable_config.java111 public static final int SIZEOF = SCREEN_CONFIG_EXTENSION_MIN_SIZE; field in ResTable_config
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c96 #define SIZEOF( s, t ) \ macro