Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 5817) sorted by relevance

12345678910>>...233

/aosp_15_r20/packages/modules/AppSearch/testing/safeparceltests/src/android/app/appsearch/safeparcel/
DSafeParcelableTest.java68 int header = prepareToReadFromParcel(); in testReadWriteByteArray() local
82 int header = prepareToReadFromParcel(); in testReadWriteByteArrayNull() local
103 int header = prepareToReadFromParcel(); in testReadWriteByteArrayArray() local
120 int header = prepareToReadFromParcel(); in testReadWriteByteArrayArrayNull() local
138 int header = prepareToReadFromParcel(); in testReadWriteBoolean() local
150 int header = prepareToReadFromParcel(); in testReadWriteBooleanObject() local
161 int header = prepareToReadFromParcel(); in testReadWriteBooleanObjectNull() local
179 int header = prepareToReadFromParcel(); in testReadWriteByte() local
191 int header = prepareToReadFromParcel(); in testReadWriteChar() local
203 int header = prepareToReadFromParcel(); in testReadWriteShort() local
[all …]
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dcustom_trampolines_arm_to_x86.json8 "header": "unistd.h", string
14 "header": "android_unsafe_frame_pointer_chase.h" string
18 "header": "pthread.h", string
28 "header": "pthread.h", string
33 "header": "sys/system_properties.h", string
39 "header": "sys/system_properties.h", string
45 "header": "sys/system_properties.h", string
51 "header": "sys/system_properties.h", string
57 "header": "sys/system_properties.h", string
63 "header": "sys/system_properties.h", string
[all …]
Dcustom_trampolines_riscv64_to_x86_64.json8 "header": "unistd.h", string
14 "header": "android_unsafe_frame_pointer_chase.h" string
18 "header": "pthread.h", string
28 "header": "pthread.h", string
33 "header": "sys/system_properties.h", string
39 "header": "sys/system_properties.h", string
45 "header": "sys/system_properties.h", string
51 "header": "sys/system_properties.h", string
57 "header": "sys/system_properties.h", string
63 "header": "sys/system_properties.h", string
[all …]
Dcustom_trampolines_arm64_to_x86_64.json8 "header": "unistd.h", string
14 "header": "android_unsafe_frame_pointer_chase.h" string
18 "header": "pthread.h", string
28 "header": "pthread.h", string
33 "header": "sys/system_properties.h", string
39 "header": "sys/system_properties.h", string
45 "header": "sys/system_properties.h", string
51 "header": "sys/system_properties.h", string
57 "header": "sys/system_properties.h", string
63 "header": "sys/system_properties.h", string
[all …]
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/safeparcel/
DSafeParcelReader.java58 public static int getFieldId(int header) { in getFieldId()
63 public static int readSize(@NonNull Parcel p, int header) { in readSize()
72 public static void skipUnknownField(@NonNull Parcel p, int header) { in skipUnknownField()
77 private static void readAndEnforceSize(@NonNull Parcel p, int header, int required) { in readAndEnforceSize()
92 private static void enforceSize(@NonNull Parcel p, int header, int size, int required) { in enforceSize()
108 final int header = readHeader(p); in validateObjectHeader() local
123 public static boolean readBoolean(@NonNull Parcel p, int header) { in readBoolean()
130 public static Boolean readBooleanObject(@NonNull Parcel p, int header) { in readBooleanObject()
141 public static byte readByte(@NonNull Parcel p, int header) { in readByte()
147 public static char readChar(@NonNull Parcel p, int header) { in readChar()
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIRemoteInputConnection.aidl40 void getTextBeforeCursor(in InputConnectionCommandHeader header, int length, int flags, in getTextBeforeCursor()
43 void getTextAfterCursor(in InputConnectionCommandHeader header, int length, int flags, in getTextAfterCursor()
46 void getCursorCapsMode(in InputConnectionCommandHeader header, int reqModes, in getCursorCapsMode()
49 void getExtractedText(in InputConnectionCommandHeader header, in ExtractedTextRequest request, in getExtractedText()
52 void deleteSurroundingText(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingText()
54 void deleteSurroundingTextInCodePoints(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingTextInCodePoints()
57 void setComposingText(in InputConnectionCommandHeader header, CharSequence text, in setComposingText()
60 void setComposingTextWithTextAttribute(in InputConnectionCommandHeader header, in setComposingTextWithTextAttribute()
63 void finishComposingText(in InputConnectionCommandHeader header); in finishComposingText()
65 void commitText(in InputConnectionCommandHeader header, CharSequence text, in commitText()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_frame_decoder_listener_test_util.cc19 const Http2FrameHeader& header) { in OnFrameHeader()
25 const Http2FrameHeader& header) { in OnDataStart()
37 const Http2FrameHeader& header) { in OnHeadersStart()
56 const Http2FrameHeader& header, const Http2PriorityFields& priority) { in OnPriorityFrame()
61 const Http2FrameHeader& header) { in OnContinuationStart()
79 const Http2FrameHeader& header, Http2ErrorCode error_code) { in OnRstStream()
84 const Http2FrameHeader& header) { in OnSettingsStart()
98 const Http2FrameHeader& header) { in OnSettingsAck()
103 const Http2FrameHeader& header, const Http2PushPromiseFields& promise, in OnPushPromiseStart()
113 void FailingHttp2FrameDecoderListener::OnPing(const Http2FrameHeader& header, in OnPing()
[all …]
H A Dframe_parts.cc50 FrameParts::FrameParts(const Http2FrameHeader& header) : frame_header_(header) { in FrameParts()
54 FrameParts::FrameParts(const Http2FrameHeader& header, in FrameParts()
61 FrameParts::FrameParts(const Http2FrameHeader& header, in FrameParts()
134 void FrameParts::OnDataStart(const Http2FrameHeader& header) { in OnDataStart()
153 void FrameParts::OnHeadersStart(const Http2FrameHeader& header) { in OnHeadersStart()
185 void FrameParts::OnPriorityFrame(const Http2FrameHeader& header, in OnPriorityFrame()
194 void FrameParts::OnContinuationStart(const Http2FrameHeader& header) { in OnContinuationStart()
224 void FrameParts::OnRstStream(const Http2FrameHeader& header, in OnRstStream()
233 void FrameParts::OnSettingsStart(const Http2FrameHeader& header) { in OnSettingsStart()
251 void FrameParts::OnSettingsAck(const Http2FrameHeader& header) { in OnSettingsAck()
[all …]
H A Dframe_parts_collector_listener.cc14 const Http2FrameHeader& header) { in OnFrameHeader()
20 void FramePartsCollectorListener::OnDataStart(const Http2FrameHeader& header) { in OnDataStart()
36 const Http2FrameHeader& header) { in OnHeadersStart()
59 const Http2FrameHeader& header, in OnPriorityFrame()
66 const Http2FrameHeader& header) { in OnContinuationStart()
87 void FramePartsCollectorListener::OnRstStream(const Http2FrameHeader& header, in OnRstStream()
94 const Http2FrameHeader& header) { in OnSettingsStart()
113 const Http2FrameHeader& header) { in OnSettingsAck()
119 const Http2FrameHeader& header, const Http2PushPromiseFields& promise, in OnPushPromiseStart()
133 void FramePartsCollectorListener::OnPing(const Http2FrameHeader& header, in OnPing()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dhttp2_frame_decoder_test.cc149 const char (&buf)[N], const Http2FrameHeader& header) { in DecodePayloadAndValidateSeveralWays()
179 const char (&buf)[N], const Http2FrameHeader& header) { in DecodePayloadExpectingFrameSizeError()
209 Http2FrameHeader header(0, Http2FrameType::DATA, 0, 0); in TEST_F() local
221 Http2FrameHeader header(0, Http2FrameType::HEADERS, 0, 1); in TEST_F() local
235 Http2FrameHeader header(5, Http2FrameType::PRIORITY, 0, 2); in TEST_F() local
249 Http2FrameHeader header(4, Http2FrameType::RST_STREAM, 0, 1); in TEST_F() local
262 Http2FrameHeader header(0, Http2FrameType::SETTINGS, 0, 1); in TEST_F() local
273 Http2FrameHeader header(0, Http2FrameType::SETTINGS, Http2FrameFlag::ACK, 0); in TEST_F() local
288 Http2FrameHeader header(4, Http2FrameType::PUSH_PROMISE, in TEST_F() local
304 Http2FrameHeader header(8, Http2FrameType::PING, 0, 0); in TEST_F() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs21 pub header: DevicePathHeader, field
26 pub header: DevicePathHeader, field
35 pub header: DevicePathHeader, field
42 pub header: DevicePathHeader, field
48 pub header: DevicePathHeader, field
56 pub header: DevicePathHeader, field
63 pub header: DevicePathHeader, field
69 pub header: DevicePathHeader, field
84 pub header: DevicePathHeader, field
91 pub header: DevicePathHeader, field
[all …]
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs21 pub header: DevicePathHeader, field
26 pub header: DevicePathHeader, field
35 pub header: DevicePathHeader, field
42 pub header: DevicePathHeader, field
48 pub header: DevicePathHeader, field
56 pub header: DevicePathHeader, field
63 pub header: DevicePathHeader, field
69 pub header: DevicePathHeader, field
84 pub header: DevicePathHeader, field
91 pub header: DevicePathHeader, field
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DRemoteInputConnectionImpl.java473 public void getTextAfterCursor(InputConnectionCommandHeader header, int length, int flags, in getTextAfterCursor()
495 public void getTextBeforeCursor(InputConnectionCommandHeader header, int length, int flags, in getTextBeforeCursor()
517 public void getSelectedText(InputConnectionCommandHeader header, int flags, in getSelectedText()
539 public void getSurroundingText(InputConnectionCommandHeader header, int beforeLength, in getSurroundingText()
567 public void getCursorCapsMode(InputConnectionCommandHeader header, int reqModes, in getCursorCapsMode()
584 public void getExtractedText(InputConnectionCommandHeader header, ExtractedTextRequest request, in getExtractedText()
601 public void commitText(InputConnectionCommandHeader header, CharSequence text, in commitText()
618 public void commitTextWithTextAttribute(InputConnectionCommandHeader header, CharSequence text, in commitTextWithTextAttribute()
635 public void commitCompletion(InputConnectionCommandHeader header, CompletionInfo text) { in commitCompletion()
651 public void commitCorrection(InputConnectionCommandHeader header, CorrectionInfo info) { in commitCorrection()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dsplaytree_algorithms.hpp230 static void erase(node_ptr header, node_ptr z) in erase()
296 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
311 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
318 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
330 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
337 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
349 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
356 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in find()
366 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in find()
373 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
[all …]
Dbstree_algorithms.hpp215 BOOST_INTRUSIVE_FORCEINLINE static node_ptr begin_node(const const_node_ptr & header) in begin_node()
225 BOOST_INTRUSIVE_FORCEINLINE static node_ptr end_node(const const_node_ptr & header) in end_node()
235 BOOST_INTRUSIVE_FORCEINLINE static node_ptr root_node(const const_node_ptr & header) in root_node()
470 static void replace_node(node_ptr node_to_be_replaced, node_ptr header, node_ptr new_node) in replace_node()
589 BOOST_INTRUSIVE_FORCEINLINE static void init_header(node_ptr header) in init_header()
608 static void clear_and_dispose(const node_ptr & header, Disposer disposer) in clear_and_dispose()
630 static node_ptr unlink_leftmost_without_rebalance(node_ptr header) in unlink_leftmost_without_rebalance()
667 static std::size_t size(const const_node_ptr & header) in size()
749 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
779 ( const const_node_ptr & header in bounded_range()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c42 struct tgsi_header header; in tgsi_build_header() local
51 header_headersize_grow( struct tgsi_header *header ) in header_headersize_grow()
60 header_bodysize_grow( struct tgsi_header *header ) in header_bodysize_grow()
70 struct tgsi_header *header ) in tgsi_build_processor()
89 struct tgsi_header *header ) in declaration_grow()
132 struct tgsi_header *header ) in tgsi_build_declaration()
182 struct tgsi_header *header ) in tgsi_build_declaration_range()
200 struct tgsi_header *header) in tgsi_build_declaration_dimension()
230 struct tgsi_header *header) in tgsi_build_declaration_interp()
267 struct tgsi_header *header ) in tgsi_build_declaration_semantic()
[all …]
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c42 struct tgsi_header header; in tgsi_build_header() local
51 header_headersize_grow( struct tgsi_header *header ) in header_headersize_grow()
60 header_bodysize_grow( struct tgsi_header *header ) in header_bodysize_grow()
70 struct tgsi_header *header ) in tgsi_build_processor()
89 struct tgsi_header *header ) in declaration_grow()
132 struct tgsi_header *header ) in tgsi_build_declaration()
171 struct tgsi_header *header ) in tgsi_build_declaration_range()
189 struct tgsi_header *header) in tgsi_build_declaration_dimension()
221 struct tgsi_header *header) in tgsi_build_declaration_interp()
259 struct tgsi_header *header ) in tgsi_build_declaration_semantic()
[all …]
/aosp_15_r20/external/coreboot/src/lib/
H A Dcoreboot_table.c44 struct lb_header *header; in lb_table_init() local
61 static struct lb_record *lb_first_record(struct lb_header *header) in lb_first_record()
68 static struct lb_record *lb_last_record(struct lb_header *header) in lb_last_record()
76 struct lb_record *lb_new_record(struct lb_header *header) in lb_new_record()
91 static struct lb_memory *lb_memory(struct lb_header *header) in lb_memory()
102 static void lb_add_serial(struct lb_header *header) in lb_add_serial()
122 struct lb_header *header = (struct lb_header *)data; in lb_add_console() local
131 static void lb_pcie(struct lb_header *header) in lb_pcie()
141 static void lb_framebuffer(struct lb_header *header) in lb_framebuffer()
174 static void lb_gpios(struct lb_header *header) in lb_gpios()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/abi/
H A Dtrack_event_hl_abi.h60 struct PerfettoTeHlProtoField header; member
67 struct PerfettoTeHlProtoField header; member
74 struct PerfettoTeHlProtoField header; member
81 struct PerfettoTeHlProtoField header; member
87 struct PerfettoTeHlProtoField header; member
93 struct PerfettoTeHlProtoField header; member
99 struct PerfettoTeHlProtoField header; member
105 struct PerfettoTeHlProtoField header; member
139 struct PerfettoTeHlExtra header; member
146 struct PerfettoTeHlExtra header; member
[all …]
/aosp_15_r20/external/perfetto/include/perfetto/public/abi/
H A Dtrack_event_hl_abi.h60 struct PerfettoTeHlProtoField header; member
67 struct PerfettoTeHlProtoField header; member
74 struct PerfettoTeHlProtoField header; member
81 struct PerfettoTeHlProtoField header; member
87 struct PerfettoTeHlProtoField header; member
93 struct PerfettoTeHlProtoField header; member
99 struct PerfettoTeHlProtoField header; member
105 struct PerfettoTeHlProtoField header; member
140 struct PerfettoTeHlExtra header; member
147 struct PerfettoTeHlExtra header; member
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.cc74 void CorruptFrameHeader(Http2FrameHeader* header) { in CorruptFrameHeader()
322 bool Http2DecoderAdapter::OnFrameHeader(const Http2FrameHeader& header) { in OnFrameHeader()
399 void Http2DecoderAdapter::OnDataStart(const Http2FrameHeader& header) { in OnDataStart()
427 void Http2DecoderAdapter::OnHeadersStart(const Http2FrameHeader& header) { in OnHeadersStart()
489 void Http2DecoderAdapter::OnPriorityFrame(const Http2FrameHeader& header, in OnPriorityFrame()
499 void Http2DecoderAdapter::OnContinuationStart(const Http2FrameHeader& header) { in OnContinuationStart()
539 void Http2DecoderAdapter::OnRstStream(const Http2FrameHeader& header, in OnRstStream()
549 void Http2DecoderAdapter::OnSettingsStart(const Http2FrameHeader& header) { in OnSettingsStart()
573 void Http2DecoderAdapter::OnSettingsAck(const Http2FrameHeader& header) { in OnSettingsAck()
581 const Http2FrameHeader& header, const Http2PushPromiseFields& promise, in OnPushPromiseStart()
[all …]
/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpi.c105 static enum cb_err acpi_fill_header(acpi_header_t *header, const char name[4], in acpi_fill_header()
136 static void acpi_create_madt(acpi_header_t *header, void *unused) in acpi_create_madt()
167 static void acpi_create_mcfg(acpi_header_t *header, void *unused) in acpi_create_mcfg()
208 static void acpi_create_tcpa(acpi_header_t *header, void *unused) in acpi_create_tcpa()
254 static void acpi_create_tpm2(acpi_header_t *header, void *unused) in acpi_create_tpm2()
382 acpi_header_t *header = &(srat->header); in acpi_create_srat() local
458 acpi_header_t *header = &(cedt->header); in acpi_create_cedt() local
493 acpi_header_t *header = &(hmat->header); in acpi_create_hmat() local
512 acpi_header_t *header = &(slit->header); in acpi_create_slit() local
540 acpi_header_t *header = &(einj->header); in acpi_create_einj() local
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dar.go26 type header struct { struct
27 NameRaw [16]byte
28 ModTimeRaw [12]byte
29 OwnerIdRaw [6]byte
30 GroupIdRaw [6]byte
31 FileModeRaw [8]byte
32 FileSizeRaw [10]byte
33 EndRaw [2]byte
36 func (h *header) name() string {
40 func (h *header) size() int64 {
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h148 CommandHeader header; member
157 CommandHeader header; member
165 CommandHeader header; member
178 CommandHeader header; member
188 CommandHeader header; member
197 CommandHeader header; member
209 CommandHeader header; member
220 CommandHeader header; member
229 CommandHeader header; member
237 CommandHeader header; member
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dip_headers.rs108 let header = unsafe { in from_slice() localVariable
183 let header = { in from_slice() localVariable
376 let header = unsafe { in from_slice_lax() localVariable
471 let header = { in from_slice_lax() localVariable
969 let header = unsafe { in read() localVariable
1009 let header = Ipv6Header::read_without_version(reader, value & 0xf).map_err(Io)?; in read() localVariable
1305 let header = combine_v4(&v4, &v4_exts, &[]); localVariable
1352 let header = combine_v4(&v4, &v4_exts, &payload); localVariable
1405 let header = combine_v6(&v6, &v6_exts, &payload); localVariable
1488 let header = combine_v4(&v4, &v4_exts, &payload); localVariable
[all …]

12345678910>>...233