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

  /frameworks/base/libs/androidfw/
ChunkIterator.cpp 30 reinterpret_cast<const uint8_t*>(this_chunk) + dtohl(this_chunk->size));
31 len_ -= dtohl(this_chunk->size);
50 const size_t size = dtohl(next_chunk_->size);
77 const size_t size = dtohl(next_chunk_->size);
TypeWrappers.cpp 23 TypeVariant::TypeVariant(const ResTable_type* data) : data(data), mLength(dtohl(data->entryCount)) {
25 const uint32_t entryCount = dtohl(data->entryCount);
26 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(data) + dtohl(data->header.size);
57 const uint32_t entryCount = dtohl(mTypeVariant->data->entryCount);
59 + dtohl(type->header.size);
77 entryOffset = dtohl(entryIndices[mIndex]);
90 reinterpret_cast<uintptr_t>(type) + dtohl(type->entriesStart) + entryOffset);
LoadedArsc.cpp 100 const size_t entry_count = dtohl(header->entryCount);
108 const size_t entries_offset = dtohl(header->entriesStart);
116 if (entries_offset > dtohl(header->header.size)) {
136 if (entry_offset > std::numeric_limits<uint32_t>::max() - dtohl(type->entriesStart)) {
142 const size_t chunk_size = dtohl(type->header.size);
144 entry_offset += dtohl(type->entriesStart);
190 const size_t map_entry_count = dtohl(map->count);
218 const size_t entry_count = dtohl(type_chunk->entryCount);
253 return dtohl(entry_offsets[entry_index]);
262 offset + dtohl(type_chunk->entriesStart))
    [all...]
Idmap.cpp 60 uint32_t result = dtohl(header->entries[input_entry_id]);
84 if (dtohl(header->magic) != kIdmapMagic) {
86 dtohl(header->magic), kIdmapMagic);
90 if (dtohl(header->version) != kIdmapCurrentVersion) {
94 dtohl(header->version), kIdmapCurrentVersion);
ResourceTypes.cpp 111 const uint32_t size = dtohl(chunk->size);
147 data = dtohl(src.data);
340 uint32_t mappedEntry = dtohl(entries[entryId]);
494 h->header.size = dtohl(mHeader->header.size);
495 h->stringCount = dtohl(mHeader->stringCount);
496 h->styleCount = dtohl(mHeader->styleCount);
497 h->flags = dtohl(mHeader->flags);
498 h->stringsStart = dtohl(mHeader->stringsStart);
499 h->stylesStart = dtohl(mHeader->stylesStart);
569 e[i] = dtohl(mEntries[i])
    [all...]
AssetManager2.cpp 602 const ResTable_map* const map_entry_end = map_entry + dtohl(map->count);
608 uint32_t parent_resid = dtohl(map->parent.ident);
618 uint32_t new_key = dtohl(map_entry->name.ident);
663 const size_t max_count = parent_bag->entry_count + dtohl(map->count);
673 uint32_t child_key = dtohl(map_entry->name.ident);
713 uint32_t new_key = dtohl(map_entry->name.ident);
    [all...]
  /system/core/libutils/include/utils/
ByteOrder.h 55 #define dtohl(x) (x) macro
62 #define dtohl(x) (android_swap_long(x)) macro
  /frameworks/base/libs/androidfw/include/androidfw/
Chunk.h 46 inline size_t size() const { return dtohl(device_chunk_->size); }
LoadedArsc.h 65 if (entry_index >= dtohl(type_spec->entryCount)) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 19 static int dtohl(int v) { method in class:Util
ResTable_config.java 56 import static org.robolectric.res.android.Util.dtohl;
783 // final int size = dtohl(o.size);
    [all...]
  /frameworks/base/tools/aapt2/util/
Util.h 274 return dtohl(value);
  /frameworks/base/cmds/idmap/
inspect.cpp 73 *i = dtohl(*reinterpret_cast<const uint32_t*>(buf_ + pos_));
  /frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.cpp 283 const size_t entry_count = dtohl(type_spec->entryCount);
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 

Completed in 228 milliseconds