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

  /external/lzma/CPP/7zip/UI/Common/
TempFiles.h 12 FStringVector Paths;
ZipRegistry.h 26 UStringVector Paths;
  /external/v8/build/android/play_services/
update_test.py 33 self.paths = None # Initialized in SetUpWorkdir
56 '--bucket', self.paths.bucket,
57 '--config', self.paths.config_file,
58 '--sdk-root', self.paths.sdk_root
63 self.assertTrue(os.path.isfile(self.paths.config_license_sha1))
64 license_sha1 = _GetFileContent(self.paths.config_license_sha1)
65 bucket_license = os.path.join(self.paths.bucket, str(version),
71 self.assertTrue(os.path.isfile(self.paths.config_zip_sha1))
72 bucket_zip = os.path.join(self.paths.bucket, str(version),
73 _GetFileContent(self.paths.config_zip_sha1)
    [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/clang/lib/Driver/
MSVCToolChain.cpp 533 // Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat.
547 // the correct include paths first.
588 // As a fallback, select default install paths.
589 // FIXME: Don't guess drives and paths like this on Windows.
590 const StringRef Paths[] = {
597 addSystemIncludes(DriverArgs, CC1Args, Paths);
ToolChains.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 133 Paths(nullptr),
155 Paths(nullptr),
175 Paths(nullptr),
190 if (Paths) deletePaths(Paths);
282 /// \brief Return the base paths structure that's associated with
285 return Paths;
420 if (Paths) {
421 deletePaths(Paths);
422 Paths = nullptr
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 58 SmallVector<StringRef, 40> paths; local
59 paths.push_back("");
60 paths.push_back(".");
61 paths.push_back("..");
62 paths.push_back("foo");
63 paths.push_back("/");
64 paths.push_back("/foo");
65 paths.push_back("foo/");
66 paths.push_back("/foo/");
67 paths.push_back("foo/bar")
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 1192 CXXBasePaths paths; local
    [all...]
SemaStmt.cpp     [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...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 218 milliseconds