Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
Dlookup_dep.py106 def __init__(self, abs_build_output_dir: pathlib.Path, should_build: bool):
239 def _extract_full_class_names_from_jar(abs_build_output_dir: pathlib.Path,
240 abs_jar_path: pathlib.Path) -> Set[str]:
259 def _read_jar_namelist(abs_build_output_dir: pathlib.Path,
260 abs_jar_path: pathlib.Path) -> List[str]:
281 def _is_path_relative_to(path: pathlib.Path, other: pathlib.Path) -> bool:
288 def _parse_full_java_class(source_path: pathlib.Path) -> str:
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/fusion/
Dfusion_pattern.h31 struct Path { struct
33 Path(int32_t subGraphIdx, int32_t nodeIdx) : subGraphIdx(subGraphIdx), nodeIdx(nodeIdx) {} in Path() function
46 std::shared_ptr<Path> path = std::make_shared<Path>(-1, -1); argument
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIO.cpp26 long GetEpoch(const std::string &Path) { in GetEpoch()
33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
51 std::string FileToString(const std::string &Path) { in FileToString()
57 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
61 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
69 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, in ReadDirToVectorOfUnits()
DFuzzerIOPosix.cpp28 bool IsFile(const std::string &Path) { in IsFile()
47 std::string Path = DirPlusFile(Dir, E->d_name); in ListFilesInDirRecursive() local
74 void RemoveFile(const std::string &Path) { in RemoveFile()
DFuzzerIOWindows.cpp27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile()
63 bool IsFile(const std::string &Path) { in IsFile()
81 std::string Path(Dir); in ListFilesInDirRecursive() local
138 void RemoveFile(const std::string &Path) { in RemoveFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
78 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, in InMemoryBuffer()
118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer()
166 FileOutputBuffer::create(StringRef Path, size_t Size, unsigned Flags) { in create()
DFileCollector.cpp17 static bool isCaseSensitivePath(StringRef Path) { in isCaseSensitivePath()
199 llvm::ErrorOr<llvm::vfs::Status> status(const Twine &Path) override { in status()
207 openFileForRead(const Twine &Path) override { in openFileForRead()
234 std::error_code getRealPath(const Twine &Path, in getRealPath()
245 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
253 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory()
DVirtualFileSystem.cpp136 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath()
141 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
145 bool FileSystem::exists(const Twine &Path) { in exists()
155 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() argument
287 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
334 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
361 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h51 StringRef Path; ///< The entire path. variable
77 StringRef Path; ///< The entire path. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
43 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp180 const std::string &Path, const std::string &Basename) { in getDarwinDWARFResourceForPath()
190 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
326 SmallString<128> Path{Directory}; in findDebugBinary() local
334 SmallString<128> Path = getDebugPath( in findDebugBinary() local
350 SmallString<128> Path = getDebugPath(Directory); in findDebugBinary() local
369 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
372 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
391 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
411 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
431 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
[all …]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPath.java10 public class Path { class
13 Path(long native_instance) { in Path() method in Path
/third_party/typescript/tests/baselines/reference/
DclodulesDerivedClasses.js10 class Path extends Shape { class
55 function Path() { class in Path
60 (function (Path) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h55 StringRef Path; ///< The entire path. variable
81 StringRef Path; ///< The entire path. variable
DVirtualFileSystem.h128 std::string Path; variable
133 directory_entry(std::string Path, llvm::sys::fs::file_type Type) in directory_entry()
374 llvm::ErrorOr<Status> status(const Twine &Path) override { in status()
378 openFileForRead(const Twine &Path) override { in openFileForRead()
387 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory()
390 std::error_code getRealPath(const Twine &Path, in getRealPath()
394 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
DFileSystem.h468 inline bool exists(const Twine &Path) { in exists()
482 inline bool can_write(const Twine &Path) { in can_write()
530 inline bool is_local(const Twine &Path) { in is_local()
567 inline bool is_directory(const Twine &Path) { in is_directory()
589 inline bool is_regular_file(const Twine &Path) { in is_regular_file()
613 inline bool is_symlink_file(const Twine &Path) { in is_symlink_file()
696 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size()
1217 std::string Path; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h127 std::string Path; // Path to the cache, empty to disable. member
133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
189 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } in setSaveTempsDir()
195 void setGeneratedObjectsDirectory(std::string Path) { in setGeneratedObjectsDirectory()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dimport.go32 Path string member
274 type Path []string type
/third_party/skia/third_party/externals/tint/src/utils/io/
Dtmpfile.h43 std::string Path() const { return path_; } in Path() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dpath.cc36 Path::Path(const std::string &s) : path_(s) {} in Path() function in mindspore::dataset::Path
38 Path::Path(const char *p) : path_(p) {} in Path() function in mindspore::dataset::Path
40 Path::Path(const Path &p) : path_(p.path_) {} in Path() function in mindspore::dataset::Path
56 Path::Path(Path &&p) noexcept { this->path_ = std::move(p.path_); } in Path() function in mindspore::dataset::Path
/third_party/mesa3d/bin/
Dmeson-cmd-extract.py45 def load_config(path: pathlib.Path) -> configparser.ConfigParser:
/third_party/typescript/tests/cases/compiler/
DclodulesDerivedClasses.ts9 class Path extends Shape { class
/third_party/skia/modules/canvaskit/
Dpathops.js4 CanvasKit.Path.prototype.op = function(otherPath, op) { class in CanvasKit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextAPIContext.h26 std::string Path; member
/third_party/boost/tools/build/src/engine/
Dvswhere_usability_wrapper.cmd14 set Path=%Path%;%InstallerPath% variable

1234567