Searched refs:header (Results 176 - 200 of 1177) sorted by relevance

1234567891011>>

/external/nist-sip/java/javax/sip/header/
H A DSIPETagHeader.java1 package javax.sip.header;
H A DSubjectHeader.java1 package javax.sip.header;
H A DTooManyHopsException.java1 package javax.sip.header;
H A DWWWAuthenticateHeader.java1 package javax.sip.header;
/external/skia/src/ports/
H A DSkFontHost_tables.cpp73 // add the size of the header, so we will point to the DirEntries
131 SfntHeader header; local
132 if (!header.init(stream)) {
136 for (int i = 0; i < header.fCount; i++) {
137 tags[i] = SkEndian_SwapBE32(header.fDir[i].fTag);
139 return header.fCount;
149 SfntHeader header; local
150 if (!header.init(stream)) {
154 for (int i = 0; i < header.fCount; i++) {
155 if (SkEndian_SwapBE32(header
170 SfntHeader header; local
[all...]
/external/stlport/stlport/stl/
H A D_ioserr.h2 * This file is included in every header that needs the STLport library to be
3 * built; the header files mostly are the iostreams-headers. The file checks for
9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/external/stlport/stlport/stl/config/
H A D_mwerks.h2 // It is internal STLport header - DO NOT include it directly
118 # define _STLP_NATIVE_HEADER(header) <../include/##header>
119 # define _STLP_NATIVE_CPP_C_HEADER(header) <../include/##header>
120 # define _STLP_NATIVE_C_HEADER(header) <../include/##header>
121 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../include/##header>
126 # define _STLP_NATIVE_HEADER(header) <Macintos
[all...]
/external/clang/lib/Headers/
H A Dcpuid.h25 #error this header is for x86 only
/external/icu4c/layout/
H A DNonContextualGlyphSubstProc.cpp36 const NonContextualGlyphSubstitutionHeader *header = (const NonContextualGlyphSubstitutionHeader *) morphSubtableHeader; local
38 switch (SWAPW(header->table.format))
/external/liblzf/
H A Dlzf.c182 u8 *header; local
190 header = &buf2[MAX_HDR_SIZE - TYPE1_HDR_SIZE];
191 header[0] = 'Z';
192 header[1] = 'V';
193 header[2] = 1;
194 header[3] = cs >> 8;
195 header[4] = cs & 0xff;
196 header[5] = us >> 8;
197 header[6] = us & 0xff;
202 header
221 u8 header[MAX_HDR_SIZE]; local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DSIPConstants.java31 import gov.nist.javax.sip.header.*;
41 gov.nist.javax.sip.header.ParameterNames {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParameters.java1 package gov.nist.javax.sip.header;
7 import javax.sip.header.Parameters;
H A DAllow.java27 package gov.nist.javax.sip.header;
41 SIPHeader implements javax.sip.header.AllowHeader {
H A DAllowEvents.java29 package gov.nist.javax.sip.header;
45 implements javax.sip.header.AllowEventsHeader {
H A DContentEncoding.java29 package gov.nist.javax.sip.header;
34 * Content encoding part of a content encoding header list.
40 * The Content-Encoding entity-header field is used as a modifier to the
44 * referenced by the Content-Type header field. Content-Encoding is
62 * response MUST include a Content-Encoding entity-header (section
72 * by other entity-header fields not defined by this specification.
82 implements javax.sip.header.ContentEncodingHeader {
110 * Canonical encoding of body of the header.
111 * @return encoded body of the header.
H A DExpires.java29 package gov.nist.javax.sip.header;
45 implements javax.sip.header.ExpiresHeader {
H A DMinExpires.java29 package gov.nist.javax.sip.header;
32 import javax.sip.header.*;
H A DOrganization.java30 package gov.nist.javax.sip.header;
33 import javax.sip.header.*;
59 * Return encoding of value of the header.
H A DProxyRequire.java29 package gov.nist.javax.sip.header;
32 import javax.sip.header.*;
H A DRequire.java30 package gov.nist.javax.sip.header;
33 import javax.sip.header.*;
H A DSubject.java32 package gov.nist.javax.sip.header;
35 import javax.sip.header.*;
80 * @param subject - the new subject value of this header
H A DUnsupported.java29 package gov.nist.javax.sip.header;
34 * the Unsupported header.
44 implements javax.sip.header.UnsupportedHeader {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DWWWAuthenticateHeaderIms.java30 package gov.nist.javax.sip.header.ims;
33 import javax.sip.header.WWWAuthenticateHeader;
38 * Extension to WWW-authenticate header (3GPP TS 24229-5d0).
40 * <p>Defines a new authentication parameter (auth-param) for the WWW-Authenticate header
/external/quake/quake/src/QW/client/
H A Dwad.c71 wadinfo_t *header; local
79 header = (wadinfo_t *)wad_base;
81 if (header->identification[0] != 'W'
82 || header->identification[1] != 'A'
83 || header->identification[2] != 'D'
84 || header->identification[3] != '2')
87 wad_numlumps = LittleLong(header->numlumps);
88 infotableofs = LittleLong(header->infotableofs);
/external/quake/quake/src/WinQuake/
H A Dwad.cpp71 wadinfo_t *header; local
79 header = (wadinfo_t *)wad_base;
81 if (header->identification[0] != 'W'
82 || header->identification[1] != 'A'
83 || header->identification[2] != 'D'
84 || header->identification[3] != '2')
87 wad_numlumps = LittleLong(header->numlumps);
88 infotableofs = LittleLong(header->infotableofs);

Completed in 387 milliseconds

1234567891011>>