Home
last modified time | relevance | path

Searched defs:FileType (Results 1 – 25 of 38) sorted by relevance

12

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dunnecessary_iter_cloned.rs8 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/
Dfs.rs25 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/
Dfs.rs48 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/
DParallelCG.cpp29 CodeGenFileType FileType) { in codegen()
41 CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen()
DLLVMTargetMachine.cpp119 CodeGenFileType FileType, in addAsmPrinter()
192 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/common/
Dbboxop_common.h28 enum FileType { enum
/third_party/rust/rust/library/std/src/sys/solid/
Dfs.rs87 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/
Dmp4.rs31 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/
Dfile_enumerator.h76 enum FileType { enum
/third_party/rust/rust/library/std/src/
Dfs.rs210 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/
Dfs.rs74 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/
Dfs.rs370 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/
DInterfaceFile.h57 enum FileType : unsigned { enum
/third_party/rust/rust/library/std/src/sys/windows/
Dfs.rs40 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/
Dfs.rs518 impl Sealed for fs::FileType {} implementation
521 impl FileTypeExt for fs::FileType { implementation
/third_party/rust/rust/src/tools/compiletest/src/
Dcompute_diff.rs121 Filter: Fn(FileType, Option<&str>) -> bool, in write_filtered_diff()
/third_party/rust/crates/rustix/src/fs/
Draw_dir.rs149 pub fn file_type(&self) -> FileType { in file_type()
Dat.rs357 file_type: FileType, in mknodat()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp45 DWORD FileType = GetFileType(FileHandle); in IsFile() local
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs254 pub enum FileType { enum
280 impl FileType { implementation
Ddir.rs255 pub fn file_type(&self) -> FileType { in file_type()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs377 pub enum FileType { enum
406 impl FileType { implementation
Ddir.rs425 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/
DLTOCodeGenerator.h243 CodeGenFileType FileType = CGFT_ObjectFile; member
/third_party/cups-filters/filter/foomatic-rip/
Dfoomaticrip.c527 enum FileType { enum

12