Searched defs:Header (Results 1 – 9 of 9) sorted by relevance
41 struct Header { struct43 uint32_t signature;44 uint16_t version;45 uint16_t pointerSize;70 * copy them into a byte[] with a "struct Header" that holds data offsets, argument
80 struct Header { struct81 uint32_t magic;82 uint32_t version;83 uint32_t alphabet_offset;84 uint32_t trie_offset;85 uint32_t pattern_offset;86 uint32_t file_size;89 const uint8_t* bytes() const { return reinterpret_cast<const uint8_t*>(this); } in bytes()90 uint32_t alphabetVersion() const { in alphabetVersion()93 const AlphabetTable0* alphabetTable0() const { in alphabetTable0()[all …]
49 struct Header { struct50 uint32_t type;51 uint32_t id;52 nsecs_t timestamp __attribute__((aligned(8)));
142 struct Header { struct167 Header* mHeader; argument
47 ## Header section in Hyb (hyphenation pattern binary) file format
53 struct Header { struct54 uint32_t type;58 uint32_t padding;
31 private static class Header { class in BackupHelperDispatcher
330 public static final class Header implements Parcelable { class in PreferenceActivity420 public Header() { in Header() method in PreferenceActivity.Header520 Header(Parcel in) { in Header() method in PreferenceActivity.Header
3117 struct ResTable::Header struct in android::ResTable3119 Header(ResTable* _owner) : owner(_owner), ownedData(NULL), header(NULL), in Header() argument3122 ~Header() in ~Header()3127 const ResTable* const owner;3128 void* ownedData;3129 const ResTable_header* header;3130 size_t size;3131 const uint8_t* dataEnd;3132 size_t index;3133 int32_t cookie;[all …]