/external/bazelbuild-rules_go/go/tools/builders/ |
D | ar.go | 26 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 …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | http2_frame_decoder_listener_test_util.cc | 19 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 …]
|
D | frame_parts_collector_listener.cc | 14 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 …]
|
D | frame_parts.cc | 52 FrameParts::FrameParts(const Http2FrameHeader& header) : frame_header_(header) { in FrameParts() 56 FrameParts::FrameParts(const Http2FrameHeader& header, in FrameParts() 63 FrameParts::FrameParts(const Http2FrameHeader& header, in FrameParts() 136 void FrameParts::OnDataStart(const Http2FrameHeader& header) { in OnDataStart() 155 void FrameParts::OnHeadersStart(const Http2FrameHeader& header) { in OnHeadersStart() 187 void FrameParts::OnPriorityFrame(const Http2FrameHeader& header, in OnPriorityFrame() 196 void FrameParts::OnContinuationStart(const Http2FrameHeader& header) { in OnContinuationStart() 226 void FrameParts::OnRstStream(const Http2FrameHeader& header, in OnRstStream() 235 void FrameParts::OnSettingsStart(const Http2FrameHeader& header) { in OnSettingsStart() 253 void FrameParts::OnSettingsAck(const Http2FrameHeader& header) { in OnSettingsAck() [all …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | http2_frame_decoder_listener_test_util.cc | 19 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 …]
|
D | frame_parts_collector_listener.cc | 14 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 …]
|
D | frame_parts.cc | 52 FrameParts::FrameParts(const Http2FrameHeader& header) : frame_header_(header) { in FrameParts() 56 FrameParts::FrameParts(const Http2FrameHeader& header, in FrameParts() 63 FrameParts::FrameParts(const Http2FrameHeader& header, in FrameParts() 136 void FrameParts::OnDataStart(const Http2FrameHeader& header) { in OnDataStart() 155 void FrameParts::OnHeadersStart(const Http2FrameHeader& header) { in OnHeadersStart() 187 void FrameParts::OnPriorityFrame(const Http2FrameHeader& header, in OnPriorityFrame() 196 void FrameParts::OnContinuationStart(const Http2FrameHeader& header) { in OnContinuationStart() 226 void FrameParts::OnRstStream(const Http2FrameHeader& header, in OnRstStream() 235 void FrameParts::OnSettingsStart(const Http2FrameHeader& header) { in OnSettingsStart() 253 void FrameParts::OnSettingsAck(const Http2FrameHeader& header) { in OnSettingsAck() [all …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder_test.cc | 150 const char (&buf)[N], const Http2FrameHeader& header) { in DecodePayloadAndValidateSeveralWays() 180 const char (&buf)[N], const Http2FrameHeader& header) { in DecodePayloadExpectingFrameSizeError() 210 Http2FrameHeader header(0, Http2FrameType::DATA, 0, 0); in TEST_F() local 222 Http2FrameHeader header(0, Http2FrameType::HEADERS, 0, 1); in TEST_F() local 236 Http2FrameHeader header(5, Http2FrameType::PRIORITY, 0, 2); in TEST_F() local 250 Http2FrameHeader header(4, Http2FrameType::RST_STREAM, 0, 1); in TEST_F() local 263 Http2FrameHeader header(0, Http2FrameType::SETTINGS, 0, 1); in TEST_F() local 274 Http2FrameHeader header(0, Http2FrameType::SETTINGS, Http2FrameFlag::ACK, 0); in TEST_F() local 289 Http2FrameHeader header(4, Http2FrameType::PUSH_PROMISE, in TEST_F() local 305 Http2FrameHeader header(8, Http2FrameType::PING, 0, 0); in TEST_F() local [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder_test.cc | 150 const char (&buf)[N], const Http2FrameHeader& header) { in DecodePayloadAndValidateSeveralWays() 180 const char (&buf)[N], const Http2FrameHeader& header) { in DecodePayloadExpectingFrameSizeError() 210 Http2FrameHeader header(0, Http2FrameType::DATA, 0, 0); in TEST_F() local 222 Http2FrameHeader header(0, Http2FrameType::HEADERS, 0, 1); in TEST_F() local 236 Http2FrameHeader header(5, Http2FrameType::PRIORITY, 0, 2); in TEST_F() local 250 Http2FrameHeader header(4, Http2FrameType::RST_STREAM, 0, 1); in TEST_F() local 263 Http2FrameHeader header(0, Http2FrameType::SETTINGS, 0, 1); in TEST_F() local 274 Http2FrameHeader header(0, Http2FrameType::SETTINGS, Http2FrameFlag::ACK, 0); in TEST_F() local 289 Http2FrameHeader header(4, Http2FrameType::PUSH_PROMISE, in TEST_F() local 305 Http2FrameHeader header(8, Http2FrameType::PING, 0, 0); in TEST_F() local [all …]
|
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | splaytree_algorithms.hpp | 230 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 …]
|
/external/coreboot/src/lib/ |
D | coreboot_table.c | 44 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 …]
|
/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 21 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 …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_packets_test.cc | 23 QuicPacketHeader header; in CreateFakePacketHeader() local 34 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 42 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 50 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 58 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 66 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 74 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 82 QuicPacketHeader header; in TEST_F() local 125 char header[4] = "bar"; in TEST_F() local 134 char header[4] = "bar"; in TEST_F() local [all …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_packets_test.cc | 23 QuicPacketHeader header; in CreateFakePacketHeader() local 34 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 42 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 50 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 58 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 66 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 74 QuicPacketHeader header = CreateFakePacketHeader(); in TEST_F() local 82 QuicPacketHeader header; in TEST_F() local 125 char header[4] = "bar"; in TEST_F() local 134 char header[4] = "bar"; in TEST_F() local [all …]
|
/external/perfetto/include/perfetto/public/abi/ |
D | track_event_hl_abi.h | 60 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 …]
|
/external/executorch/schema/test/ |
D | extended_header_test.cpp | 84 Result<ExtendedHeader> header = in TEST_F() local 102 Result<ExtendedHeader> header = in TEST_F() local 115 Result<ExtendedHeader> header = in TEST_F() local 126 Result<ExtendedHeader> header = in TEST_F() local 136 Result<ExtendedHeader> header = in TEST_F() local 148 Result<ExtendedHeader> header = in TEST_F() local 160 Result<ExtendedHeader> header = in TEST_F() local 177 Result<ExtendedHeader> header = in TEST_F() local
|
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/apihelpers/ |
D | ContentTypeParametersParserTest.java | 27 String header = "text/html;charset=utf-8"; in testSingleParam_simple() local 40 String header = "text/html;charset=\"utf-8\""; in testParser_quoted_noEscape() local 53 String header = "text/html;charset=\"utf- 8\""; in testParser_quoted_noEscapeWithSpace() local 66 String header = "text/html;charset=\"utf-\\\\8\""; in testParser_quoted_escape() local 79 String header = "text/html;charset=\"utf-\\\\8\";foo=\" bar\" ; baz=quix ; abc=def"; in testParser_multiple_mixed() local 111 String header = "text/html;char\\set=utf8"; in testParser_invalidTokenChar_key() local 126 String header = "text/html;charset=utf\\8"; in testParser_invalidTokenChar_value() local 141 String header = "text/html;charset=\"utf-8"; in testParser_quotedStringNotClosed() local
|
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/apihelpers/ |
D | ContentTypeParametersParserTest.java | 27 String header = "text/html;charset=utf-8"; in testSingleParam_simple() local 40 String header = "text/html;charset=\"utf-8\""; in testParser_quoted_noEscape() local 53 String header = "text/html;charset=\"utf- 8\""; in testParser_quoted_noEscapeWithSpace() local 66 String header = "text/html;charset=\"utf-\\\\8\""; in testParser_quoted_escape() local 79 String header = "text/html;charset=\"utf-\\\\8\";foo=\" bar\" ; baz=quix ; abc=def"; in testParser_multiple_mixed() local 111 String header = "text/html;char\\set=utf8"; in testParser_invalidTokenChar_key() local 126 String header = "text/html;charset=utf\\8"; in testParser_invalidTokenChar_value() local 141 String header = "text/html;charset=\"utf-8"; in testParser_quotedStringNotClosed() local
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/core/ |
D | http2_frame_decoder_adapter.cc | 74 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 …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/core/ |
D | http2_frame_decoder_adapter.cc | 74 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 …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 42 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 …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 42 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 …]
|
/external/sdv/vsomeip/third_party/boost/endian/example/ |
D | endian_example.cpp | 28 struct header struct 30 big_int32_buf_at file_code; 31 big_int32_buf_at file_length; 32 little_int32_buf_at version; 33 little_int32_buf_at shape_type;
|
/external/dng_sdk/source/ |
D | dng_ref_counted_block.h | 39 struct header struct 48 header (uint32 size) in header() function 55 ~header () in ~header() argument
|
/external/apache-http/src/org/apache/http/message/ |
D | HeaderGroup.java | 81 public void addHeader(Header header) { in addHeader() 93 public void removeHeader(Header header) { in removeHeader() 107 public void updateHeader(Header header) { in updateHeader() 182 Header header = (Header) headers.get(i); in getHeaders() local 201 Header header = (Header) headers.get(i); in getFirstHeader() local 220 Header header = (Header) headers.get(i); in getLastHeader() local 249 Header header = (Header) headers.get(i); in containsHeader() local
|