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
178 struct Header { struct201 // 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 …]
68 struct Header { struct69 uint32_t type;70 PhysicalDisplayId displayId __attribute__((aligned(8)));71 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
77 struct Header { struct78 Type type; // 4 bytes79 uint32_t seq;
3561 struct ResTable::Header struct in android::ResTable3563 explicit Header(ResTable* _owner) : owner(_owner), ownedData(NULL), header(NULL), in Header() function3566 ~Header() in ~Header()3571 const ResTable* const owner;3572 void* ownedData;3573 const ResTable_header* header;3574 size_t size;3575 const uint8_t* dataEnd;3576 size_t index;3577 int32_t cookie;[all …]