HomeSort by relevance Sort by last modified time
    Searched full:headername (Results 51 - 75 of 406) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedIdentityParser.java 76 headerName(TokenTypes.P_ASSERTED_IDENTITY);
PChargingVectorParser.java 71 headerName(TokenTypes.P_VECTOR_CHARGING);
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 212 String headerName = h.getName().toLowerCase();
213 if (headerName.startsWith("proxy") || headerName.equals("keep-alive")
214 || headerName.equals("host")) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
backward_warning.h 26 * Do not attempt to use it directly. @headername{iosfwd}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
functexcept.h 28 * Do not attempt to use it directly. @headername{exception}
hash_bytes.h 27 * Do not attempt to use it directly. @headername{functional}
regex_cursor.h 28 * Do not attempt to use it directly. @headername{regex}
stringfwd.h 29 * Do not attempt to use it directly. @headername{string}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring_fwd.h 28 * Do not attempt to use it directly. @headername{ext/vstring.h}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
basic_file.h 32 * Do not attempt to use it directly. @headername{ios}
ctype_base.h 28 * Do not attempt to use it directly. @headername{locale}
ctype_inline.h 27 * Do not attempt to use it directly. @headername{locale}
time_members.h 29 * Do not attempt to use it directly. @headername{locale}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
backward_warning.h 26 * 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/bits/
functexcept.h 28 * Do not attempt to use it directly. @headername{exception}
hash_bytes.h 27 * Do not attempt to use it directly. @headername{functional}
regex_cursor.h 28 * Do not attempt to use it directly. @headername{regex}
stringfwd.h 29 * Do not attempt to use it directly. @headername{string}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring_fwd.h 28 * Do not attempt to use it directly. @headername{ext/vstring.h}
  /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/
basic_file.h 32 * Do not attempt to use it directly. @headername{ios}
ctype_base.h 28 * Do not attempt to use it directly. @headername{locale}
ctype_inline.h 27 * Do not attempt to use it directly. @headername{locale}
time_members.h 29 * Do not attempt to use it directly. @headername{locale}
  /external/clang/include/clang/Basic/
Builtins.h 48 const char *Name, *Type, *Attributes, *HeaderName;
136 return GetRecord(ID).HeaderName;
  /external/nist-sip/java/gov/nist/javax/sip/header/
CSeq.java 103 return headerName + COLON + SP + encodeBody() + NEWLINE;
107 * Return canonical header content. (encoded header except headerName:)

Completed in 741 milliseconds

1 23 4 5 6 7 8 91011>>