OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headername
(Results
1 - 25
of
1810
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/javax/sip/message/
Message.java
20
Header getHeader(String
headerName
);
23
void removeFirst(String
headerName
) throws NullPointerException;
24
void removeLast(String
headerName
) throws NullPointerException;
25
void removeHeader(String
headerName
);
28
ListIterator getHeaders(String
headerName
);
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNamesCache.java
30
public static String toLowerCase(String
headerName
) {
31
String lowerCase = (String) lowercaseMap.get(
headerName
);
33
return
headerName
.toLowerCase();
SIPHeader.java
45
protected String
headerName
;
54
headerName
= hname;
67
return
headerName
;
72
*@return String
headerName
76
return this.
headerName
;
84
headerName
= hdrname;
89
* the
headerName
:
122
buffer.append(this.
headerName
).append(COLON).append(SP);
128
/** Encode the body of this header (the stuff that follows
headerName
).
151
return this.
headerName
.hashCode()
[
all
...]
ExtensionHeaderImpl.java
59
public ExtensionHeaderImpl(String
headerName
) {
60
super(
headerName
);
65
* @param
headerName
is the name of the header to set.
68
public void setName(String
headerName
) {
69
this.
headerName
=
headerName
;
108
return new StringBuffer(this.
headerName
)
NameMap.java
45
protected static void putNameMap(String
headerName
, String className) {
47
headerName
.toLowerCase(),
51
public static Class getClassFromName(String
headerName
) {
52
String className = (String) nameMap.get(
headerName
.toLowerCase());
65
*@param
headerName
is the extension header name.
72
String
headerName
,
74
nameMap.put(
headerName
.toLowerCase(), className);
SIPHeaderList.java
60
return this.
headerName
;
78
this.
headerName
= hname;
156
buffer.append(
headerName
).append(':').append(Separators.NEWLINE);
161
if (this.
headerName
.equals(SIPHeaderNames.WWW_AUTHENTICATE)
162
|| this.
headerName
.equals(SIPHeaderNames.PROXY_AUTHENTICATE)
163
|| this.
headerName
.equals(SIPHeaderNames.AUTHORIZATION)
164
|| this.
headerName
.equals(SIPHeaderNames.PROXY_AUTHORIZATION)
166
(this.
headerName
.equals(SIPHeaderNames.VIA) || this.
headerName
.equals(SIPHeaderNames.ROUTE) || this.
headerName
.equals(SIPHeaderNames.RECORD_ROUTE))) // Less confusing to rea
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/address/
SipURIExt.java
25
* @param
headerName
-- the name of the header.
29
public void removeHeader(String
headerName
);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
RawResource.cpp
129
static bool shouldIgnoreHeaderForCacheReuse(AtomicString
headerName
)
143
return m_headers.contains(
headerName
);
178
AtomicString
headerName
= i->key;
179
if (!shouldIgnoreHeaderForCacheReuse(
headerName
) && i->value != oldHeaders.get(
headerName
))
185
AtomicString
headerName
= i->key;
186
if (!shouldIgnoreHeaderForCacheReuse(
headerName
) && i->value != newHeaders.get(
headerName
))
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp
362
static double parseDateValueInHeader(const HTTPHeaderMap& headers, const AtomicString&
headerName
)
364
const AtomicString& headerValue = headers.get(
headerName
);
380
DEFINE_STATIC_LOCAL(const AtomicString,
headerName
, ("date", AtomicString::ConstructFromLiteral));
381
m_date = parseDateValueInHeader(m_httpHeaderFields,
headerName
);
390
DEFINE_STATIC_LOCAL(const AtomicString,
headerName
, ("age", AtomicString::ConstructFromLiteral));
391
const AtomicString& headerValue = m_httpHeaderFields.get(
headerName
);
404
DEFINE_STATIC_LOCAL(const AtomicString,
headerName
, ("expires", AtomicString::ConstructFromLiteral));
405
m_expires = parseDateValueInHeader(m_httpHeaderFields,
headerName
);
414
DEFINE_STATIC_LOCAL(const AtomicString,
headerName
, ("last-modified", AtomicString::ConstructFromLiteral));
415
m_lastModified = parseDateValueInHeader(m_httpHeaderFields,
headerName
);
[
all
...]
/external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java
73
protected String
headerName
;
91
this.
headerName
= name;
128
return (this.
headerName
== null) ||
129
this.
headerName
.equalsIgnoreCase(this.allHeaders[index].getName());
BasicListHeaderIterator.java
80
protected String
headerName
;
98
this.
headerName
= name;
136
if (this.
headerName
== null)
142
return this.
headerName
.equalsIgnoreCase(name);
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferencesParser.java
42
headerName
(TokenTypes.REFERENCES);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
c++allocator.h
27
* Do not attempt to use it directly. @
headername
{memory}
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
c++allocator.h
27
* Do not attempt to use it directly. @
headername
{memory}
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++allocator.h
27
* Do not attempt to use it directly. @
headername
{memory}
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
os_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++allocator.h
27
* Do not attempt to use it directly. @
headername
{memory}
cpu_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
Completed in 637 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>