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

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/client/methods/
HttpEntityEnclosingRequestBase.java 34 import org.apache.http.Header;
72 Header expect = getFirstHeader(HTTP.EXPECT_DIRECTIVE);
  /external/apache-http/src/org/apache/http/client/protocol/
RequestDefaultHeaders.java 37 import org.apache.http.Header;
74 request.addHeader((Header) defHeader);
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 43 import org.apache.http.Header;
77 protected Map<String, Header> parseChallenges(
78 final Header[] headers) throws MalformedChallengeException {
80 Map<String, Header> map = new HashMap<String, Header>(headers.length);
81 for (Header header : headers) {
84 if (header instanceof FormattedHeader) {
85 buffer = ((FormattedHeader) header).getBuffer();
86 pos = ((FormattedHeader) header).getValuePos()
105 map.put(s.toLowerCase(Locale.ENGLISH), header); local
    [all...]
EntityEnclosingRequestWrapper.java 34 import org.apache.http.Header;
79 Header expect = getFirstHeader(HTTP.EXPECT_DIRECTIVE);
  /external/apache-http/src/org/apache/http/message/
BasicHeader.java 34 import org.apache.http.Header;
39 * Represents an HTTP header field.
41 * <p>The HTTP header fields follow the same generic format as
42 * that given in Section 3.1 of RFC 822. Each header field consists
48 * message-header = field-name ":" [ field-value ]
71 public class BasicHeader implements Header, Cloneable {
74 * Header name.
79 * Header value.
86 * @param name the header name
87 * @param value the header valu
    [all...]
BasicHttpEntityEnclosingRequest.java 34 import org.apache.http.Header;
82 Header expect = getFirstHeader(HTTP.EXPECT_DIRECTIVE);
LineParser.java 39 import org.apache.http.Header;
46 * status line, or a header line.
142 * Creates a header from a line.
143 * The full header line is expected here. Header continuation lines
146 * @param buffer a buffer holding the full header line.
150 * @return the header in the argument buffer.
156 Header parseHeader(CharArrayBuffer buffer)
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 46 private Header rowFields, columnFields;
47 private List<Header> rowHeaderValues = new ArrayList<Header>();
48 private List<Header> columnHeaderValues = new ArrayList<Header>();
49 private Map<Header, Integer> rowHeaderMap = new HashMap<Header, Integer>();
50 private Map<Header, Integer> columnHeaderMap = new HashMap<Header, Integer>();
67 public static interface Header extends List<String> {
316 Header header = headerValues.get(headerIndex); local
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 22 struct Header {
38 struct Header Hdr;
DWARFDebugArangeSet.h 23 struct Header {
51 Header HeaderData;
  /external/llvm/test/MC/COFF/
simple-fixups.s 19 # =>This Inner Loop Header: Depth=1
32 # =>This Inner Loop Header: Depth=1
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddressesHeader.java 31 package gov.nist.javax.sip.header.ims;
35 import javax.sip.header.Header;
36 import javax.sip.header.Parameters;
43 * P-Charging-Function-Addresses header -
44 * Private Header: RFC 3455.
54 * Only one instance of the header MUST be present in a particular request or response.
82 public interface PChargingFunctionAddressesHeader extends Parameters, Header {
98 * <p>Add another Charging Collection Function (CCF) Address to this header</p>
105 * <p>Remove a Charging Collection Function (CCF) Address set in this header</p
    [all...]
SecurityAgreeHeader.java 30 package gov.nist.javax.sip.header.ims;
35 import javax.sip.header.Header;
36 import javax.sip.header.Parameters;
49 public interface SecurityAgreeHeader extends Parameters, Header
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
simple-fixups.s 18 # =>This Inner Loop Header: Depth=1
31 # =>This Inner Loop Header: Depth=1
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 29 const DWARFUnitHeader &Header,
34 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 39 const InfoStreamHeader *getHeader() const { return Header; }
61 const InfoStreamHeader *Header;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
simple-fixups.s 19 # =>This Inner Loop Header: Depth=1
32 # =>This Inner Loop Header: Depth=1
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
debug_rnglists_empty.s 4 # CHECK-NOT: Range List Header:
debug-names-find-dwo.s 130 .long .Lnames_end0-.Lnames_start0 # Header: unit length
132 .short 5 # Header: version
133 .short 0 # Header: padding
134 .long 1 # Header: compilation unit count
135 .long 0 # Header: local type unit count
136 .long 0 # Header: foreign type unit count
137 .long 1 # Header: bucket count
138 .long 1 # Header: name count
139 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
140 .long 8 # Header: augmentation string siz
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c 656 VendorNode.DevicePath.Header.Type = HARDWARE_DEVICE_PATH;
657 VendorNode.DevicePath.Header.SubType = HW_VENDOR_DP;
658 SetDevicePathNodeLength (&VendorNode.DevicePath.Header, sizeof (VendorNode));
661 *DevicePath = AppendDevicePathNode (BaseDevicePath, &VendorNode.DevicePath.Header);
699 Node.Atapi.Header.Type = MESSAGING_DEVICE_PATH;
700 Node.Atapi.Header.SubType = MSG_ATAPI_DP;
701 SetDevicePathNodeLength (&Node.Atapi.Header, sizeof (ATAPI_DEVICE_PATH));
711 Node.Controller.Header.Type = HARDWARE_DEVICE_PATH;
712 Node.Controller.Header.SubType = HW_CONTROLLER_DP;
713 SetDevicePathNodeLength (&Node.Controller.Header, sizeof (CONTROLLER_DEVICE_PATH));
    [all...]
  /bionic/libc/malloc_debug/
malloc_debug.h 35 // Allocations that require a header include a variable length header.
37 // part of the header does not exist, the other parts of the header
39 // Header (Required)
44 // In the initialization function, offsets into the header will be set
45 // for each different header location. The offsets are always from the
46 // beginning of the Header section.
47 struct Header {
  /build/make/core/
header_library_internal.mk 2 ## Standard rules for building a header library.
17 $(call pretty-error,Header libraries may not have any sources)
  /cts/tests/tests/content/jni/
NativeCursorWindow.cpp 30 struct Header {
101 struct Header *header = (struct Header *) data; local
102 unsigned rowSlotChunkOffset = sizeof(struct Header);
107 header->numRows = 1;
108 header->numColumns = 1;
109 header->firstChunkOffset = rowSlotChunkOffset;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Spcr.c 28 // Header
122 return &AcpiSpcr.Header;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
IScsiBootFirmwareTable.h 74 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_HEADER Header;
88 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_HEADER Header;
103 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_HEADER Header;
125 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_HEADER Header;

Completed in 1469 milliseconds

<<11121314151617181920>>