/external/tensorflow/tensorflow/core/platform/cloud/ |
D | google_auth_provider.cc | 79 bool IsFile(const string& filename) { in IsFile() function 90 if (!result || !IsFile(result)) { in GetEnvironmentVariableFileName() 116 if (!IsFile(result)) { in GetWellKnownFileName()
|
/external/llvm-project/flang/include/flang/Frontend/ |
D | FrontendOptions.h | 100 bool IsFile() const { return !IsBuffer(); } in IsFile() function 104 assert(IsFile()); in file()
|
D | FrontendAction.h | 71 return currentInput_.IsFile() in GetCurrentFileOrBufferName()
|
/external/webrtc/rtc_base/ |
D | file_rotating_stream.cc | 50 bool IsFile(const std::string& file); 89 bool IsFile(const std::string& file) { in IsFile() function 149 bool IsFile(const std::string& file) { in IsFile() function 308 if (IsFile(file_to_delete)) { in RotateFiles() 316 if (IsFile(unrotated_name)) { in RotateFiles()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerIOPosix.cpp | 27 bool IsFile(const std::string &Path) { in IsFile() function 69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive() 92 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
|
D | FuzzerIOWindows.cpp | 26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function 62 bool IsFile(const std::string &Path) { in IsFile() function 71 return IsFile(Path, Att); in IsFile() 148 else if (IsFile(FileName, FindInfo.dwFileAttributes)) in ListFilesInDirRecursive()
|
D | FuzzerIO.h | 63 bool IsFile(const std::string &Path);
|
D | FuzzerDriver.cpp | 336 if (!IsFile(Path)) in AllInputsAreFiles() 714 if (!IsFile(OutputCorpusDir)) { in FuzzerDriver()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOPosix.cpp | 27 bool IsFile(const std::string &Path) { in IsFile() function 69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive() 92 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
|
D | FuzzerIOWindows.cpp | 26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function 62 bool IsFile(const std::string &Path) { in IsFile() function 71 return IsFile(Path, Att); in IsFile() 148 else if (IsFile(FileName, FindInfo.dwFileAttributes)) in ListFilesInDirRecursive()
|
D | FuzzerIO.h | 63 bool IsFile(const std::string &Path);
|
D | FuzzerDriver.cpp | 336 if (!IsFile(Path)) in AllInputsAreFiles() 714 if (!IsFile(OutputCorpusDir)) { in FuzzerDriver()
|
/external/swiftshader/tests/regres/util/ |
D | util.go | 23 func IsFile(path string) bool { func
|
/external/swiftshader/tests/regres/cmd/run_testlist/ |
D | main.go | 191 if util.IsFile(root.ICD.Path) { 215 if util.IsFile(toolchainInfoPath) {
|
/external/swiftshader/tests/regres/llvm/ |
D | llvm.go | 174 if util.IsFile(path) { 239 if !util.IsFile(t.Profdata()) { // llvm-profdata doesn't have --version flag
|
/external/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument 37 Data.IsDirectory = !IsFile; in InjectFileOrDirectory()
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 176 if !util.IsFile(exe) { 311 if !util.IsFile(logPath) {
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 26 bool IsFile(const std::string &Path) { in IsFile() function
|
D | FuzzerInternal.h | 85 bool IsFile(const std::string &Path);
|
D | FuzzerDriver.cpp | 264 if (!IsFile(Path)) in AllInputsAreFiles()
|
/external/mesa3d/src/hgl/ |
D | GLRendererRoster.cpp | 148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 440 if p := path.Join(checkoutDir, deqpConfigRelPath); !util.IsFile(p) { 1141 if !util.IsFile(swiftshaderICDSo) { 1146 if !util.IsFile(swiftshaderICDJSON) { 1456 if path := filepath.Join(t.checkoutDir, relPath); util.IsFile(path) { 1466 if path := filepath.Join(wd, relPath); util.IsFile(path) {
|
/external/llvm-project/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile, in InjectFileOrDirectory() argument 49 auto fileType = IsFile ? in InjectFileOrDirectory()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.cc | 105 bool IsFile(int fd, const char* fn) { in IsFile() function 866 if (!IsFile(*fds[kHandshakeMaps], maps_file.c_str())) { in OnDataAvailable() 874 if (!IsFile(*fds[kHandshakeMem], mem_file.c_str())) { in OnDataAvailable()
|
/external/clang/lib/Format/ |
D | Format.cpp | 1743 bool IsFile = in getStyle() local 1745 if (!IsFile) { in getStyle() 1751 IsFile = Status && in getStyle() 1755 if (IsFile) { in getStyle()
|