Home
last modified time | relevance | path

Searched +defs:module +defs:name (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
Dimports.any.js66 const module = new WebAssembly.Module(emptyModuleBinary); constant
85 const module = new WebAssembly.Module(emptyModuleBinary); constant
91 const module = new WebAssembly.Module(emptyModuleBinary); constant
97 const module = new WebAssembly.Module(emptyModuleBinary); constant
110 const module = new WebAssembly.Module(buffer); constant
113 { "module": "module", "kind": "function", "name": "fn" }, property
114 { "module": "module", "kind": "global", "name": "global" }, property
115 { "module": "module", "kind": "memory", "name": "memory" }, property
116 { "module": "module", "kind": "table", "name": "table" }, property
130 const module = new WebAssembly.Module(buffer); constant
[all …]
Dexports.any.js60 const module = new WebAssembly.Module(emptyModuleBinary); constant
79 const module = new WebAssembly.Module(emptyModuleBinary); constant
85 const module = new WebAssembly.Module(emptyModuleBinary); constant
91 const module = new WebAssembly.Module(emptyModuleBinary); constant
120 const module = new WebAssembly.Module(buffer); constant
123 { "kind": "function", "name": "fn" }, property
124 { "kind": "function", "name": "fn2" }, property
125 { "kind": "table", "name": "table" }, property
126 { "kind": "global", "name": "global" }, property
127 { "kind": "global", "name": "global2" }, property
[all …]
DcustomSections.any.js28 const module = new WebAssembly.Module(emptyModuleBinary); constant
51 const module = new WebAssembly.Module(emptyModuleBinary); constant
70 const module = new WebAssembly.Module(emptyModuleBinary); constant
75 const module = new WebAssembly.Module(emptyModuleBinary); constant
89 const module = new WebAssembly.Module(buffer); constant
108 const name = "yee\uD801\uDC37eey" constant
113 const module = new WebAssembly.Module(buffer); constant
128 const module = new WebAssembly.Module(buffer); constant
138 const module = new WebAssembly.Module(emptyModuleBinary); constant
/third_party/python/Python/clinic/
Dimport.c.h20 _imp_lock_held(PyObject *module, PyObject *Py_UNUSED(ignored)) in _imp_lock_held()
41 _imp_acquire_lock(PyObject *module, PyObject *Py_UNUSED(ignored)) in _imp_acquire_lock()
61 _imp_release_lock(PyObject *module, PyObject *Py_UNUSED(ignored)) in _imp_release_lock()
85 _imp__fix_co_filename(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _imp__fix_co_filename()
135 _imp_extension_suffixes(PyObject *module, PyObject *Py_UNUSED(ignored)) in _imp_extension_suffixes()
153 _imp_init_frozen(PyObject *module, PyObject *arg) in _imp_init_frozen()
156 PyObject *name; in _imp_init_frozen() local
193 _imp_find_frozen(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _imp_find_frozen()
200 PyObject *name; in _imp_find_frozen() local
243 _imp_get_frozen_object(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _imp_get_frozen_object()
[all …]
Dbltinmodule.c.h34 builtin___import__(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin___import__()
41 PyObject *name; in builtin___import__() local
170 builtin_format(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_format()
211 builtin_chr(PyObject *module, PyObject *arg) in builtin_chr()
253 builtin_compile(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_compile()
347 builtin_divmod(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_divmod()
384 builtin_eval(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_eval()
432 builtin_exec(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_exec()
487 builtin_globals(PyObject *module, PyObject *Py_UNUSED(ignored)) in builtin_globals()
507 builtin_hasattr(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_hasattr()
[all …]
/third_party/python/Modules/_sqlite/
Dmodule.c61 module_connect(PyObject *module, PyObject *const *args, Py_ssize_t nargsf, in module_connect()
94 pysqlite_complete_statement_impl(PyObject *module, const char *statement) in pysqlite_complete_statement_impl()
118 pysqlite_enable_shared_cache_impl(PyObject *module, int do_enable) in pysqlite_enable_shared_cache_impl()
145 pysqlite_register_adapter_impl(PyObject *module, PyTypeObject *type, in pysqlite_register_adapter_impl()
180 pysqlite_register_converter_impl(PyObject *module, PyObject *orig_name, in pysqlite_register_converter_impl()
184 PyObject* name = NULL; in pysqlite_register_converter_impl() local
214 pysqlite_enable_callback_trace_impl(PyObject *module, int enable) in pysqlite_enable_callback_trace_impl()
235 pysqlite_adapt_impl(PyObject *module, PyObject *obj, PyObject *proto, in pysqlite_adapt_impl()
243 static int converters_init(PyObject* module) in converters_init()
255 load_functools_lru_cache(PyObject *module) in load_functools_lru_cache()
[all …]
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.c76 _multiprocessing_closesocket_impl(PyObject *module, HANDLE handle) in _multiprocessing_closesocket_impl()
100 _multiprocessing_recv_impl(PyObject *module, HANDLE handle, int size) in _multiprocessing_recv_impl()
132 _multiprocessing_send_impl(PyObject *module, HANDLE handle, Py_buffer *buf) in _multiprocessing_send_impl()
159 _multiprocessing_sem_unlink_impl(PyObject *module, const char *name) in _multiprocessing_sem_unlink_impl()
187 multiprocessing_exec(PyObject *module) in multiprocessing_exec()
227 #define ADD_FLAG(name) \ in multiprocessing_exec() argument
Dposixshmem.c39 _posixshmem_shm_open_impl(PyObject *module, PyObject *path, int flags, in _posixshmem_shm_open_impl()
45 const char *name = PyUnicode_AsUTF8(path); in _posixshmem_shm_open_impl() local
79 _posixshmem_shm_unlink_impl(PyObject *module, PyObject *path) in _posixshmem_shm_unlink_impl()
84 const char *name = PyUnicode_AsUTF8(path); in _posixshmem_shm_unlink_impl() local
/third_party/python/Python/
Dimport.c191 _imp_lock_held_impl(PyObject *module) in _imp_lock_held_impl()
207 _imp_acquire_lock_impl(PyObject *module) in _imp_acquire_lock_impl()
223 _imp_release_lock_impl(PyObject *module) in _imp_release_lock_impl()
288 PyObject *name = _PyUnicode_FromId(nameid); /* borrowed */ in _PyImport_GetModuleId() local
296 _PyImport_SetModule(PyObject *name, PyObject *m) in _PyImport_SetModule()
304 _PyImport_SetModuleString(const char *name, PyObject *m) in _PyImport_SetModuleString()
312 import_get_module(PyThreadState *tstate, PyObject *name) in import_get_module()
339 import_ensure_initialized(PyInterpreterState *interp, PyObject *mod, PyObject *name) in import_ensure_initialized()
412 _PyImport_FixupExtensionObject(PyObject *mod, PyObject *name, in _PyImport_FixupExtensionObject()
477 _PyImport_FixupBuiltin(PyObject *mod, const char *name, PyObject *modules) in _PyImport_FixupBuiltin()
[all …]
/third_party/python/PC/
Dmsvcrtmodule.c88 msvcrt_heapmin_impl(PyObject *module) in msvcrt_heapmin_impl()
115 msvcrt_locking_impl(PyObject *module, int fd, int mode, long nbytes) in msvcrt_locking_impl()
151 msvcrt_setmode_impl(PyObject *module, int fd, int flags) in msvcrt_setmode_impl()
178 msvcrt_open_osfhandle_impl(PyObject *module, void *handle, int flags) in msvcrt_open_osfhandle_impl()
200 msvcrt_get_osfhandle_impl(PyObject *module, int fd) in msvcrt_get_osfhandle_impl()
218 msvcrt_kbhit_impl(PyObject *module) in msvcrt_kbhit_impl()
237 msvcrt_getch_impl(PyObject *module) in msvcrt_getch_impl()
255 msvcrt_getwch_impl(PyObject *module) in msvcrt_getwch_impl()
273 msvcrt_getche_impl(PyObject *module) in msvcrt_getche_impl()
291 msvcrt_getwche_impl(PyObject *module) in msvcrt_getwche_impl()
[all …]
/third_party/python/Modules/clinic/
D_csv.c.h20 _csv_list_dialects(PyObject *module, PyObject *Py_UNUSED(ignored)) in _csv_list_dialects()
40 _csv_unregister_dialect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwname… in _csv_unregister_dialect()
46 PyObject *name; in _csv_unregister_dialect() local
74 _csv_get_dialect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _csv_get_dialect()
80 PyObject *name; in _csv_get_dialect() local
111 _csv_field_size_limit(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _csv_field_size_limit()
/third_party/node/deps/v8/src/objects/
Dmodule.cc30 void PrintModuleName(Module module, std::ostream& os) { in PrintModuleName()
41 void PrintStatusTransition(Module module, Module::Status old_status) { in PrintStatusTransition()
49 void PrintStatusMessage(Module module, const char* message) { in PrintStatusMessage()
57 void SetStatusInternal(Module module, Module::Status new_status) { in SetStatusInternal()
79 Handle<Module> module) { in RecordErrorUsingPendingException()
85 void Module::RecordError(Isolate* isolate, Handle<Module> module, in RecordError()
105 void Module::ResetGraph(Isolate* isolate, Handle<Module> module) { in ResetGraph()
132 void Module::Reset(Isolate* isolate, Handle<Module> module) { in Reset()
160 MaybeHandle<Cell> Module::ResolveExport(Isolate* isolate, Handle<Module> module, in ResolveExport()
180 Isolate* isolate, Handle<Module> module, v8::Local<v8::Context> context, in Instantiate()
[all …]
Dsource-text-module.cc126 Isolate* isolate, Handle<SourceTextModule> module, Handle<String> name, in CreateIndirectExport()
135 Handle<SourceTextModule> module, in CreateExport()
144 Handle<String> name(String::cast(names->get(i)), isolate); in CreateExport() local
168 Handle<SourceTextModule> module, in LoadVariable()
173 void SourceTextModule::StoreVariable(Handle<SourceTextModule> module, in StoreVariable()
182 Isolate* isolate, Handle<SourceTextModule> module, in ResolveExport()
247 Isolate* isolate, Handle<SourceTextModule> module, Handle<String> name, in ResolveImport()
267 Isolate* isolate, Handle<SourceTextModule> module, in ResolveExportUsingStarExports()
323 Isolate* isolate, Handle<SourceTextModule> module, in PrepareInstantiate()
399 Handle<SourceTextModule> module) { in RunInitializationCode()
[all …]
/third_party/python/Lib/
Dpyclbr.py55 def __init__(self, module, name, file, lineno, end_lineno, parent): argument
70 def __init__(self, module, name, file, lineno, argument
80 def __init__(self, module, name, super_, file, lineno, argument
100 def readmodule(module, path=None): argument
112 def readmodule_ex(module, path=None): argument
122 def _readmodule(module, path, inpackage=None): argument
187 def __init__(self, module, path, file, tree, inpackage): argument
/third_party/python/Modules/
D_winapi.c88 winapi_get_state(PyObject *module) in winapi_get_state()
356 new_overlapped(PyObject *module, HANDLE handle) in new_overlapped()
389 _winapi_CloseHandle_impl(PyObject *module, HANDLE handle) in _winapi_CloseHandle_impl()
412 _winapi_ConnectNamedPipe_impl(PyObject *module, HANDLE handle, in _winapi_ConnectNamedPipe_impl()
464 _winapi_CreateFile_impl(PyObject *module, LPCTSTR file_name, in _winapi_CreateFile_impl()
505 _winapi_CreateFileMapping_impl(PyObject *module, HANDLE file_handle, in _winapi_CreateFileMapping_impl()
508 DWORD max_size_low, LPCWSTR name) in _winapi_CreateFileMapping_impl()
538 _winapi_CreateJunction_impl(PyObject *module, LPCWSTR src_path, in _winapi_CreateJunction_impl()
684 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, in _winapi_CreateNamedPipe_impl()
725 _winapi_CreatePipe_impl(PyObject *module, PyObject *pipe_attrs, DWORD size) in _winapi_CreatePipe_impl()
[all …]
/third_party/elfutils/libdwfl/
Doffline.c111 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file()
132 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf()
168 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member()
249 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive()
280 __libdwfl_report_offline (Dwfl *dwfl, const char *name, in __libdwfl_report_offline()
303 dwfl_report_offline (Dwfl *dwfl, const char *name, in dwfl_report_offline()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dmodule.h41 #define MODULE_AUTHOR(name) argument
42 #define MODULE_DESCRIPTION(name) argument
46 #define MODULE_SUPPORTED_DEVICE(name) argument
49 struct module { struct
95 #define module_get(module) argument
96 #define module_put(module) argument
97 #define try_module_get(module) 1 argument
/third_party/python/Objects/
Dmoduleobject.c34 PyModuleObject *module = (PyModuleObject*)obj; in _PyModule_IsExtension() local
56 PyObject *name, PyObject *doc) in module_init_dict()
110 PyModule_NewObject(PyObject *name) in PyModule_NewObject()
126 PyModule_New(const char *name) in PyModule_New()
128 PyObject *nameobj, *module; in PyModule_New() local
142 check_api_version(const char *name, int module_api_version) in check_api_version()
158 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object()
186 PyModule_Create2(PyModuleDef* module, int module_api_version) in PyModule_Create2()
197 _PyModule_CreateInitialized(PyModuleDef* module, int module_api_version) in _PyModule_CreateInitialized()
199 const char* name; in _PyModule_CreateInitialized() local
[all …]
/third_party/glfw/src/
Dposix_module.c42 void _glfwPlatformFreeModule(void* module) in _glfwPlatformFreeModule()
47 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name) in _glfwPlatformGetModuleSymbol()
Dwin32_module.c40 void _glfwPlatformFreeModule(void* module) in _glfwPlatformFreeModule()
45 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name) in _glfwPlatformGetModuleSymbol()
/third_party/vk-gl-cts/scripts/
Dbuild_caselists.py35 def __init__ (self, name, dirName, binName): argument
53 def getModuleByName (name): argument
81 def getCaseListFileName (module, caseListType): argument
84 def getCaseListPath (buildCfg, module, caseListType): argument
87 def genCaseList (buildCfg, generator, module, caseListType): argument
98 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType): argument
/third_party/spirv-tools/source/opt/
Dfeature_manager.cpp24 void FeatureManager::Analyze(Module* module) { in Analyze()
30 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
40 const std::string name = ext->GetInOperand(0u).AsString(); in AddExtension() local
72 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
78 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
/third_party/python/Lib/importlib/
D_bootstrap.py48 def _new_module(name): argument
71 def __init__(self, name): argument
146 def __init__(self, name): argument
165 def __init__(self, name): argument
179 def _get_module_lock(name): argument
198 def cb(ref, name=name): argument
216 def _lock_unlock_module(name): argument
294 def _module_repr(module): argument
357 def __init__(self, name, loader, *, origin=None, loader_state=None, argument
422 def spec_from_loader(name, loader, *, origin=None, is_package=None): argument
[all …]
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_caselists.py39 def __init__ (self, name, api): argument
97 def getModuleByName (name): argument
114 def getCaseListFileName (module, caseListType): argument
120 def getCaseListPath (buildCfg, module, caseListType): argument
136 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
42 const std::string name = in AddExtension() local
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()

12345678910>>...17