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

12 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityVerifyParser.java 67 headerName(TokenTypes.SECURITY_VERIFY);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
c++0x_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
cxxabi_forced.h 28 * Do not attempt to use it directly. @headername{cxxabi.h}
exception_defines.h 29 * Do not attempt to use it directly. @headername{exception}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++io.h 28 * Do not attempt to use it directly. @headername{ios}
cxxabi_tweaks.h 27 * Do not attempt to use it directly. @headername{cxxabi.h}
os_defines.h 28 * 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/
c++0x_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
cxxabi_forced.h 28 * Do not attempt to use it directly. @headername{cxxabi.h}
exception_defines.h 29 * Do not attempt to use it directly. @headername{exception}
  /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++io.h 28 * Do not attempt to use it directly. @headername{ios}
cxxabi_tweaks.h 27 * Do not attempt to use it directly. @headername{cxxabi.h}
os_defines.h 28 * Do not attempt to use it directly. @headername{iosfwd}
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 91 my $headerName = basename($header);
94 if(grep($_ =~ "/$headerName\$", @frameworkHeaders) == 1 || $header =~ "/$platform/" ) {
95 my $forwardingHeaderPath = File::Spec->catfile($targetDirectory, $headerName);
  /frameworks/support/volley/src/com/android/volley/toolbox/
HurlStack.java 87 for (String headerName : map.keySet()) {
88 connection.addRequestProperty(headerName, map.get(headerName));
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 720 * @param headerName is the name of the header to remove.
723 public void removeHeader(String headerName, boolean top) {
725 String headerNameLowerCase = SIPHeaderNamesCache.toLowerCase(headerName);
767 if (sipHeader.getName().equalsIgnoreCase(headerName))
777 * @param headerName is the name of the header to remove.
779 public void removeHeader(String headerName) {
781 if (headerName == null)
783 String headerNameLowerCase = SIPHeaderNamesCache.toLowerCase(headerName);
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 266 SmallString<128> HeaderName;
290 HeaderName = UmbrellaHeader->getName();
296 HeaderName = Module->Name + ".h";
297 if (FileMgr.getFile(HeaderName, /*OpenFile=*/false,
300 HeaderName = Module->Name + "-module.h";
301 if (FileMgr.getFile(HeaderName, /*OpenFile=*/false,
304 HeaderName = Module->Name + "-module.hmod";
312 const FileEntry *HeaderFile = FileMgr.getVirtualFile(HeaderName,
318 setCurrentInput(FrontendInputFile(HeaderName, getCurrentFileKind(),
  /external/nist-sip/java/gov/nist/javax/sip/header/
RSeq.java 59 /** Encode the body of this header (the stuff that follows headerName).
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 56 headerName(TokenTypes.CONTACT);
ContentTypeParser.java 63 this.headerName(TokenTypes.CONTENT_TYPE);
DateParser.java 60 headerName(TokenTypes.DATE);
Lexer.java 56 String headerName = null;
59 headerName = null;
61 headerName = line.substring(0, begin).trim();
65 return headerName;
OrganizationParser.java 69 headerName(TokenTypes.ORGANIZATION);
PriorityParser.java 73 headerName(TokenTypes.PRIORITY);
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReplacesParser.java 48 headerName(TokenTypes.REPLACES_TO);

Completed in 2096 milliseconds

12 3 4 5 6 7 8 91011>>