Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 181) sorted by relevance

12345678

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp26 bool IsFile(const std::string &Path) { in IsFile()
33 static long GetEpoch(const std::string &Path) { in GetEpoch()
52 std::string Path = DirPlusFile(Dir, E->d_name); in ListFilesInDirRecursive() local
63 Unit FileToVector(const std::string &Path, size_t MaxSize) { in FileToVector()
81 std::string FileToString(const std::string &Path) { in FileToString()
87 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
91 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
99 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, in ReadDirToVectorOfUnits()
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPath.java43 public class Path class
51 public Path(AddressImpl address) { in Path() method in Path
59 public Path() in Path() method in Path
/external/skia/experimental/go-skia/
Dskia.go154 type Path struct { struct
155 ptr *C.sk_path_t
166 func (p *Path) MoveTo(x, y float32) {
170 func (p *Path) LineTo(x, y float32) {
174 func (p *Path) QuadTo(x0, y0, x1, y1 float32) {
178 func (p *Path) ConicTo(x0, y0, x1, y1, w float32) {
182 func (p *Path) CubicTo(x0, y0, x1, y1, x2, y2 float32) {
186 func (p *Path) Close() {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h51 StringRef Path; ///< The entire path. variable
77 StringRef Path; ///< The entire path. variable
/external/llvm/include/llvm/Support/
DPath.h51 StringRef Path; ///< The entire path. variable
77 StringRef Path; ///< The entire path. variable
DCachePruning.h27 CachePruning(StringRef Path) : Path(Path) {} in CachePruning()
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
40 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/external/clang/lib/AST/
DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
92 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom()
113 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom()
323 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
357 CXXBasePath &Path, in FindBaseClass()
366 CXXBasePath &Path, in FindVirtualBaseClass()
376 CXXBasePath &Path, in FindTagMember()
392 CXXBasePath &Path, in FindOrdinaryMember()
409 CXXBasePath &Path, in FindOMPReductionMember()
425 CXXBasePath &Path, in FindNestedNameSpecifierMember()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp148 const std::string &Path, const std::string &Basename) { in getDarwinDWARFResourceForPath()
158 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
249 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
252 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
271 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
291 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
322 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp115 bool FileSystem::exists(const Twine &Path) { in exists()
125 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
207 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
230 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
252 std::string Path; member in __anond43ed3180311::RealFSDirIter
301 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()
312 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()
328 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
340 std::string Path; member in __anond43ed3180411::OverlayFSDirIterImpl
386 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl()
[all …]
DFileSystemStatCache.cpp43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get()
110 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, in getStat()
/external/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory()
45 void InjectFile(const char *Path, ino_t INode) { in InjectFile()
50 void InjectDirectory(const char *Path, ino_t INode) { in InjectDirectory()
55 LookupResult getStat(const char *Path, FileData &Data, bool isFile, in getStat()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSystemUtils.h22 namespace sys { class Path; } variable
/external/clang/unittests/Driver/
DToolChainTest.cpp57 for (const char *Path : EmptyFiles) in TEST() local
96 for (const char *Path : EmptyFiles) in TEST() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java29 public class Path { class
31 private Path() { in Path() method in Path
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h111 std::string Path; // Path to the cache, empty to disable. member
119 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
157 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } in setSaveTempsDir()
/external/harfbuzz_ng/test/fuzzing/
Dmain.cc8 std::string FileToString(const std::string &Path) { in FileToString()
/external/clang/unittests/Tooling/
DRewriterTestContext.h68 SmallString<1024> Path; in createOnDiskFile() local
103 std::string Path = TemporaryFiles.lookup(Name); in getFileContentFromDisk() local
/external/llvm/lib/LibDriver/
DLibDriver.cpp84 StringRef Path; in getSearchPaths() local
94 SmallString<128> Path = Dir; in findInputFile() local
133 Optional<std::string> Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c27 CAMLprim value llvm_write_bitcode_file(value M, value Path) { in llvm_write_bitcode_file()
/external/llvm/tools/dsymutil/
DMachOUtils.h24 std::string Arch, Path; member
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file()
/external/llvm/unittests/Support/
DPath.cpp58 TEST(Support, Path) { in TEST() argument
163 SmallString<64> Path(StringRef("c/d/e/foo.txt")); in TEST() local
183 SmallString<64> Path(StringRef(".c/.d/../.")); in TEST() local
203 SmallString<64> Path(StringRef("/c/d/e/foo.txt")); in TEST() local
226 SmallString<64> Path(StringRef("/.c/.d/../.")); in TEST() local
250 SmallString<64> Path(StringRef("c:\\c\\e\\foo.txt")); in TEST() local
284 for (StringRef Path : Paths) { in TEST() local
296 for (StringRef Path : RootPaths) { in TEST() local
365 static std::string path2regex(std::string Path) { in path2regex()
982 SmallString<64> Path = Path1; in TEST() local
/external/clang/lib/Driver/
DToolChain.cpp299 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRT() local
583 const Twine &Path) { in addSystemInclude()
598 const Twine &Path) { in addExternCSystemInclude()
605 const Twine &Path) { in addExternCSystemIncludeIfExists()
614 for (StringRef Path : Paths) { in addSystemIncludes() local
677 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitWriter.cpp18 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()

12345678