HomeSort by relevance Sort by last modified time
    Searched full:headername (Results 476 - 500 of 1810) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++locale.h 27 * Do not attempt to use it directly. @headername{locale}
ctype_inline.h 27 * Do not attempt to use it directly. @headername{locale}
messages_members.h 27 * Do not attempt to use it directly. @headername{locale}
time_members.h 27 * Do not attempt to use it directly. @headername{locale}
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
basic_file.h 31 * Do not attempt to use it directly. @headername{ios}
c++locale.h 27 * Do not attempt to use it directly. @headername{locale}
ctype_inline.h 27 * Do not attempt to use it directly. @headername{locale}
messages_members.h 27 * Do not attempt to use it directly. @headername{locale}
time_members.h 27 * Do not attempt to use it directly. @headername{locale}
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
basic_file.h 31 * Do not attempt to use it directly. @headername{ios}
c++locale.h 27 * Do not attempt to use it directly. @headername{locale}
ctype_inline.h 27 * Do not attempt to use it directly. @headername{locale}
messages_members.h 27 * Do not attempt to use it directly. @headername{locale}
time_members.h 27 * Do not attempt to use it directly. @headername{locale}
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
basic_file.h 31 * Do not attempt to use it directly. @headername{ios}
c++locale.h 27 * Do not attempt to use it directly. @headername{locale}
ctype_inline.h 27 * Do not attempt to use it directly. @headername{locale}
messages_members.h 27 * Do not attempt to use it directly. @headername{locale}
time_members.h 27 * Do not attempt to use it directly. @headername{locale}
  /external/clang/lib/Basic/
Builtins.cpp 54 LangOpts.NoMathBuiltin && BuiltinInfo.HeaderName &&
55 llvm::StringRef(BuiltinInfo.HeaderName).equals("math.h");
  /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:)
  /external/nanopb-c/generator/
nanopb_generator.py 694 def make_identifier(headername):
697 for c in headername.upper():
704 def generate_header(dependencies, headername, enums, messages, extensions, options):
715 symbol = make_identifier(headername)
782 def generate_source(headername, enums, messages, extensions, options):
790 yield options.genformat % (headername)
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 357 final String headerName = "x-test-header-name";
360 headers.put(headerName, headerValue);
404 // Web request headers are case-insensitive. We provided lower-case headerName and
408 assertTrue(interceptHeaders.containsKey(headerName));
409 assertEquals(headerValue, interceptHeaders.get(headerName));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
SASSSourceMapping.js 99 * @param {string} headerName
103 _headerValue: function(headerName, headers)
105 headerName = headerName.toLowerCase();
108 if (name.toLowerCase() === headerName) {
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 92 String headerName(name);
94 if (equalIgnoringCase(headerName, "access-control-expose-headers"))
96 else if (!isOnAccessControlResponseHeaderWhitelist(headerName))

Completed in 375 milliseconds

<<11121314151617181920>>