HomeSort by relevance Sort by last modified time
    Searched refs:ResTable_type (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
TypeWrappers.h 26 TypeVariant(const ResTable_type* data);
77 const ResTable_type* data;
ResourceTypes.h 852 * one or more ResTable_type and ResTable_typeSpec structures containing the
    [all...]
  /frameworks/base/libs/androidfw/
TypeWrappers.cpp 23 TypeVariant::TypeVariant(const ResTable_type* data) : data(data), mLength(dtohl(data->entryCount)) {
24 if (data->flags & ResTable_type::FLAG_SPARSE) {
52 const ResTable_type* type = mTypeVariant->data;
68 if (type->flags & ResTable_type::FLAG_SPARSE) {
80 if (entryOffset == ResTable_type::NO_ENTRY) {
LoadedArsc.cpp 53 const ResTable_type* type;
89 void AddType(const ResTable_type* type) {
135 const ResTable_type* best_type = nullptr;
150 if (offset != ResTable_type::NO_ENTRY) {
215 const ResTable_type* header = chunk.header<ResTable_type, kResTableTypeMinSize>();
248 if (offset != ResTable_type::NO_ENTRY) {
400 if (offset != ResTable_type::NO_ENTRY) {
538 const ResTable_type* type = child_chunk.header<ResTable_type, kResTableTypeMinSize>()
    [all...]
ResourceTypes.cpp     [all...]
  /frameworks/base/libs/androidfw/tests/
TypeWrappers_test.cpp 26 ResTable_type t;
48 offsets[1] = ResTable_type::NO_ENTRY;
79 ResTable_type* data = (ResTable_type*) createTypeData();
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 321 ResTable_type* type_header =
322 type_writer.StartChunk<ResTable_type>(RES_TABLE_TYPE_TYPE);
360 type_header->flags |= ResTable_type::FLAG_SPARSE;
364 if (offsets[i] != ResTable_type::NO_ENTRY) {
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 330 // Specify a manual size, because ResTable_type contains ResTable_config, which changes
332 const ResTable_type* type = ConvertTo<ResTable_type, kResTableTypeMinSize>(chunk);
335 << "corrupt ResTable_type chunk");
341 << "ResTable_type has invalid id: "
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 112 milliseconds