| /third_party/rust/rust/src/tools/rustfmt/tests/source/ |
| D | issue-4245.rs | 3 fn a(a: & // Comment in a() 7 fn b(b: & /* Another Comment */'a File) {} in b() 9 fn c(c: &'a /*Comment */ mut /*Comment */ File){} in c() 11 fn d(c: & // Comment in d() 19 fn e(c: &// Comment in e() 22 fn d(c: &// Comment in d()
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | issue-4245.rs | 1 fn a( in a() 8 fn b(b: & /* Another Comment */ 'a File) {} in b() 10 fn c(c: &'a /*Comment */ mut /*Comment */ File) {} in c() 12 fn d( in d() 22 fn e( in e() 28 fn d( in d()
|
| /third_party/gn/src/base/files/ |
| D | file.cc | 21 File::File(const FilePath& path, uint32_t flags) : error_details_(FILE_OK) { in File() function in base::File 25 File::File(ScopedPlatformFile platform_file) in File() function in base::File 32 File::File(PlatformFile platform_file) in File() function in base::File 39 File::File(Error error_details) : error_details_(error_details) {} in File() function in base::File 41 File::File(File&& other) in File() function in base::File
|
| /third_party/rust/crates/io-lifetimes/src/ |
| D | impls_fs_err.rs | 17 impl AsFd for fs_err::File { implementation 25 impl AsHandle for fs_err::File { implementation 33 impl IntoFd for fs_err::File { implementation 49 impl IntoHandle for fs_err::File { implementation
|
| D | impls_tokio.rs | 17 impl AsFd for tokio::fs::File { implementation 25 impl AsHandle for tokio::fs::File { implementation 33 impl FromFd for tokio::fs::File { implementation 41 impl From<OwnedFd> for tokio::fs::File { implementation 49 impl FromHandle for tokio::fs::File { implementation 57 impl From<OwnedHandle> for tokio::fs::File { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MinidumpEmitter.cpp | 116 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) { in layout() 121 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout() 138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() 142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout() 149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout() 155 static size_t layout(BlobAllocator &File, in layout() 172 static Directory layout(BlobAllocator &File, Stream &S) { in layout() 231 BlobAllocator File; in yaml2minidump() local
|
| /third_party/rust/crates/codespan/codespan-reporting/examples/ |
| D | custom_files.rs | 49 struct File { struct 51 name: String, 53 source: String, 55 line_starts: Vec<usize>, 58 impl File { impl 116 fn get(&self, file_id: FileId) -> Result<&File, files::Error> { in get()
|
| /third_party/grpc/src/compiler/ |
| D | schema_interface.h | 102 struct File : public CommentHolder { struct 103 virtual ~File() {} in ~File() argument 110 virtual std::vector<std::string> GetImportNames() const { return {}; } in GetImportNames()
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| D | import.go | 31 type File struct { struct 32 Path string 33 Covered SpanList // Spans with coverage 34 Uncovered SpanList // Compiled spans without coverage
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | file.rs | 7 pub struct File { struct 11 impl Parse for File { argument
|
| /third_party/rust/rust/library/std/src/ |
| D | fs.rs | 99 pub struct File { struct 100 inner: fs_imp::File, argument 333 impl File { impl 361 pub fn open<P: AsRef<Path>>(path: P) -> io::Result<File> { in open() 390 pub fn create<P: AsRef<Path>>(path: P) -> io::Result<File> { in create() 421 pub fn create_new<P: AsRef<Path>>(path: P) -> io::Result<File> { in create_new() 612 pub fn try_clone(&self) -> io::Result<File> { in try_clone() 712 impl AsInner<fs_imp::File> for File { implementation 714 fn as_inner(&self) -> &fs_imp::File { in as_inner() 718 impl FromInner<fs_imp::File> for File { implementation [all …]
|
| /third_party/unity/docs/ |
| D | UnityGettingStartedGuide.md | 139 ### Running Test Functions 158 ### Ignoring Test Functions 178 ### Aborting Tests
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeGuardOfFormThisMemberErrors.js | 78 var File = /** @class */ (function (_super) { class 80 function File(path, content) { class in anonymousFunctionc169b4e50600.File 108 get isFile(): this is File; field in FileSystemObject 114 class File extends FileSystemObject { class
|
| D | typeGuardOfFormThisMember.js | 128 var File = /** @class */ (function (_super) { class 130 function File(path, content) { class in anonymousFunctionc413ace80600.File 183 get isFile(): this is File; field in FileSystemObject 189 class File extends FileSystemObject { class
|
| /third_party/rust/crates/syn/src/ |
| D | file.rs | 94 impl Parse for File { implementation 119 impl ToTokens for File { implementation
|
| /third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/ |
| D | sort_semantically.rs | 6 pub(super) fn sort_semantically(file: &mut File) { in sort_semantically() 13 fn visit_file_mut(&mut self, file: &mut File) { in visit_file_mut()
|
| D | merge_extern_blocks.rs | 6 pub(super) fn merge_extern_blocks(file: &mut File) { in merge_extern_blocks() 13 fn visit_file_mut(&mut self, file: &mut File) { in visit_file_mut()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DIBuilder.cpp | 139 unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, in createCompileUnit() 165 Metadata *NS, DIFile *File, unsigned Line, StringRef Name, in createImportedModule() 180 DINamespace *NS, DIFile *File, in createImportedModule() 189 DIFile *File, unsigned Line) { in createImportedModule() 196 DIFile *File, unsigned Line) { in createImportedModule() 204 DIFile *File, in createImportedDeclaration() 233 unsigned LineNumber, DIFile *File) { in createTempMacroFile() 308 DIFile *File, unsigned LineNo, in createTypedef() 336 DIFile *File, unsigned LineNumber, in createMemberType() 353 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| D | File.hpp | 27 class File class 83 File::File(ID id, std::string dir, std::string name, std::string source) in File() function in vk::dbg::File
|
| /third_party/rust/rust/library/std/src/sys/wasi/ |
| D | fs.rs | 22 pub struct File { struct 41 dir: File, argument 151 fn new(dir: File, root: PathBuf) -> ReadDir { in new() 400 impl File { impl 401 pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> { in open() 406 pub fn open_at(&self, path: &Path, opts: &OpenOptions) -> io::Result<File> { in open_at() 468 pub fn duplicate(&self) -> io::Result<File> { in duplicate() 500 impl AsInner<WasiFd> for File { implementation 507 impl IntoInner<WasiFd> for File { implementation 513 impl FromInner<WasiFd> for File { implementation [all …]
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | fs.rs | 22 pub struct File(FileDesc); struct 272 impl File { implementation 273 pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> { in open() 277 pub fn open_c(path: &CStr, opts: &OpenOptions) -> io::Result<File> { in open_c() 346 pub fn duplicate(&self) -> io::Result<File> { in duplicate() 369 impl AsInner<FileDesc> for File { implementation 376 impl AsInnerMut<FileDesc> for File { implementation 383 impl IntoInner<FileDesc> for File { implementation 389 impl FromInner<FileDesc> for File { implementation 395 impl AsFd for File { implementation [all …]
|
| /third_party/rust/rust/src/tools/rust-installer/src/ |
| D | util.rs | 50 pub fn create_new_executable<P: AsRef<Path>>(path: P) -> Result<fs::File> { in create_new_executable() 62 pub fn create_new_file<P: AsRef<Path>>(path: P) -> Result<fs::File> { in create_new_file() 72 pub fn open_file<P: AsRef<Path>>(path: P) -> Result<fs::File> { in open_file()
|
| /third_party/flatbuffers/grpc/src/compiler/ |
| D | schema_interface.h | 102 struct File : public CommentHolder { struct 103 virtual ~File() {} in ~File() argument
|
| /third_party/rust/rust/tests/ui/std/ |
| D | switch-stdout.rs | 10 fn switch_stdout_to(file: File) { in switch_stdout_to() 23 fn switch_stdout_to(file: File) { in switch_stdout_to()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeEnumInjectedSources.cpp | 38 PDBFile &File; member in llvm::pdb::__anon5cc1f31f0111::NativeInjectedSource 42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 96 PDBFile &File, const InjectedSourceStream &IJS, in NativeEnumInjectedSources()
|