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

  /external/lzma/CPP/7zip/UI/Common/
TempFiles.h 12 UStringVector Paths;
ZipRegistry.h 18 UStringVector Paths;
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 32 DenseMap<AssertingVH<MDNode>, std::string> Paths;
45 std::string &P = Paths[Scope];
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py 40 'zipball' prefix that all paths have. The zip files that come straight from
41 GitHub have paths like ['zipball/foo.txt', 'zipball/bar.txt'] but we only
58 paths = []
66 paths.append(path)
67 return cls(zipball, name_prefix, paths)
69 def __init__(self, zipball, name_prefix, paths):
72 self._paths = paths
74 def Paths(self):
75 '''Return all file paths in this zip file.
80 '''Returns all files within a directory at |path|. Not recursive. Paths
    [all...]
  /external/clang/lib/Driver/
WindowsToolChain.cpp 290 // Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat.
305 // the correct include paths first.
323 // As a fallback, select default install paths.
324 // FIXME: Don't guess drives and paths like this on Windows.
325 const StringRef Paths[] = {
332 addSystemIncludes(DriverArgs, CC1Args, Paths);
ToolChains.cpp     [all...]
Tools.cpp 208 // LIBRARY_PATH - included following the user specified library paths.
424 // Parse additional include paths from environment variables.
    [all...]
  /external/clang/include/clang/AST/
CXXInheritance.h 74 /// calculated when recording paths. AS_none is a special value
88 /// BasePaths - Represents the set of paths from a derived class to
99 /// There are two potential BasePaths to represent paths from D to a
101 /// and another is (D,0)->(C,0)->(A,1). These two paths actually
121 /// Paths - The actual set of paths that can be taken from the
123 std::list<CXXBasePath> Paths;
134 /// ambiguous paths while it is looking for a path from a derived
138 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths
139 /// while it is determining whether there are paths from a derive
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 52 SmallVector<StringRef, 40> paths; local
53 paths.push_back("");
54 paths.push_back(".");
55 paths.push_back("..");
56 paths.push_back("foo");
57 paths.push_back("/");
58 paths.push_back("/foo");
59 paths.push_back("foo/");
60 paths.push_back("/foo/");
61 paths.push_back("foo/bar")
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 133 Paths(nullptr),
155 Paths(nullptr),
175 Paths(nullptr),
190 if (Paths) deletePaths(Paths);
281 /// \brief Return the base paths structure that's associated with
284 return Paths;
422 if (Paths) {
423 deletePaths(Paths);
424 Paths = nullptr
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 1187 CXXBasePaths paths; local
    [all...]
SemaLookup.cpp 327 assert((Paths != nullptr) == (ResultKind == Ambiguous &&
334 void LookupResult::deletePaths(CXXBasePaths *Paths) {
335 delete Paths;
484 Paths = new CXXBasePaths;
485 Paths->swap(P);
486 addDeclsFromBasePaths(*Paths);
492 Paths = new CXXBasePaths;
493 Paths->swap(P);
494 addDeclsFromBasePaths(*Paths);
502 if (Paths) Out << ", base paths present"
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 446 milliseconds