Searched defs:Header (Results 1 – 10 of 10) sorted by relevance
39 struct Header { struct41 uint32_t signature;42 uint16_t version;43 uint16_t pointerSize;68 * copy them into a byte[] with a "struct Header" that holds data offsets, argument
198 struct Header { struct221 // An EntryHeader is the header for a serialized cache entry. No need to argument
74 struct Header { struct75 uint32_t magic;76 uint32_t version;77 uint32_t alphabet_offset;78 uint32_t trie_offset;79 uint32_t pattern_offset;80 uint32_t file_size;83 const uint8_t* bytes() const { return reinterpret_cast<const uint8_t*>(this); } in bytes()84 uint32_t alphabetVersion() const { in alphabetVersion()87 const AlphabetTable0* alphabetTable0() const { in alphabetTable0()[all …]
72 struct Header { struct73 uint32_t type;74 PhysicalDisplayId displayId __attribute__((aligned(8)));75 nsecs_t timestamp __attribute__((aligned(8)));
47 ## Header section in Hyb (hyphenation pattern binary) file format
380 struct Header { struct383 std::atomic<uint32_t> record_size;386 std::atomic<uint32_t> record_count;402 std::atomic<uint32_t> head;403 std::atomic<uint32_t> tail;
32 private static class Header { class in BackupHelperDispatcher
328 public static final class Header implements Parcelable { class in PreferenceActivity418 public Header() { in Header() method in PreferenceActivity.Header518 Header(Parcel in) { in Header() method in PreferenceActivity.Header
80 struct Header { struct81 Type type; // 4 bytes82 uint32_t seq;
3558 struct ResTable::Header struct in android::ResTable3560 explicit Header(ResTable* _owner) : owner(_owner), ownedData(NULL), header(NULL), in Header() argument3563 ~Header() in ~Header()3568 const ResTable* const owner;3569 void* ownedData;3570 const ResTable_header* header;3571 size_t size;3572 const uint8_t* dataEnd;3573 size_t index;3574 int32_t cookie;[all …]