/third_party/typescript/tests/baselines/reference/ |
D | subclassThisTypeAssignable.types | 3 oninit?(vnode: Vnode<Attrs, State>): number; 4 >oninit : (vnode: Vnode<Attrs, State>) => number 5 >vnode : Vnode<Attrs, State> 11 interface Vnode<Attrs, State extends Lifecycle<Attrs, State> = Lifecycle<Attrs, State>> { 17 view(this: State, vnode: Vnode<Attrs, State>): number; 18 >view : (this: State, vnode: Vnode<Attrs, State>) => number 20 >vnode : Vnode<Attrs, State> 24 oninit?(vnode: Vnode<A, this>): number; 25 >oninit : (vnode: Vnode<A, this>) => number 26 >vnode : Vnode<A, this> [all …]
|
D | subclassThisTypeAssignable.symbols | 7 oninit?(vnode: Vnode<Attrs, State>): number; 10 >Vnode : Symbol(Vnode, Decl(tile1.ts, 3, 1)) 18 interface Vnode<Attrs, State extends Lifecycle<Attrs, State> = Lifecycle<Attrs, State>> { 19 >Vnode : Symbol(Vnode, Decl(tile1.ts, 3, 1)) 30 >tag : Symbol(Vnode.tag, Decl(tile1.ts, 5, 89)) 41 view(this: State, vnode: Vnode<Attrs, State>): number; 46 >Vnode : Symbol(Vnode, Decl(tile1.ts, 3, 1)) 59 oninit?(vnode: Vnode<A, this>): number; 62 >Vnode : Symbol(Vnode, Decl(tile1.ts, 3, 1)) 65 view(vnode: Vnode<A, this>): number; [all …]
|
D | subclassThisTypeAssignable.js | 5 oninit?(vnode: Vnode<Attrs, State>): number; 9 interface Vnode<Attrs, State extends Lifecycle<Attrs, State> = Lifecycle<Attrs, State>> { 14 view(this: State, vnode: Vnode<Attrs, State>): number; 18 oninit?(vnode: Vnode<A, this>): number; 19 view(vnode: Vnode<A, this>): number; 24 view(v: Vnode<MyAttrs>) { return 0; }
|
D | subclassThisTypeAssignable.errors.txt | 6 oninit?(vnode: Vnode<Attrs, State>): number; 10 interface Vnode<Attrs, State extends Lifecycle<Attrs, State> = Lifecycle<Attrs, State>> { 17 view(this: State, vnode: Vnode<Attrs, State>): number; 21 oninit?(vnode: Vnode<A, this>): number; 22 view(vnode: Vnode<A, this>): number; 27 view(v: Vnode<MyAttrs>) { return 0; }
|
/third_party/NuttX/fs/vfs/include/ |
D | driver.h | 69 int (*open)(struct Vnode *vnode); 70 int (*close)(struct Vnode *vnode); 71 ssize_t (*read)(struct Vnode *vnode, unsigned char *buffer, 73 ssize_t (*write)(struct Vnode *vnode, const unsigned char *buffer, 75 int (*geometry)(struct Vnode *vnode, struct geometry *geometry); 76 int (*ioctl)(struct Vnode *vnode, int cmd, unsigned long arg); 77 int (*unlink)(struct Vnode *vnode); 236 struct Vnode **ppvnode); 266 struct Vnode **vpp); 290 int close_blockdriver(struct Vnode *vnode);
|
D | file.h | 70 struct Vnode; 80 struct Vnode *host; /* owner of this mapping */ 92 struct Vnode *f_vnode; /* Driver interface */ 145 int (*unlink)(struct Vnode *vnode); 470 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… 578 struct Vnode *files_get_openfile(int fd); 582 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath);
|
/third_party/typescript/tests/cases/compiler/ |
D | subclassThisTypeAssignable.ts | 6 oninit?(vnode: Vnode<Attrs, State>): number; 10 interface Vnode<Attrs, State extends Lifecycle<Attrs, State> = Lifecycle<Attrs, State>> { interface 15 view(this: State, vnode: Vnode<Attrs, State>): number; 19 oninit?(vnode: Vnode<A, this>): number; 20 view(vnode: Vnode<A, this>): number; 25 view(v: Vnode<MyAttrs>) { return 0; }
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 115 int tmpfs_closedir(struct Vnode *node, struct fs_dirent_s *dir); 116 int tmpfs_rewinddir(struct Vnode *vp, struct fs_dirent_s *dir); 117 int tmpfs_truncate(struct Vnode *vp, off_t len); 119 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data); 120 int tmpfs_unmount(struct Mount *mnt, struct Vnode **blkdriver); 122 int tmpfs_lookup(struct Vnode *parent, const char *name, int len, struct Vnode **vpp); 125 ssize_t tmpfs_readpage(struct Vnode *vnode, char *buffer, off_t off); 126 int tmpfs_stat(struct Vnode *vp, struct stat *st); 127 int tmpfs_opendir(struct Vnode *vp, struct fs_dirent_s *dir); 128 int tmpfs_readdir(struct Vnode *vp, struct fs_dirent_s *dir); [all …]
|
/third_party/NuttX/fs/vfs/ |
D | fs_rename.c | 38 static int check_rename_target(struct Vnode *old_vnode, struct Vnode *old_parent_vnode, in check_rename_target() 39 struct Vnode *new_vnode, struct Vnode *new_parent_vnode) in check_rename_target() 119 struct Vnode *old_parent_vnode = NULL; in do_rename() 120 struct Vnode *new_parent_vnode = NULL; in do_rename() 121 struct Vnode *old_vnode = NULL; in do_rename() 122 struct Vnode *new_vnode = NULL; in do_rename()
|
D | fs_symlink.c | 36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath) in follow_symlink() 39 struct Vnode *newvnode = NULL; in follow_symlink() 95 struct Vnode *parent_vnode = NULL; in do_symlink() 96 struct Vnode *new_vnode = NULL; in do_symlink()
|
D | fs_rmdir.c | 39 static int check_target(struct Vnode *vnode, char *name) in check_target() 71 struct Vnode *cwdnode = NULL; in check_target() 93 struct Vnode *vnode = NULL; in do_rmdir()
|
D | fs_link.c | 38 struct Vnode *new_parent_vnode = NULL; in do_link() 39 struct Vnode *new_vnode = NULL; in do_link() 40 struct Vnode *old_vnode = NULL; in do_link()
|
D | fs_open.c | 112 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node) in do_creat() 147 struct Vnode *vnode = NULL; in fp_open() 148 struct Vnode *parentVnode = NULL; in fp_open()
|
D | fs_unlink.c | 38 static int check_target(struct Vnode *vnode) in check_target() 74 struct Vnode *vnode = NULL; in do_unlink()
|
D | fs_mkdir.c | 40 struct Vnode *parentVnode = NULL; in do_mkdir() 41 struct Vnode *vnode = NULL; in do_mkdir()
|
/third_party/NuttX/drivers/bch/ |
D | bchdev_driver.c | 55 static int bch_unlink(struct Vnode *vnode); 86 struct Vnode *vnode = filep->f_vnode; in bch_open() 117 struct Vnode *vnode = filep->f_vnode; in bch_close() 176 struct Vnode *vnode = filep->f_vnode; in bch_seek() 240 struct Vnode *vnode = filep->f_vnode; in bch_read() 263 struct Vnode *vnode = filep->f_vnode; in bch_write() 294 struct Vnode *vnode = filep->f_vnode; in bch_ioctl() 381 int bch_unlink(struct Vnode *vnode) in bch_unlink()
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 55 int romfs_lookup(struct Vnode *parentVnode, const char *path, int len, struct Vnode **ppVnode) in romfs_lookup() 58 struct Vnode *newVnode = NULL; in romfs_lookup() 219 int romfs_reclaim(struct Vnode *vp) in romfs_reclaim() 292 static ssize_t romfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in romfs_readpage() 427 int romfs_opendir(struct Vnode *vp, struct fs_dirent_s *dir) in romfs_opendir() 476 int romfs_closedir(struct Vnode *vp, struct fs_dirent_s *dir) in romfs_closedir() 498 static int romfs_readdir(struct Vnode *vp, struct fs_dirent_s *dir) in romfs_readdir() 600 static int romfs_rewinddir(struct Vnode *vp, struct fs_dirent_s *dir) in romfs_rewinddir() 635 int romfs_bind(struct Mount *mnt, struct Vnode *blkDriver, const void *data) in romfs_bind() 639 struct Vnode *pv = NULL; in romfs_bind() [all …]
|
/third_party/NuttX/fs/driver/ |
D | fs_openblockdriver.c | 60 extern int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp); 63 struct Vnode **ppvnode) in open_blockdriver() 65 struct Vnode *vnode_ptr = NULL; in open_blockdriver()
|
D | fs_findblockdriver.c | 58 int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp) in find_blockdriver() 61 struct Vnode *vp = NULL; in find_blockdriver()
|
/third_party/NuttX/fs/mount/ |
D | fs_umount.c | 89 struct Vnode *mountpt_vnode = NULL; in umount() 90 struct Vnode *blkdrvr_vnode = NULL; in umount() 91 struct Vnode *covered_vnode = NULL; in umount()
|
/third_party/NuttX/drivers/pipes/ |
D | pipe.c | 53 int pipe_unlink(struct Vnode *priv); 133 struct Vnode *vnode = filep->f_vnode; in pipe_close() 160 int pipe_unlink(struct Vnode *vnode) in pipe_unlink() 214 struct Vnode *vnode = NULL; in UpdateDev()
|
D | pipe_common.c | 171 struct Vnode *vnode = filep->f_vnode; in pipecommon_open() 280 struct Vnode *vnode = filep->f_vnode; in pipecommon_close() 378 struct Vnode *vnode = filep->f_vnode; in pipecommon_read() 539 struct Vnode *vnode = filep->f_vnode; in pipecommon_write() 700 struct Vnode *vnode = filep->f_vnode; in pipecommon_poll() 785 int pipecommon_unlink(struct Vnode *vnode) in pipecommon_unlink()
|
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 229 int vfs_nfs_reclaim(struct Vnode *node) in vfs_nfs_reclaim() 486 int nfs_bind(struct Vnode *blkdriver, const void *data, in nfs_bind() 798 int vfs_nfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in vfs_nfs_mount() 801 struct Vnode *vp = NULL; in vfs_nfs_mount() 848 int vfs_nfs_lookup(struct Vnode *parent, const char *path, int len, struct Vnode **vpp) in vfs_nfs_lookup() 902 int vfs_nfs_stat(struct Vnode *node, struct stat *buf) in vfs_nfs_stat() 927 int vfs_nfs_opendir(struct Vnode *node, struct fs_dirent_s *dir) in vfs_nfs_opendir() 966 int vfs_nfs_readdir(struct Vnode *node, struct fs_dirent_s *dir) in vfs_nfs_readdir() 1309 extern int nfs_rename(struct Vnode *mountpt, const char *oldrelpath, const char *newrelpath); 1310 int vfs_nfs_rename(struct Vnode *from_vnode, struct Vnode *to_parent, in vfs_nfs_rename() [all …]
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 189 struct Vnode *vnode = filep->f_vnode; in _files_close() 317 struct Vnode *vnode_ptr = NULL; in file_dup2() 419 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate() 448 filep->f_vnode = (struct Vnode *)vnode_ptr; in files_allocate() 561 struct Vnode *files_get_openfile(int fd) in files_get_openfile() 621 int close_files(struct Vnode *vnode) in close_files() 625 struct Vnode *open_file_vnode = NULL; in close_files()
|
/third_party/NuttX/fs/dirent/ |
D | fs_opendir.c | 83 struct Vnode *vp = NULL; in opendir() 155 struct Vnode *vp = NULL; in do_opendir()
|