| /external/llvm/lib/Fuzzer/ |
| D | FuzzerIO.cpp | 26 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/rust/crates/remain/src/ |
| D | compare.rs | 5 pub struct Path { struct 9 impl PartialOrd for Path { implementation 15 impl Ord for Path { implementation
|
| D | check.rs | 37 fn into_path(self) -> Result<Path>; in into_path() 41 fn into_path(self) -> Result<Path> { in into_path() 49 fn into_path(self) -> Result<Path> { in into_path() 57 fn into_path(self) -> Result<Path> { in into_path()
|
| D | format.rs | 8 impl Display for Path { implementation 20 pub fn error(lesser: &Path, greater: &Path) -> Error { in error()
|
| /external/skqp/experimental/go-skia/ |
| D | skia.go | 154 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/ |
| D | Path.java | 43 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/ |
| D | FileOutputBuffer.cpp | 37 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Path.h | 51 StringRef Path; ///< The entire path. variable 77 StringRef Path; ///< The entire path. variable
|
| /external/llvm/include/llvm/Support/ |
| D | Path.h | 51 StringRef Path; ///< The entire path. variable 77 StringRef Path; ///< The entire path. variable
|
| /external/llvm/lib/DebugInfo/PDB/ |
| D | PDB.cpp | 27 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/ |
| D | PDB.cpp | 24 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 44 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
|
| /external/clang/lib/AST/ |
| D | CXXInheritance.cpp | 30 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | Path.h | 56 StringRef Path; ///< The entire path. variable 82 StringRef Path; ///< The entire path. variable
|
| /external/clang/lib/Basic/ |
| D | VirtualFileSystem.cpp | 115 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 __anon85f000a40311::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 __anon85f000a40411::OverlayFSDirIterImpl 386 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl() [all …]
|
| D | FileSystemStatCache.cpp | 43 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
| D | Symbolize.cpp | 151 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/llvm/lib/DebugInfo/Symbolize/ |
| D | Symbolize.cpp | 148 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/rust/crates/syn/1.0.7/src/ |
| D | path.rs | 15 impl<T> From<T> for Path implementation 212 impl Parse for Path { implementation 358 impl Path { implementation 507 pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath() argument 569 impl ToTokens for Path { implementation 706 pub fn print_path(tokens: &mut TokenStream, qself: &Option<QSelf>, path: &Path) { in print_path()
|
| /external/rust/crates/syn/0.15.42/src/ |
| D | path.rs | 15 impl<T> From<T> for Path implementation 212 impl Parse for Path { implementation 358 impl Path { implementation 467 pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath() argument 529 impl ToTokens for Path { implementation 666 pub fn print_path(tokens: &mut TokenStream, qself: &Option<QSelf>, path: &Path) { in print_path()
|
| /external/clang/unittests/Basic/ |
| D | FileManagerTest.cpp | 31 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/ |
| D | ThinLTOCodeGenerator.h | 144 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/adhd/cras/client/cras-sys/generator/src/ |
| D | main.rs | 13 fn copy_headers(src_dir: &Path, dst_dir: &Path) -> Result<(), String> { in copy_headers() 121 fn write_output(output_path: &Path, output: String) -> std::io::Result<()> { in write_output()
|
| /external/clang/unittests/Driver/ |
| D | ToolChainTest.cpp | 57 for (const char *Path : EmptyFiles) in TEST() local 96 for (const char *Path : EmptyFiles) in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
| D | DlltoolDriver.cpp | 58 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/llvm/include/llvm/LTO/legacy/ |
| D | ThinLTOCodeGenerator.h | 111 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()
|