/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/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/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()
|
D | APValue.cpp | 43 LValuePathEntry Path[InlinePathSpace]; member 81 PathElem Path[InlinePathSpace]; member 438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() local 596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue() 643 ArrayRef<const CXXRecordDecl*> Path) { in MakeMemberPointer()
|
/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 __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 …]
|
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()
|
D | FileManager.cpp | 123 void FileManager::addAncestorsAsVirtualDirs(StringRef Path) { in addAncestorsAsVirtualDirs() 463 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, in getStatValue() 477 bool FileManager::getNoncachedStatValue(StringRef Path, in getNoncachedStatValue()
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 51 StringRef Path; ///< The entire path. variable 77 StringRef Path; ///< The entire path. variable
|
D | FileSystem.h | 401 inline bool exists(const Twine &Path) { in exists() 415 inline bool can_write(const Twine &Path) { in can_write() 466 inline bool is_directory(const Twine &Path) { in is_directory() 488 inline bool is_regular_file(const Twine &Path) { in is_regular_file() 529 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size() 726 std::string 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/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/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()
|
D | VirtualFileSystemTest.cpp | 50 ErrorOr<vfs::Status> status(const Twine &Path) override { in status() 58 openFileForRead(const Twine &Path) override { in openFileForRead() 67 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory() 74 std::string Path; member 114 void addEntry(StringRef Path, const vfs::Status &Status) { in addEntry() 118 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile() 124 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory() 130 void addSymlink(StringRef Path) { in addSymlink() 287 SmallString<128> Path; member
|
/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()
|
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
D | Path.java | 29 public class Path { class 31 private Path() { in Path() method in Path
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 58 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/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 84 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/clang/lib/Driver/ |
D | ToolChain.cpp | 299 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/clang/unittests/Tooling/ |
D | RewriterTestContext.h | 68 SmallString<1024> Path; in createOnDiskFile() local 103 std::string Path = TemporaryFiles.lookup(Name); in getFileContentFromDisk() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | SystemUtils.h | 22 namespace sys { class Path; } variable
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 299 static void yamlToPdb(StringRef Path) { in yamlToPdb() 369 static void pdb2Yaml(StringRef Path) { in pdb2Yaml() 381 static void dumpRaw(StringRef Path) { in dumpRaw() 392 static void dumpPretty(StringRef Path) { in dumpPretty()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 309 reverse_iterator rbegin(StringRef Path) { in rbegin() 316 reverse_iterator rend(StringRef Path) { in rend() 525 void replace_path_prefix(SmallVectorImpl<char> &Path, in replace_path_prefix() 558 void native(SmallVectorImpl<char> &Path) { in native() 692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() 741 std::error_code getUniqueID(const Twine Path, UniqueID &Result) { in getUniqueID() 870 std::error_code create_directories(const Twine &Path, bool IgnoreExisting, in create_directories() 966 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() 1143 std::error_code identify_magic(const Twine &Path, file_magic &Result) { in identify_magic()
|
/external/harfbuzz_ng/test/fuzzing/ |
D | main.cc | 8 std::string FileToString(const std::string &Path) { in FileToString()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 48 Error RawSession::createFromPdb(StringRef Path, in createFromPdb() 71 Error RawSession::createFromExe(StringRef Path, in createFromExe()
|