Home
last modified time | relevance | path

Searched defs:module (Results 976 - 995 of 995) sorted by relevance

1...<<31323334353637383940

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc2147 Node* module = in VisitLdaModuleVariable() local
2156 Node* module = in VisitStaModuleVariable() local
2159 NewNode(javascript()->StoreModule(cell_index), module, value); in VisitStaModuleVariable() local
/third_party/node/deps/v8/src/execution/
H A Disolate.cc4840 RunHostInitializeImportMetaObjectCallback( Handle<SourceTextModule> module) ThrowInternal() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1490 SourceTextModuleDescriptor* module() const { in module() function in v8::internal::ParseFunctionFlag::ParserBase
/third_party/python/Modules/
H A D_testcapimodule.c3275 char *module; member
3355 PyObject *module = PyImport_ImportModule(known->module); test_capsule() local
5524 bad_get(PyObject *module, PyObject *const *args, Py_ssize_t nargs) bad_get() argument
5693 pynumber_tobase(PyObject *module, PyObject *args) pynumber_tobase() argument
6404 PyObject *module = PyFunction_GetModule(func); function_get_module() local
[all...]
H A Dposixmodule.c1006 get_posix_state(PyObject *module) in get_posix_state() argument
2316 _posix_clear(PyObject *module) in _posix_clear() argument
2341 _posix_traverse(PyObject *module, visitpro argument
2366 _posix_free(void *module) _posix_free() argument
2372 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) fill_time() argument
2413 _pystat_fromstructstat(PyObject *module, STRUCT_STAT *st) _pystat_fromstructstat() argument
2521 posix_do_stat(PyObject *module, const char *function_name, path_t *path, int dir_fd, int follow_symlinks) posix_do_stat() argument
2908 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) os_stat_impl() argument
2931 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) os_lstat_impl() argument
2979 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, int effective_ids, int follow_symlinks) os_access_impl() argument
3096 os_ttyname_impl(PyObject *module, int fd) os_ttyname_impl() argument
3128 os_ctermid_impl(PyObject *module) os_ctermid_impl() argument
3159 os_chdir_impl(PyObject *module, path_t *path) os_chdir_impl() argument
3204 os_fchdir_impl(PyObject *module, int fd) os_fchdir_impl() argument
3248 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, int follow_symlinks) os_chmod_impl() argument
3388 os_fchmod_impl(PyObject *module, int fd, int mode) os_fchmod_impl() argument
3425 os_lchmod_impl(PyObject *module, path_t *path, int mode) os_lchmod_impl() argument
3463 os_chflags_impl(PyObject *module, path_t *path, unsigned long flags, int follow_symlinks) os_chflags_impl() argument
3509 os_lchflags_impl(PyObject *module, path_t *path, unsigned long flags) os_lchflags_impl() argument
3537 os_chroot_impl(PyObject *module, path_t *path) os_chroot_impl() argument
3561 os_fsync_impl(PyObject *module, int fd) os_fsync_impl() argument
3577 os_sync_impl(PyObject *module) os_sync_impl() argument
3602 os_fdatasync_impl(PyObject *module, int fd) os_fdatasync_impl() argument
3651 os_chown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid, int dir_fd, int follow_symlinks) os_chown_impl() argument
3731 os_fchown_impl(PyObject *module, int fd, uid_t uid, gid_t gid) os_fchown_impl() argument
3769 os_lchown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid) os_lchown_impl() argument
3893 os_getcwd_impl(PyObject *module) os_getcwd_impl() argument
3907 os_getcwdb_impl(PyObject *module) os_getcwdb_impl() argument
3944 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd, int follow_symlinks) os_link_impl() argument
4271 os_listdir_impl(PyObject *module, path_t *path) os_listdir_impl() argument
4338 os__getfullpathname_impl(PyObject *module, path_t *path) os__getfullpathname_impl() argument
4372 os__getfinalpathname_impl(PyObject *module, path_t *path) os__getfinalpathname_impl() argument
4450 os__getvolumepathname_impl(PyObject *module, path_t *path) os__getvolumepathname_impl() argument
4498 os__path_splitroot_impl(PyObject *module, path_t *path) os__path_splitroot_impl() argument
4547 os__path_normpath_impl(PyObject *module, PyObject *path) os__path_normpath_impl() argument
4592 os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd) os_mkdir_impl() argument
4695 os_nice_impl(PyObject *module, int increment) os_nice_impl() argument
4735 os_getpriority_impl(PyObject *module, int which, int who) os_getpriority_impl() argument
4761 os_setpriority_impl(PyObject *module, int which, int who, int priority) os_setpriority_impl() argument
4868 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd) os_rename_impl() argument
4889 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd) os_replace_impl() argument
4913 os_rmdir_impl(PyObject *module, path_t *path, int dir_fd) os_rmdir_impl() argument
4970 os_system_impl(PyObject *module, const Py_UNICODE *command) os_system_impl() argument
4996 os_system_impl(PyObject *module, PyObject *command) os_system_impl() argument
5026 os_umask_impl(PyObject *module, int mask) os_umask_impl() argument
5093 os_unlink_impl(PyObject *module, path_t *path, int dir_fd) os_unlink_impl() argument
5153 os_remove_impl(PyObject *module, path_t *path, int dir_fd) os_remove_impl() argument
5196 os_uname_impl(PyObject *module) os_uname_impl() argument
5439 split_py_long_to_s_and_ns(PyObject *module, PyObject *py_long, time_t *s, long *ns) split_py_long_to_s_and_ns() argument
5505 os_utime_impl(PyObject *module, path_t *path, PyObject *times, PyObject *ns, int dir_fd, int follow_symlinks) os_utime_impl() argument
5677 os__exit_impl(PyObject *module, int status) os__exit_impl() argument
5870 os_execv_impl(PyObject *module, path_t *path, PyObject *argv) os_execv_impl() argument
5935 os_execve_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env) os_execve_impl() argument
6021 parse_posix_spawn_flags(PyObject *module, const char *func_name, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler, posix_spawnattr_t *attrp) parse_posix_spawn_flags() argument
6273 py_posix_spawn(int use_posix_spawnp, PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) py_posix_spawn() argument
6429 os_posix_spawn_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) os_posix_spawn_impl() argument
6475 os_posix_spawnp_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) os_posix_spawnp_impl() argument
6538 os_spawnv_impl(PyObject *module, int mode, path_t *path, PyObject *argv) os_spawnv_impl() argument
6640 os_spawnve_impl(PyObject *module, int mode, path_t *path, PyObject *argv, PyObject *env) os_spawnve_impl() argument
6782 os_register_at_fork_impl(PyObject *module, PyObject *before, PyObject *after_in_child, PyObject *after_in_parent) os_register_at_fork_impl() argument
6823 os_fork1_impl(PyObject *module) os_fork1_impl() argument
6858 os_fork_impl(PyObject *module) os_fork_impl() argument
6898 os_sched_get_priority_max_impl(PyObject *module, int policy) os_sched_get_priority_max_impl() argument
6919 os_sched_get_priority_min_impl(PyObject *module, int policy) os_sched_get_priority_min_impl() argument
6942 os_sched_getscheduler_impl(PyObject *module, pid_t pid) os_sched_getscheduler_impl() argument
6997 convert_sched_param(PyObject *module, PyObject *param, struct sched_param *res) convert_sched_param() argument
7034 os_sched_setscheduler_impl(PyObject *module, pid_t pid, int policy, PyObject *param_obj) os_sched_setscheduler_impl() argument
7068 os_sched_getparam_impl(PyObject *module, pid_t pid) os_sched_getparam_impl() argument
7104 os_sched_setparam_impl(PyObject *module, pid_t pid, PyObject *param_obj) os_sched_setparam_impl() argument
7131 os_sched_rr_get_interval_impl(PyObject *module, pid_t pid) os_sched_rr_get_interval_impl() argument
7154 os_sched_yield_impl(PyObject *module) os_sched_yield_impl() argument
7183 os_sched_setaffinity_impl(PyObject *module, pid_t pid, PyObject *mask) os_sched_setaffinity_impl() argument
7282 os_sched_getaffinity_impl(PyObject *module, pid_t pid) os_sched_getaffinity_impl() argument
7376 os_openpty_impl(PyObject *module) os_openpty_impl() argument
7484 os_login_tty_impl(PyObject *module, int fd) os_login_tty_impl() argument
7528 os_forkpty_impl(PyObject *module) os_forkpty_impl() argument
7566 os_getegid_impl(PyObject *module) os_getegid_impl() argument
7582 os_geteuid_impl(PyObject *module) os_geteuid_impl() argument
7598 os_getgid_impl(PyObject *module) os_getgid_impl() argument
7614 os_getpid_impl(PyObject *module) os_getpid_impl() argument
7644 os_getgrouplist_impl(PyObject *module, const char *user, int basegid) os_getgrouplist_impl() argument
7758 os_getgroups_impl(PyObject *module) os_getgroups_impl() argument
7822 os_initgroups_impl(PyObject *module, PyObject *oname, int gid) os_initgroups_impl() argument
7864 os_getpgid_impl(PyObject *module, pid_t pid) os_getpgid_impl() argument
7883 os_getpgrp_impl(PyObject *module) os_getpgrp_impl() argument
7903 os_setpgrp_impl(PyObject *module) os_setpgrp_impl() argument
7971 os_getppid_impl(PyObject *module) os_getppid_impl() argument
7991 os_getlogin_impl(PyObject *module) os_getlogin_impl() argument
8034 os_getuid_impl(PyObject *module) os_getuid_impl() argument
8058 os_kill_impl(PyObject *module, pid_t pid, Py_ssize_t signal) os_kill_impl() argument
8129 os_killpg_impl(PyObject *module, pid_t pgid, int signal) os_killpg_impl() argument
8160 os_plock_impl(PyObject *module, int op) os_plock_impl() argument
8181 os_setuid_impl(PyObject *module, uid_t uid) os_setuid_impl() argument
8202 os_seteuid_impl(PyObject *module, uid_t euid) os_seteuid_impl() argument
8223 os_setegid_impl(PyObject *module, gid_t egid) os_setegid_impl() argument
8245 os_setreuid_impl(PyObject *module, uid_t ruid, uid_t euid) os_setreuid_impl() argument
8269 os_setregid_impl(PyObject *module, gid_t rgid, gid_t egid) os_setregid_impl() argument
8289 os_setgid_impl(PyObject *module, gid_t gid) os_setgid_impl() argument
8310 os_setgroups(PyObject *module, PyObject *groups) os_setgroups() argument
8361 wait_helper(PyObject *module, pid_t pid, int status, struct rusage *ru) wait_helper() argument
8437 os_wait3_impl(PyObject *module, int options) os_wait3_impl() argument
8474 os_wait4_impl(PyObject *module, pid_t pid, int options) os_wait4_impl() argument
8516 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options) os_waitid_impl() argument
8572 os_waitpid_impl(PyObject *module, pid_t pid, int options) os_waitpid_impl() argument
8607 os_waitpid_impl(PyObject *module, intptr_t pid, int options) os_waitpid_impl() argument
8643 os_wait_impl(PyObject *module) os_wait_impl() argument
8676 os_pidfd_open_impl(PyObject *module, pid_t pid, unsigned int flags) os_pidfd_open_impl() argument
8706 os_readlink_impl(PyObject *module, path_t *path, int dir_fd) os_readlink_impl() argument
8919 os_symlink_impl(PyObject *module, path_t *src, path_t *dst, int target_is_directory, int dir_fd) os_symlink_impl() argument
9058 build_times_result(PyObject *module, double user, double system, double children_user, double children_system, double elapsed) build_times_result() argument
9105 os_times_impl(PyObject *module) os_times_impl() argument
9159 os_getsid_impl(PyObject *module, pid_t pid) os_getsid_impl() argument
9179 os_setsid_impl(PyObject *module) os_setsid_impl() argument
9201 os_setpgid_impl(PyObject *module, pid_t pid, pid_t pgrp) os_setpgid_impl() argument
9222 os_tcgetpgrp_impl(PyObject *module, int fd) os_tcgetpgrp_impl() argument
9245 os_tcsetpgrp_impl(PyObject *module, int fd, pid_t pgid) os_tcsetpgrp_impl() argument
9280 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd) os_open_impl() argument
9361 os_close_impl(PyObject *module, int fd) os_close_impl() argument
9390 os_closerange_impl(PyObject *module, int fd_low, int fd_high) os_closerange_impl() argument
9410 os_dup_impl(PyObject *module, int fd) os_dup_impl() argument
9429 os_dup2_impl(PyObject *module, int fd, int fd2, int inheritable) os_dup2_impl() argument
9533 os_lockf_impl(PyObject *module, int fd, int command, Py_off_t length) os_lockf_impl() argument
9569 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how) os_lseek_impl() argument
9609 os_read_impl(PyObject *module, int fd, Py_ssize_t length) os_read_impl() argument
9716 os_readv_impl(PyObject *module, int fd, PyObject *buffers) os_readv_impl() argument
9771 os_pread_impl(PyObject *module, int fd, Py_ssize_t length, Py_off_t offset) os_pread_impl() argument
9832 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, int flags) os_preadv_impl() argument
9917 os_write_impl(PyObject *module, int fd, Py_buffer *data) os_write_impl() argument
9940 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, Py_off_t sbytes, PyObject *headers, PyObject *trailers, int flags) os_sendfile_impl() argument
10168 os__fcopyfile_impl(PyObject *module, int in_fd, int out_fd, int flags) os__fcopyfile_impl() argument
10195 os_fstat_impl(PyObject *module, int fd) os_fstat_impl() argument
10231 os_isatty_impl(PyObject *module, int fd) os_isatty_impl() argument
10255 os_pipe_impl(PyObject *module) os_pipe_impl() argument
10342 os_pipe2_impl(PyObject *module, int flags) os_pipe2_impl() argument
10370 os_writev_impl(PyObject *module, int fd, PyObject *buffers) os_writev_impl() argument
10424 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset) os_pwrite_impl() argument
10473 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, int flags) os_pwritev_impl() argument
10570 os_copy_file_range_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst) os_copy_file_range_impl() argument
10642 os_splice_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst, unsigned int flags) os_splice_impl() argument
10704 os_mkfifo_impl(PyObject *module, path_t *path, int mode, int dir_fd) os_mkfifo_impl() argument
10772 os_mknod_impl(PyObject *module, path_t *path, int mode, dev_t device, int dir_fd) os_mknod_impl() argument
10824 os_major_impl(PyObject *module, dev_t device) os_major_impl() argument
10841 os_minor_impl(PyObject *module, dev_t device) os_minor_impl() argument
10859 os_makedev_impl(PyObject *module, int major, int minor) os_makedev_impl() argument
10879 os_ftruncate_impl(PyObject *module, int fd, Py_off_t length) os_ftruncate_impl() argument
10921 os_truncate_impl(PyObject *module, path_t *path, Py_off_t length) os_truncate_impl() argument
10986 os_posix_fallocate_impl(PyObject *module, int fd, Py_off_t offset, Py_off_t length) os_posix_fallocate_impl() argument
11033 os_posix_fadvise_impl(PyObject *module, int fd, Py_off_t offset, Py_off_t length, int advice) os_posix_fadvise_impl() argument
11128 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) os_putenv_impl() argument
11148 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) os_putenv_impl() argument
11181 os_unsetenv_impl(PyObject *module, PyObject *name) os_unsetenv_impl() argument
11199 os_unsetenv_impl(PyObject *module, PyObject *name) os_unsetenv_impl() argument
11229 os_strerror_impl(PyObject *module, int code) os_strerror_impl() argument
11254 os_WCOREDUMP_impl(PyObject *module, int status) os_WCOREDUMP_impl() argument
11277 os_WIFCONTINUED_impl(PyObject *module, int status) os_WIFCONTINUED_impl() argument
11297 os_WIFSTOPPED_impl(PyObject *module, int status) os_WIFSTOPPED_impl() argument
11317 os_WIFSIGNALED_impl(PyObject *module, int status) os_WIFSIGNALED_impl() argument
11337 os_WIFEXITED_impl(PyObject *module, int status) os_WIFEXITED_impl() argument
11357 os_WEXITSTATUS_impl(PyObject *module, int status) os_WEXITSTATUS_impl() argument
11377 os_WTERMSIG_impl(PyObject *module, int status) os_WTERMSIG_impl() argument
11397 os_WSTOPSIG_impl(PyObject *module, int status) os_WSTOPSIG_impl() argument
11417 _pystatvfs_fromstructstatvfs(PyObject *module, struct statvfs st) _pystatvfs_fromstructstatvfs() argument
11479 os_fstatvfs_impl(PyObject *module, int fd) os_fstatvfs_impl() argument
11515 os_statvfs_impl(PyObject *module, path_t *path) os_statvfs_impl() argument
11550 os__getdiskusage_impl(PyObject *module, path_t *path) os__getdiskusage_impl() argument
11764 os_fpathconf_impl(PyObject *module, int fd, int name) os_fpathconf_impl() argument
11793 os_pathconf_impl(PyObject *module, path_t *path, int name) os_pathconf_impl() argument
11990 os_confstr_impl(PyObject *module, int name) os_confstr_impl() argument
12546 os_sysconf_impl(PyObject *module, int name) os_sysconf_impl() argument
12582 setup_confname_table(struct constdef *table, size_t tablesize, const char *tablename, PyObject *module) setup_confname_table() argument
12607 setup_confname_tables(PyObject *module) setup_confname_tables() argument
12644 os_abort_impl(PyObject *module) os_abort_impl() argument
12726 os_startfile_impl(PyObject *module, path_t *filepath, const Py_UNICODE *operation, const Py_UNICODE *arguments, path_t *cwd, int show_cmd) os_startfile_impl() argument
12775 os_getloadavg_impl(PyObject *module) os_getloadavg_impl() argument
12799 os_device_encoding_impl(PyObject *module, int fd) os_device_encoding_impl() argument
12819 os_setresuid_impl(PyObject *module, uid_t ruid, uid_t euid, uid_t suid) os_setresuid_impl() argument
12842 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) os_setresgid_impl() argument
12860 os_getresuid_impl(PyObject *module) os_getresuid_impl() argument
12881 os_getresgid_impl(PyObject *module) os_getresgid_impl() argument
12913 os_getxattr_impl(PyObject *module, path_t *path, path_t *attribute, int follow_symlinks) os_getxattr_impl() argument
12989 os_setxattr_impl(PyObject *module, path_t *path, path_t *attribute, Py_buffer *value, int flags, int follow_symlinks) os_setxattr_impl() argument
13042 os_removexattr_impl(PyObject *module, path_t *path, path_t *attribute, int follow_symlinks) os_removexattr_impl() argument
13089 os_listxattr_impl(PyObject *module, path_t *path, int follow_symlinks) os_listxattr_impl() argument
13188 os_urandom_impl(PyObject *module, Py_ssize_t size) os_urandom_impl() argument
13219 os_memfd_create_impl(PyObject *module, PyObject *name, unsigned int flags) os_memfd_create_impl() argument
13245 os_eventfd_impl(PyObject *module, unsigned int initval, int flags) os_eventfd_impl() argument
13269 os_eventfd_read_impl(PyObject *module, int fd) os_eventfd_read_impl() argument
13293 os_eventfd_write_impl(PyObject *module, int fd, unsigned long long value) os_eventfd_write_impl() argument
13348 os_get_terminal_size_impl(PyObject *module, int fd) os_get_terminal_size_impl() argument
13427 os_cpu_count_impl(PyObject *module) os_cpu_count_impl() argument
13468 os_get_inheritable_impl(PyObject *module, int fd) os_get_inheritable_impl() argument
13489 os_set_inheritable_impl(PyObject *module, int fd, int inheritable) os_set_inheritable_impl() argument
13513 os_get_handle_inheritable_impl(PyObject *module, intptr_t handle) os_get_handle_inheritable_impl() argument
13537 os_set_handle_inheritable_impl(PyObject *module, intptr_t handle, int inheritable) os_set_handle_inheritable_impl() argument
13562 os_get_blocking_impl(PyObject *module, int fd) os_get_blocking_impl() argument
13586 os_set_blocking_impl(PyObject *module, int fd, int blocking) os_set_blocking_impl() argument
13670 DirEntry_fetch_stat(PyObject *module, DirEntry *self, int follow_symlinks) DirEntry_fetch_stat() argument
13736 PyObject *module = PyType_GetModule(defining_class); DirEntry_get_lstat() local
13772 PyObject *module = PyType_GetModule(defining_class); os_DirEntry_stat_impl() local
14043 DirEntry_from_find_data(PyObject *module, path_t *path, WIN32_FIND_DATAW *dataW) DirEntry_from_find_data() argument
14128 DirEntry_from_posix_info(PyObject *module, path_t *path, const char *name, Py_ssize_t name_len, ino_t d_ino , unsigned char d_type ) DirEntry_from_posix_info() argument
14260 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); ScandirIterator_iternext() local
14332 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); ScandirIterator_iternext() local
14456 os_scandir_impl(PyObject *module, path_t *path) os_scandir_impl() argument
14617 os_fspath_impl(PyObject *module, PyObject *path) os_fspath_impl() argument
14634 os_getrandom_impl(PyObject *module, Py_ssize_t size, int flags) os_getrandom_impl() argument
14708 os__add_dll_directory_impl(PyObject *module, path_t *path) os__add_dll_directory_impl() argument
14753 os__remove_dll_directory_impl(PyObject *module, PyObject *cookie) os__remove_dll_directory_impl() argument
14825 os_waitstatus_to_exitcode_impl(PyObject *module, PyObject *status_obj) os_waitstatus_to_exitcode_impl() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_typing.py6266 module = py_typing global() variable in NewTypePythonTests
6271 module = c_typing global() variable in NewTypeCTests
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp10156 VULKAN_HPP_NAMESPACE::CuModuleNVX module; in createCuModuleNVX() local
10176 VULKAN_HPP_NAMESPACE::CuModuleNVX module; in createCuModuleNVXUnique() local
19403 VULKAN_HPP_NAMESPACE::CudaModuleNV module; createCudaModuleNV() local
19423 VULKAN_HPP_NAMESPACE::CudaModuleNV module; createCudaModuleNVUnique() local
19450 getCudaModuleCacheNV( VULKAN_HPP_NAMESPACE::CudaModuleNV module, Dispatch const & d ) const getCudaModuleCacheNV() argument
19481 getCudaModuleCacheNV( VULKAN_HPP_NAMESPACE::CudaModuleNV module, Uint8_tAllocator & uint8_tAllocator, Dispatch const & d ) const getCudaModuleCacheNV() argument
[all...]
H A Dvulkan_raii.hpp15828 VULKAN_HPP_NAMESPACE::CuModuleNVX module; variable
6497 CuModuleNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCuModuleNVX module, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CuModuleNVX() argument
6728 CudaModuleNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCudaModuleNV module, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CudaModuleNV() argument
20294 VULKAN_HPP_NAMESPACE::CudaModuleNV module; global() variable
[all...]
H A Dvulkan_structs.hpp16093 VULKAN_HPP_NAMESPACE::ShaderModule module = {}; member
19796 VULKAN_HPP_NAMESPACE::CuModuleNVX module = {}; global() member
20290 VULKAN_HPP_NAMESPACE::CudaModuleNV module = {}; global() member
[all...]
H A Dvulkan_core.h3456 VkShaderModule module; member
11808 VkCuModuleNVX module; member
15659 VkCudaModuleNV module; member
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c5333 DestroyCuModuleNVX( VkDevice device, VkCuModuleNVX module, const VkAllocationCallbacks* pAllocator) DestroyCuModuleNVX() argument
7518 GetCudaModuleCacheNV( VkDevice device, VkCudaModuleNV module, size_t* pCacheSize, void* pCacheData) GetCudaModuleCacheNV() argument
7548 DestroyCudaModuleNV( VkDevice device, VkCudaModuleNV module, const VkAllocationCallbacks* pAllocator) DestroyCudaModuleNV() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc3320 GetWasmModuleTransferId( Isolate* v8_isolate, Local<WasmModuleObject> module) GetWasmModuleTransferId() argument
/third_party/glfw/deps/glad/
H A Dvulkan.h3047 VkShaderModule module; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp12444 VULKAN_HPP_NAMESPACE::ShaderModule module = {}; member
14282 VULKAN_HPP_NAMESPACE::CuModuleNVX module member
[all...]
H A Dvulkan_core.h3042 VkShaderModule module; member
8909 VkCuModuleNVX module; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2150 VkShaderModule module; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3306 VkShaderModule module; member
10003 VkCuModuleNVX module; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3091 VkShaderModule module; member
9069 VkCuModuleNVX module; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2949 VkShaderModule module; member
/third_party/sqlite/src/
H A Dsqlite3.c197842 static const sqlite3_tokenizer_module module = { global() local
[all...]

Completed in 590 milliseconds

1...<<31323334353637383940