/aosp12/frameworks/base/core/jni/ |
H A D | android_ddm_DdmHandleNativeHeap.cpp | 39 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 D | BlobCache.h | 178 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 D | malloc_debug.h | 47 struct Header { struct 54 struct BacktraceHeader { argument
|
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
H A D | BlobCache.h | 264 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 D | Hyphenator.cpp | 74 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 D | Header.java | 22 public final class Header { class 25 public Header(String header) { in Header() method in Header
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file.h | 91 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 D | dex_file_loader_test.cc | 308 TEST_F(DexFileLoaderTest, Header) { in TEST_F() argument
|
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
H A D | Header.java | 26 public class Header extends Dicttool.Command { class 29 public Header() { in Header() method in Header
|
/aosp12/packages/modules/DnsResolver/tests/dns_responder/ |
H A D | dns_responder.h | 105 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 D | DisplayEventReceiver.h | 68 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 D | dex_visualize.h | 33 class Header; variable
|
H A D | dex_ir.h | 52 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 D | command_utils.h | 33 Header, enumerator
|
/aosp12/frameworks/minikin/doc/ |
H A D | hyb_file_format.md | 47 ## Header section
|
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
H A D | broadcast_ring.h | 380 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 D | WidgetsListBaseEntry.java | 67 public interface Header<T extends WidgetsListBaseEntry & Header<T>> { interface in WidgetsListBaseEntry
|
/aosp12/system/core/fastboot/ |
H A D | udp.cpp | 65 class Header { class 82 Header::Header() { in Header() function in udp::Header
|
/aosp12/frameworks/base/core/java/android/app/backup/ |
H A D | BackupHelperDispatcher.java | 32 private static class Header { class in BackupHelperDispatcher
|
/aosp12/system/timezone/debug_tools/host/main/java/ |
H A D | TzFileDumper.java | 345 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 D | PreferenceActivity.java | 328 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 D | InputTransport.h | 77 struct Header { struct 78 Type type; // 4 bytes 79 uint32_t seq;
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3561 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 D | ContactsFragment.java | 66 public @interface Header { annotation in ContactsFragment
|
/aosp12/packages/services/Car/tools/hidl_parser/ |
H A D | parser.py | 223 class Header(object): class
|