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
1341
) 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
128
static bool shouldIgnoreHeaderForCacheReuse(AtomicString
headerName
)
142
return m_headers.contains(
headerName
);
168
AtomicString
headerName
= i->key;
169
if (!shouldIgnoreHeaderForCacheReuse(
headerName
) && i->value != oldHeaders.get(
headerName
))
175
AtomicString
headerName
= i->key;
176
if (!shouldIgnoreHeaderForCacheReuse(
headerName
) && i->value != newHeaders.get(
headerName
))
/external/chromium_org/third_party/icu/source/tools/genren/
genren.pl
21
$
headername
= 'urename.h';
47
/^-o/ && (($
headername
= shift (@ARGV)), next); # output file
61
#$
headername
= "uren".substr($ARGV[0], 6, index(".", $ARGV[0])-7).".h";
63
$HEADERDEF = uc($
headername
); # this is building the constant for #define
67
open HEADER, ">$
headername
"; # opening a header file
80
* file name: $
headername
/external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java
68
protected String
headerName
;
86
this.
headerName
= name;
123
return (this.
headerName
== null) ||
124
this.
headerName
.equalsIgnoreCase(this.allHeaders[index].getName());
BasicListHeaderIterator.java
75
protected String
headerName
;
93
this.
headerName
= name;
131
if (this.
headerName
== null)
137
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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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}
os_defines.h
27
* Do not attempt to use it directly. @
headername
{iosfwd}
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/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}
Completed in 611 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>