Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp39 struct Header { struct
41 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
/aosp12/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h178 struct Header { struct
201 // An EntryHeader is the header for a serialized cache entry. No need to argument
/aosp12/bionic/libc/malloc_debug/
H A Dmalloc_debug.h47 struct Header { struct
54 struct BacktraceHeader { argument
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/
H A DBlobCache.h264 struct Header { struct
287 // An EntryHeader is the header for a serialized cache entry. No need to argument
/aosp12/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp74 struct Header { struct
75 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;
84 uint32_t alphabetVersion() const { in alphabetVersion()
87 const AlphabetTable0* alphabetTable0() const { in alphabetTable0()
90 const AlphabetTable1* alphabetTable1() const { in alphabetTable1()
[all …]
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/
H A DHeader.java22 public final class Header { class
25 public Header(String header) { in Header() method in Header
/aosp12/art/libdexfile/dex/
H A Ddex_file.h91 struct Header { struct
93 uint32_t checksum_ = 0; // See also location_checksum_
95 uint32_t file_size_ = 0; // size of entire file
96 uint32_t header_size_ = 0; // offset to start of next section
97 uint32_t endian_tag_ = 0;
98 uint32_t link_size_ = 0; // unused
122 kDexTypeHeaderItem = 0x0000, argument
H A Ddex_file_loader_test.cc308 TEST_F(DexFileLoaderTest, Header) { in TEST_F() argument
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DHeader.java26 public class Header extends Dicttool.Command { class
29 public Header() { in Header() method in Header
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.h105 struct Header { struct
106 uint16_t id;
107 uint8_t flags0;
108 uint8_t flags1;
109 uint16_t qdcount;
110 uint16_t ancount;
111 uint16_t nscount;
112 uint16_t arcount;
/aosp12/frameworks/native/libs/gui/include/gui/
H A DDisplayEventReceiver.h68 struct Header { struct
69 uint32_t type;
70 PhysicalDisplayId displayId __attribute__((aligned(8)));
71 nsecs_t timestamp __attribute__((aligned(8)));
/aosp12/art/dexlayout/
H A Ddex_visualize.h33 class Header; variable
H A Ddex_ir.h52 class Header; variable
352 Header(const uint8_t* magic, in Header() function
376 Header(const uint8_t* magic, in Header() function
/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Dcommand_utils.h33 Header, enumerator
/aosp12/frameworks/minikin/doc/
H A Dhyb_file_format.md47 ## Header section
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h380 struct Header { struct
383 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;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/model/
H A DWidgetsListBaseEntry.java67 public interface Header<T extends WidgetsListBaseEntry & Header<T>> { interface in WidgetsListBaseEntry
/aosp12/system/core/fastboot/
H A Dudp.cpp65 class Header { class
82 Header::Header() { in Header() function in udp::Header
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java32 private static class Header { class in BackupHelperDispatcher
/aosp12/system/timezone/debug_tools/host/main/java/
H A DTzFileDumper.java345 private static class Header { class in TzFileDumper
356 Header(byte tzh_version, int tzh_ttisgmtcnt, int tzh_ttisstdcnt, int tzh_leapcnt, in Header() method in TzFileDumper.Header
/aosp12/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java328 public static final class Header implements Parcelable { class in PreferenceActivity
418 public Header() { in Header() method in PreferenceActivity.Header
518 Header(Parcel in) { in Header() method in PreferenceActivity.Header
/aosp12/frameworks/native/include/input/
H A DInputTransport.h77 struct Header { struct
78 Type type; // 4 bytes
79 uint32_t seq;
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3561 struct ResTable::Header struct in android::ResTable
3563 explicit Header(ResTable* _owner) : owner(_owner), ownedData(NULL), header(NULL), in Header() argument
3566 ~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 …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
H A DContactsFragment.java66 public @interface Header { annotation in ContactsFragment
/aosp12/packages/services/Car/tools/hidl_parser/
H A Dparser.py223 class Header(object): class

12