HomeSort by relevance Sort by last modified time
    Searched refs:Header (Results 401 - 425 of 1372) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfoHeader.java 31 package gov.nist.javax.sip.header.ims;
35 import javax.sip.header.Header;
36 import javax.sip.header.Parameters;
40 * <p>P-Access-Network-Info SIP P-Header </p>
41 * <p>This header carries information relating to the access network between
68 public interface PAccessNetworkInfoHeader extends Parameters, Header
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FrameReader.java 46 List<Header> headerBlock, HeadersMode headersMode);
99 * HTTP/2 only. Receive a push promise header block.
112 void pushPromise(int streamId, int promisedStreamId, List<Header> requestHeaders)
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
BaseTestHandler.java 33 List<Header> headerBlock, HeadersMode headersMode) {
67 public void pushPromise(int streamId, int associatedStreamId, List<Header> headerBlock) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HeadersTest.java 22 import com.squareup.okhttp.internal.framed.Header;
38 List<Header> headerBlock = headerEntries(
63 List<Header> headerBlock = headerEntries(
74 List<Header> headerBlock = headerEntries(
89 .header("cache-control", "no-cache, no-store")
92 .header(":status", "200 OK")
94 List<Header> headerBlock = Http2xStream.spdy3HeadersList(request);
95 List<Header> expected = headerEntries(
110 .header("Connection", "close")
111 .header("Transfer-Encoding", "chunked"
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
circular_raw_ostream.h 109 circular_raw_ostream(raw_ostream &Stream, const char *Header,
117 Banner(Header) {
152 /// a small header.
  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Header {
73 Header header; member in struct:android::DisplayEventReceiver::Event
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Header.java 26 public class Header extends Dicttool.Command {
27 public static final String COMMAND = "header";
29 public Header() {
34 return COMMAND + " <filename>: prints the header contents of a dictionary file";
59 final DictionaryHeader header = spec.mResult; local
63 System.out.println("Format version : " + header.mFormatOptions.mVersion);
65 System.out.println("Header attributes :");
66 System.out.print(header.mDictionaryOptions.toString(2 /* indentCount */, plumbing));
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 23 // BUG: Use of the Uid and Gid fields in Header could overflow on 32-bit
25 // stored in Header will be the truncated version.
27 // Header type flags.
38 TypeXHeader = 'x' // extended header
39 TypeXGlobalHeader = 'g' // global extended header
45 // A Header represents a single header in a tar archive.
47 type Header struct {
48 Name string // name of header file entry
54 Typeflag byte // type of header entr
    [all...]
tar_test.go 96 hdr := &Header{
121 t.Errorf("Header mismatch.\n got %+v\nwant %+v", rHdr, hdr)
133 h *Header
140 h: &Header{
150 h: &Header{
160 h: &Header{
170 h: &Header{
180 h: &Header{
190 h: &Header{
200 h: &Header{
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
header.go 18 // A Header represents the key-value pairs in an HTTP header.
19 type Header map[string][]string
21 // Add adds the key, value pair to the header.
23 func (h Header) Add(key, value string) {
27 // Set sets the header entries associated with key to
30 func (h Header) Set(key, value string) {
40 func (h Header) Get(key string) string {
45 func (h Header) get(key string) string {
53 func (h Header) Del(key string)
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 23 // BUG: Use of the Uid and Gid fields in Header could overflow on 32-bit
25 // stored in Header will be the truncated version.
27 // Header type flags.
38 TypeXHeader = 'x' // extended header
39 TypeXGlobalHeader = 'g' // global extended header
45 // A Header represents a single header in a tar archive.
47 type Header struct {
48 Name string // name of header file entry
54 Typeflag byte // type of header entr
    [all...]
tar_test.go 96 hdr := &Header{
121 t.Errorf("Header mismatch.\n got %+v\nwant %+v", rHdr, hdr)
133 h *Header
140 h: &Header{
150 h: &Header{
160 h: &Header{
170 h: &Header{
180 h: &Header{
190 h: &Header{
200 h: &Header{
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
header.go 18 // A Header represents the key-value pairs in an HTTP header.
19 type Header map[string][]string
21 // Add adds the key, value pair to the header.
23 func (h Header) Add(key, value string) {
27 // Set sets the header entries associated with key to
30 func (h Header) Set(key, value string) {
40 func (h Header) Get(key string) string {
45 func (h Header) get(key string) string {
53 func (h Header) Del(key string)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
eabi-hard-float.d 9 ELF Header:
eabi-soft-float-ABI4.d 9 ELF Header:
eabi-soft-float-r.d 9 ELF Header:
eabi-soft-float.d 9 ELF Header:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-0-ph.d 7 Program Header:
attr-gnu-4-1-ph.d 7 Program Header:
attr-gnu-4-2-ph.d 7 Program Header:
attr-gnu-4-3-ph.d 7 Program Header:
attr-gnu-4-4-ph.d 7 Program Header:
attr-gnu-4-5-ph.d 7 Program Header:
attr-gnu-4-6-ph.d 7 Program Header:
attr-gnu-4-7-ph.d 7 Program Header:

Completed in 1519 milliseconds

<<11121314151617181920>>