HomeSort by relevance Sort by last modified time
    Searched refs:Header (Results 826 - 850 of 1270) sorted by null

<<31323334353637383940>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 461 "PDB does not contain the requested image section header type",
472 "Section header array size is not a multiple of section header size",
849 uint16_t Segment = Lines.header()->RelocSegment;
850 uint32_t Begin = Lines.header()->RelocOffset;
851 uint32_t End = Begin + Lines.header()->CodeSize;
884 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee,
885 fmtle(Entry.Header->SourceLineNum));
886 Strings.formatFromChecksumsOffset(P, Entry.Header->FileID, true);
904 Strings.getNameFromStringTable(Xmi.Header->ModuleNameOffset)
    [all...]
  /external/syzkaller/dashboard/app/
handler.go 33 Header *uiHeader
36 Header: commonHeader(c, r),
  /external/syzkaller/vendor/google.golang.org/api/googleapi/
googleapi.go 38 // provides the HTTP status code and header sent by the server.
43 // Header contains the response header fields from the server.
44 Header http.Header
50 // UserAgent is the header string used to identify this package.
71 // Header contains the response header fields from the server.
72 Header http.Header
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
api_classic.go 53 func IncomingHeaders(ctx netcontext.Context) http.Header {
56 return req.Header
  /external/syzkaller/vendor/google.golang.org/grpc/
proxy.go 82 Header: map[string][]string{"User-Agent": {grpcUA}},
  /external/llvm/lib/Object/
COFFObjectFile.cpp 637 // Check that we at least have enough room for a header.
644 // PE header is optional and is present only in executables. If it exists,
645 // it is placed right after COFF header.
651 // PE signature to find 'normal' COFF header.
698 const pe32_header *Header;
699 if ((EC = getObject(Header, Data, base() + CurPtr)))
704 if (Header->Magic == COFF::PE32Header::PE32) {
705 PE32Header = Header;
708 } else if (Header->Magic == COFF::PE32Header::PE32_PLUS) {
709 PE32PlusHeader = reinterpret_cast<const pe32plus_header *>(Header);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp 673 // Check that we at least have enough room for a header.
680 // PE header is optional and is present only in executables. If it exists,
681 // it is placed right after COFF header.
687 // PE signature to find 'normal' COFF header.
734 const pe32_header *Header;
735 if ((EC = getObject(Header, Data, base() + CurPtr)))
740 if (Header->Magic == COFF::PE32Header::PE32) {
741 PE32Header = Header;
744 } else if (Header->Magic == COFF::PE32Header::PE32_PLUS) {
745 PE32PlusHeader = reinterpret_cast<const pe32plus_header *>(Header);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 485 BasicBlock *Header = nullptr;
515 Result.Header = cast<BasicBlock>(Map(Header));
616 // for each PHINode in the loop header on taking the pseudo exit.
619 // preheader because it is made to branch to the loop header only
633 // This function rewrites the PHI nodes in `LS.Header' to start with the
845 BasicBlock *Header = L.getHeader();
858 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0;
    [all...]
  /build/soong/third_party/zip/
android.go 38 // and Local File Header.
41 h := &header{
79 // The zip64 extras change between the Central Directory and Local File Header, while we use
84 // The extended-timestamp extra block changes between the Central Directory Header and Local
85 // File Header.
145 h := &header{
150 fw.header = h
189 fh := w.header.FileHeader
205 // adding a zip64 extra in the local header (too late anyway).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 17 from email.Header import Header, decode_header, make_header
163 # header appears fifth.
166 header, value = msg.items()[4]
167 eq(header.lower(), 'content-type')
169 # This one has a Content-Type: header, with a boundary, stuck in the
174 header, value = msg.items()[4]
175 eq(header.lower(), 'content-type')
177 # And this one has no Content-Type: header at all.
223 # Subpart 5 has no Content-Transfer-Encoding: header.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
GenericBdsLib.h 175 @param BdsBootOptionList The header of the linked list that indexed all
195 @param BdsBootOptionList The header of the link list that indexed all
214 @param BdsBootOptionList The header of the link list that indexed all
247 @param BdsDriverLists The header of the current driver option link list.
262 @param BdsCommonOptionList The header of the option list base on the variable
323 @param BdsCommonOptionList The header of the boot#### or driver#### option
345 @param BdsOptionList The header of the boot#### or driver#### link list.
616 EFI_DEVICE_PATH_PROTOCOL Header;
622 EFI_DEVICE_PATH_PROTOCOL Header;
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/
FspWrapperHobProcessLibSample.c 59 if (Hob.Header->HobType == EFI_HOB_TYPE_GUID_EXTENSION &&
358 if (FspHob.Header->HobType == EFI_HOB_TYPE_GUID_EXTENSION) {
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
FspHobProcessLibSample.c 57 if (Hob.Header->HobType == EFI_HOB_TYPE_GUID_EXTENSION &&
356 if (FspHob.Header->HobType == EFI_HOB_TYPE_GUID_EXTENSION) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 804 Find a specified header field according to the field name.
806 @param[in] HeaderCount Number of HTTP header structures in Headers list.
810 @return Pointer to the found header or NULL.
911 Get the value of the content length if there is a "Content-Length" header.
913 @param[in] HeaderCount Number of HTTP header structures in Headers.
918 @retval EFI_NOT_FOUND No "Content-Length" header in the Headers.
928 EFI_HTTP_HEADER *Header;
930 Header = HttpFindHeader (HeaderCount, Headers, HTTP_HEADER_CONTENT_LENGTH);
931 if (Header == NULL) {
935 *ContentLength = AsciiStrDecimalToUintn (Header->FieldValue);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDriver.c 761 Ip4Node.Header.Type = MESSAGING_DEVICE_PATH;
762 Ip4Node.Header.SubType = MSG_IPv4_DP;
765 SetDevicePathNodeLength (&Ip4Node.Header, sizeof (Ip4Node));
767 Private->Ip4Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip4Node.Header);
1104 Ip6Node.Header.Type = MESSAGING_DEVICE_PATH;
1105 Ip6Node.Header.SubType = MSG_IPv6_DP;
1108 SetDevicePathNodeLength (&Ip6Node.Header, sizeof (Ip6Node));
1110 Private->Ip6Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip6Node.Header);
    [all...]
PxeBcSupport.c 260 if (EFI_IP4 (RxData->Header->SourceAddress) != 0 &&
262 IP4_NET_EQUAL (NTOHL(Mode->StationIp.Addr[0]), EFI_NTOHL (RxData->Header->SourceAddress), NTOHL (Mode->SubnetMask.Addr[0])) &&
263 !NetIp4IsUnicast (EFI_NTOHL (RxData->Header->SourceAddress), NTOHL (Mode->SubnetMask.Addr[0]))) {
271 if (!EFI_IP4_EQUAL (&RxData->Header->DestinationAddress, &Mode->StationIp.v4)) {
279 if (RxData->Header->Protocol != EFI_IP_PROTO_ICMP) {
281 // The protocol value in the header of the receveid packet should be EFI_IP_PROTO_ICMP.
398 if (!NetIp6IsValidUnicast (&RxData->Header->SourceAddress)) {
407 !EFI_IP6_EQUAL (&RxData->Header->DestinationAddress, &Mode->StationIp.v6)) {
415 if (RxData->Header->NextHeader != IP6_ICMP) {
417 // The nextheader in the header of the receveid packet should be IP6_ICMP.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Lpit/
Lpit.aslc 123 // LPI ACPI table header
128 EFI_ACPI_DESCRIPTION_HEADER Header;
137 // Header
  /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
Http2.java 81 * Creates a frame reader with max header table size of 4096 and data frame
112 throw ioException("Expected a connection header but was %s", connectionPreface.utf8());
118 source.require(9); // Frame header size
203 List<Header> headerBlock = readHeaderBlock(length, padding, flags, streamId);
208 private List<Header> readHeaderBlock(int length, short padding, byte flags, int streamId)
324 List<Header> headerBlock = readHeaderBlock(length, padding, flags, streamId);
412 int streamId, int associatedStreamId, List<Header> headerBlock)
420 List<Header> headerBlock) throws IOException {
425 @Override public synchronized void headers(int streamId, List<Header> headerBlock)
432 List<Header> requestHeaders) throws IOException
    [all...]
  /external/libchrome/base/
pickle.h 123 // The Pickle's data has a header which contains the size of the Pickle's
124 // payload. It can optionally support additional space in the header. That
145 // Initialize a Pickle object using the default header size.
148 // Initialize a Pickle object with the specified header size in bytes, which
149 // must be greater-than-or-equal-to sizeof(Pickle::Header). The header size
150 // will be rounded up to ensure that the header size is 32bit-aligned.
155 // should be used on the Pickle when initialized this way. The header
172 // Returns the number of bytes written in the Pickle, including the header.
230 // Payload follows after allocation of Header (header size is customizable)
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 256 switch (Object->Header.Machine) {
382 switch (Object->Header.Machine) {
423 switch(Object->Header.Machine) {
482 switch (Object->Header.Machine) {
511 switch (Object->Header.Machine) {
806 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) &&
807 Object->Header.Class == ELFYAML::ELF_ELFCLASS(ELF::ELFCLASS64)) {
824 IO.mapRequired("FileHeader", Object.Header);
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 1 package javax.sip.header;
82 Header createHeader(String name, String value) throws ParseException;
83 Header createHeader(String headerText) throws ParseException;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 232 public FramedStream pushStream(int associatedStreamId, List<Header> requestHeaders, boolean out)
247 public FramedStream newStream(List<Header> requestHeaders, boolean out, boolean in)
252 private FramedStream newStream(int associatedStreamId, List<Header> requestHeaders, boolean out,
289 void writeSynReply(int streamId, boolean outFinished, List<Header> alternating)
510 * Sends a connection header if the current variant requires it. This should
641 int associatedStreamId, List<Header> headerBlock, HeadersMode headersMode) {
817 public void pushPromise(int streamId, int promisedStreamId, List<Header> requestHeaders) {
835 private void pushRequestLater(final int streamId, final List<Header> requestHeaders) {
859 private void pushHeadersLater(final int streamId, final List<Header> requestHeaders,
    [all...]
Http2.java 76 * Creates a frame reader with max header table size of 4096 and data frame
107 throw ioException("Expected a connection header but was %s", connectionPreface.utf8());
113 source.require(9); // Frame header size
198 List<Header> headerBlock = readHeaderBlock(length, padding, flags, streamId);
203 private List<Header> readHeaderBlock(int length, short padding, byte flags, int streamId)
318 List<Header> headerBlock = readHeaderBlock(length, padding, flags, streamId);
406 int streamId, int associatedStreamId, List<Header> headerBlock)
414 List<Header> headerBlock) throws IOException {
419 @Override public synchronized void headers(int streamId, List<Header> headerBlock)
426 List<Header> requestHeaders) throws IOException
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
FramedConnection.java 234 public FramedStream pushStream(int associatedStreamId, List<Header> requestHeaders, boolean out)
249 public FramedStream newStream(List<Header> requestHeaders, boolean out, boolean in)
254 private FramedStream newStream(int associatedStreamId, List<Header> requestHeaders, boolean out,
291 void writeSynReply(int streamId, boolean outFinished, List<Header> alternating)
512 * Sends a connection header if the current variant requires it. This should
646 int associatedStreamId, List<Header> headerBlock, HeadersMode headersMode) {
822 public void pushPromise(int streamId, int promisedStreamId, List<Header> requestHeaders) {
840 private void pushRequestLater(final int streamId, final List<Header> requestHeaders) {
864 private void pushHeadersLater(final int streamId, final List<Header> requestHeaders,
    [all...]

Completed in 850 milliseconds

<<31323334353637383940>>