/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | dir.rs | 16 pub struct Dir { struct 25 impl Dir { impl 184 impl Iterator for Dir { implementation 193 impl fmt::Debug for Dir { implementation
|
/third_party/rust/crates/nix/src/ |
D | dir.rs | 32 pub struct Dir(ptr::NonNull<libc::DIR>); struct 34 impl Dir { implementation 87 unsafe impl Send for Dir {} implementation 89 impl AsRawFd for Dir { implementation 95 impl Drop for Dir { implementation 166 impl IntoIterator for Dir { implementation
|
/third_party/flutter/skia/include/core/ |
D | SkDataTable.h | 93 struct Dir { struct 101 const Dir* fDir; argument
|
/third_party/skia/include/core/ |
D | SkDataTable.h | 92 struct Dir { struct 100 const Dir* fDir; argument
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | dir.rs | 61 pub struct Dir(NonNull<c::DIR>); struct 63 impl Dir { implementation 340 unsafe impl Send for Dir {} implementation 342 impl Drop for Dir { implementation 349 impl Iterator for Dir { implementation 358 impl fmt::Debug for Dir { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | FileEntry.h | 29 uint32_t Dir = 0; member
|
D | LookupResult.h | 24 StringRef Dir; ///< Line entry source file directory path. member
|
/third_party/node/lib/internal/fs/ |
D | dir.js | 44 class Dir { class 277 Dir, property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Process.cpp | 42 for (const auto &Dir : Dirs) { in FindInEnvPath() local
|
/third_party/node/deps/npm/test/tap/ |
D | install-parse-error.js | 5 var Dir = Tacks.Dir variable
|
D | legacy-no-auth-leak.js | 7 var Dir = Tacks.Dir variable
|
D | legacy-private.js | 12 var Dir = Tacks.Dir variable
|
D | local-args-relative-to-cwd.js | 7 var Dir = Tacks.Dir variable
|
D | legacy-platform-all.js | 12 var Dir = Tacks.Dir variable
|
D | legacy-platform.js | 12 var Dir = Tacks.Dir variable
|
D | ls-peer.js | 6 const Dir = Tacks.Dir constant
|
D | install-local-from-local.js | 7 var Dir = Tacks.Dir variable
|
D | shrinkwrap-empty-dep-value.js | 9 const Dir = Tacks.Dir constant
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIOPosix.cpp | 35 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Process.cpp | 49 for (StringRef Dir : Dirs) { in FindInEnvPath() local
|
D | VirtualFileSystem.cpp | 311 SmallString<128> Dir; in getCurrentWorkingDirectory() local 378 directory_iterator RealFileSystem::dir_begin(const Twine &Dir, in dir_begin() 515 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin() 668 if (auto Dir = dyn_cast<detail::InMemoryDirectory>(Node)) in getNodeStatus() local 713 detail::InMemoryDirectory *Dir = Root.get(); in addFile() local 807 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode() 918 explicit InMemoryDirIterator(const detail::InMemoryDirectory &Dir, in InMemoryDirIterator() 934 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin() 1006 std::string Dir; member in llvm::vfs::VFSFromYamlDirIterImpl 1089 directory_iterator RedirectingFileSystem::dir_begin(const Twine &Dir, in dir_begin() [all …]
|
/third_party/gn/src/gn/ |
D | function_get_path_info_unittest.cc | 69 TEST_F(GetPathInfoTest, Dir) { in TEST_F() argument
|
D | function_get_label_info_unittest.cc | 54 TEST_F(GetLabelInfoTest, Dir) { in TEST_F() argument
|
/third_party/node/deps/npm/test/network/ |
D | legacy-url-dep.js | 12 var Dir = Tacks.Dir variable
|
/third_party/node/doc/api/ |
D | fs.md | 5107 #### `dir.close()` 5120 #### `dir.close(callback)` 5133 #### `dir.closeSync()` 5141 #### `dir.path` 5151 #### `dir.read()` 5169 #### `dir.read(callback)` 5189 #### `dir.readSync()` 5206 #### `dir[Symbol.asyncIterator]()`
|