| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | unnecessary_iter_cloned.rs | 8 enum FileType { enum 30 fn check_files(files: &[(FileType, &std::path::Path)]) -> bool { in check_files() 45 fn check_files_vec(files: Vec<(FileType, &std::path::Path)>) -> bool { in check_files_vec() 60 fn check_files_ref(files: &[(FileType, &std::path::Path)]) -> bool { in check_files_ref() 76 fn check_files_mut(files: &[(FileType, &std::path::Path)]) -> bool { in check_files_mut() 92 fn check_files_ref_mut(files: &[(FileType, &std::path::Path)]) -> bool { in check_files_ref_mut() 108 fn check_files_self_and_arg(files: &[(FileType, &std::path::Path)]) -> bool { in check_files_self_and_arg() 124 fn check_files_mut_path_buf(files: &[(FileType, std::path::PathBuf)]) -> bool { in check_files_mut_path_buf()
|
| /third_party/rust/rust/library/std/src/sys/unsupported/ |
| D | fs.rs | 25 pub struct FileType(!); struct 39 pub fn file_type(&self) -> FileType { in file_type() 97 impl FileType { impl 111 impl Clone for FileType { implementation 112 fn clone(&self) -> FileType { in clone() 117 impl Copy for FileType {} implementation 119 impl PartialEq for FileType { implementation 125 impl Eq for FileType {} implementation 127 impl Hash for FileType { implementation 133 impl fmt::Debug for FileType { implementation [all …]
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | fs.rs | 48 pub struct FileType(!); struct 62 pub fn file_type(&self) -> FileType { in file_type() 120 impl FileType { impl 134 impl Clone for FileType { implementation 135 fn clone(&self) -> FileType { in clone() 140 impl Copy for FileType {} implementation 142 impl PartialEq for FileType { implementation 148 impl Eq for FileType {} implementation 150 impl Hash for FileType { implementation 156 impl fmt::Debug for FileType { implementation [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ParallelCG.cpp | 29 CodeGenFileType FileType) { in codegen() 41 CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen()
|
| D | LLVMTargetMachine.cpp | 119 CodeGenFileType FileType, in addAsmPrinter() 192 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile()
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/common/ |
| D | bboxop_common.h | 28 enum FileType { enum
|
| /third_party/rust/rust/library/std/src/sys/solid/ |
| D | fs.rs | 87 pub struct FileType(c_short); struct 101 pub fn file_type(&self) -> FileType { in file_type() 137 impl FileType { implementation 216 pub fn file_type(&self) -> io::Result<FileType> { in file_type()
|
| /third_party/rust/crates/nom/tests/ |
| D | mp4.rs | 31 struct FileType<'a> { struct 32 major_brand: &'a str, 33 major_brand_version: &'a [u8], 34 compatible_brands: Vec<&'a str>
|
| /third_party/gn/src/base/files/ |
| D | file_enumerator.h | 76 enum FileType { enum
|
| /third_party/rust/rust/library/std/src/ |
| D | fs.rs | 210 pub struct FileType(fs_imp::FileType); struct 1122 pub fn file_type(&self) -> FileType { in file_type() 1523 impl FileType { implementation 1621 impl AsInner<fs_imp::FileType> for FileType { implementation 1623 fn as_inner(&self) -> &fs_imp::FileType { in as_inner() 1754 pub fn file_type(&self) -> io::Result<FileType> { in file_type()
|
| /third_party/rust/rust/library/std/src/sys/wasi/ |
| D | fs.rs | 74 pub struct FileType { struct 91 pub fn file_type(&self) -> FileType { in file_type() 132 impl FileType { implementation 258 pub fn file_type(&self) -> io::Result<FileType> { in file_type()
|
| /third_party/rust/rust/library/std/src/sys/unix/ |
| D | fs.rs | 370 pub struct FileType { struct 374 impl PartialEq for FileType { argument 380 impl core::hash::Hash for FileType { implementation 443 pub fn file_type(&self) -> FileType { in file_type() 624 impl FileType { implementation 874 pub fn file_type(&self) -> io::Result<FileType> { in file_type() 886 pub fn file_type(&self) -> io::Result<FileType> { in file_type()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
| D | InterfaceFile.h | 57 enum FileType : unsigned { enum
|
| /third_party/rust/rust/library/std/src/sys/windows/ |
| D | fs.rs | 40 pub struct FileType { struct 41 attributes: c::DWORD, 42 reparse_tag: c::DWORD, 165 pub fn file_type(&self) -> io::Result<FileType> { in file_type() 931 pub fn file_type(&self) -> FileType { in file_type() 1024 impl FileType { impl 1025 fn new(attrs: c::DWORD, reparse_tag: c::DWORD) -> FileType { in new()
|
| /third_party/rust/rust/library/std/src/os/windows/ |
| D | fs.rs | 518 impl Sealed for fs::FileType {} implementation 521 impl FileTypeExt for fs::FileType { implementation
|
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | compute_diff.rs | 121 Filter: Fn(FileType, Option<&str>) -> bool, in write_filtered_diff()
|
| /third_party/rust/crates/rustix/src/fs/ |
| D | raw_dir.rs | 149 pub fn file_type(&self) -> FileType { in file_type()
|
| D | at.rs | 357 file_type: FileType, in mknodat()
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerIOWindows.cpp | 45 DWORD FileType = GetFileType(FileHandle); in IsFile() local
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
| D | types.rs | 254 pub enum FileType { enum 280 impl FileType { implementation
|
| D | dir.rs | 255 pub fn file_type(&self) -> FileType { in file_type()
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| D | types.rs | 377 pub enum FileType { enum 406 impl FileType { implementation
|
| D | dir.rs | 425 pub fn file_type(&self) -> FileType { in file_type()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
| D | LTOCodeGenerator.h | 243 CodeGenFileType FileType = CGFT_ObjectFile; member
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| D | foomaticrip.c | 527 enum FileType { enum
|