Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/skqp/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileOutputBuffer.cpp37 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
73 InMemoryBuffer(StringRef Path, MemoryBlock Buf, unsigned Mode) in InMemoryBuffer()
103 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
113 createOnDiskBuffer(StringRef Path, size_t Size, bool InitExisting, in createOnDiskBuffer()
152 FileOutputBuffer::create(StringRef Path, size_t Size, unsigned Flags) { in create()
/external/llvm/include/llvm/Support/
DPath.h51 StringRef Path; ///< The entire path. variable
77 StringRef Path; ///< The entire path. variable
/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/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDB.cpp24 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
44 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h56 StringRef Path; ///< The entire path. variable
82 StringRef Path; ///< The entire path. variable
DFileSystem.h445 inline bool exists(const Twine &Path) { in exists()
459 inline bool can_write(const Twine &Path) { in can_write()
507 inline bool is_local(const Twine &Path) { in is_local()
544 inline bool is_directory(const Twine &Path) { in is_directory()
566 inline bool is_regular_file(const Twine &Path) { in is_regular_file()
590 inline bool is_symlink_file(const Twine &Path) { in is_symlink_file()
655 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size()
1099 std::string Path; variable
/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 __anon393354d90311::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 __anon393354d90411::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/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp151 const std::string &Path, const std::string &Basename) { in getDarwinDWARFResourceForPath()
161 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
257 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
260 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
279 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
299 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
330 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()
/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-7.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h144 std::string Path; // Path to the cache, empty to disable. member
150 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
206 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } in setSaveTempsDir()
212 void setGeneratedObjectsDirectory(std::string Path) { in setGeneratedObjectsDirectory()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp58 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile()
78 static std::string getImplibPath(StringRef Path) { in getImplibPath()
155 std::string Path = Args.getLastArgValue(OPT_l); in dlltoolDriverMain() local
/external/clang/unittests/Driver/
DToolChainTest.cpp57 for (const char *Path : EmptyFiles) in TEST() local
96 for (const char *Path : EmptyFiles) in TEST() local
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
Dignore.go49 func (tf typeFilter) filter(p cmp.Path) bool {
94 func (tf ifaceFilter) filter(p cmp.Path) bool {
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTarWriterTest.cpp43 SmallString<128> Path; in createTar() local
125 SmallString<128> Path; in TEST_F() local
143 SmallString<128> Path; in TEST_F() local
162 SmallString<128> Path; in TEST_F() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSystemUtils.h22 namespace sys { class Path; } variable

12345678910>>...14