HomeSort by relevance Sort by last modified time
    Searched defs:Headers (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Lex/
ModuleMap.h 11 // module as it relates to headers.
46 /// \brief The directory used for Clang-supplied, builtin include headers,
87 HeadersMap Headers;
89 /// \brief Mapping from directories with umbrella headers to the module
92 /// This mapping is used to map headers that haven't explicitly been named
141 /// \param FileMgr The file manager used to find module files and headers.
143 /// they will refer to the same headers.
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 255 std::vector<BasicBlock*> Headers;
257 Headers.push_back(Header);
313 // Keep track of new headers and latches as we create them, so that
316 Headers.push_back(New);
358 BasicBlock *Dest = Headers[j];
388 if (*SI == Headers[i])
  /external/clang/include/clang/Basic/
Module.h 72 /// \brief The top-level headers associated with this module.
79 /// \brief The headers that are part of this module.
80 SmallVector<const FileEntry *, 2> Headers;
82 /// \brief The headers that are explicitly excluded from this module.
106 /// headers in it are system headers).
110 /// the headers.
310 /// \brief The top-level headers associated with this module.
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 43 HeaderSearch &Headers;
51 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
139 FileManager &FM = Headers.getFileMgr();
164 if (const HeaderMap *HM = Headers.CreateHeaderMap(FE)) {
244 // Ignore the sys root, we *always* look for clang headers relative to
275 AddPath("/boot/develop/headers/os", System, false);
276 AddPath("/boot/develop/headers/os/app", System, false);
277 AddPath("/boot/develop/headers/os/arch", System, false);
278 AddPath("/boot/develop/headers/os/device", System, false);
279 AddPath("/boot/develop/headers/os/drivers", System, false)
    [all...]
  /frameworks/base/core/java/android/net/http/
Headers.java 31 * Manages received headers
35 public final class Headers {
97 // keep any headers that require direct access in a presized
150 // Catch-all for headers not explicitly handled
154 public Headers() {
204 Log.v(LOGTAG, "Headers.headers(): error parsing"
440 * Reports all non-null headers to the callback
452 HttpLog.v("Headers.getHeaders() extra: " + i + " " +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 160 milliseconds