Home
last modified time | relevance | path

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

12345678910>>...15

/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
185 _imp_get_frozen_object(PyObject *module, PyObject *arg) in _imp_get_frozen_object()
188 PyObject *name; in _imp_get_frozen_object() local
217 _imp_is_frozen_package(PyObject *module, PyObject *arg) in _imp_is_frozen_package()
[all …]
Dbltinmodule.c.h91 builtin_format(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_format()
132 builtin_chr(PyObject *module, PyObject *arg) in builtin_chr()
174 builtin_compile(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_compile()
268 builtin_divmod(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_divmod()
305 builtin_eval(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_eval()
351 builtin_exec(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_exec()
393 builtin_globals(PyObject *module, PyObject *Py_UNUSED(ignored)) in builtin_globals()
413 builtin_hasattr(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_hasattr()
417 PyObject *name; in builtin_hasattr() local
458 builtin_setattr(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_setattr()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dpass_manager_test.cpp37 const char* name() const override { return "null-with-args"; } in name() function in __anonc18e11be0111::NullPassWithArgs
76 const char* name() const override { return "AppendOpNop"; } in name() function in __anonc18e11be0111::AppendOpNopPass
77 Status Process(ir::Module* module) override { in Process()
89 const char* name() const override { return "AppendOpNop"; } in name() function in __anonc18e11be0111::AppendMultipleOpNopPass
90 Status Process(ir::Module* module) override { in Process()
104 const char* name() const override { return "DuplicateInst"; } in name() function in __anonc18e11be0111::DuplicateInstPass
105 Status Process(ir::Module* module) override { in Process()
141 const char* name() const override { return "AppendTypeVoidInstPass"; } in name() function in __anonc18e11be0111::AppendTypeVoidInstPass
142 Status Process(ir::Module* module) override { in Process()
154 ir::Module module; in TEST() local
/third_party/libxml2/
Dxmlmodule.c28 unsigned char *name; member
49 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()
51 const char *name = NULL; in xmlModuleErrMemory() local
78 xmlModuleOpen(const char *name, int options ATTRIBUTE_UNUSED) in xmlModuleOpen()
80 xmlModulePtr module; in xmlModuleOpen() local
119 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()
155 xmlModuleClose(xmlModulePtr module) in xmlModuleClose()
191 xmlModuleFree(xmlModulePtr module) in xmlModuleFree()
223 xmlModulePlatformOpen(const char *name) in xmlModulePlatformOpen()
248 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
[all …]
Dgentest.py268 def is_skipped_module(name): argument
274 def is_skipped_function(name): argument
283 def is_skipped_memcheck(name): argument
290 def add_missing_type(name, func): argument
298 def add_generated_param_type(name): argument
302 def add_generated_return_type(name): argument
307 def add_missing_functions(name, module): argument
321 def type_convert(str, name, info, module, function, pos): argument
402 def is_known_param_type(name): argument
408 def generate_param_type(name, rtype): argument
[all …]
/third_party/libxml2/doc/
Dindex.py121 def createTable(db, name): argument
201 def updateWord(name, symbol, relevance): argument
231 def updateSymbol(name, module, type, desc): argument
272 def addFunction(name, module, desc = ""): argument
275 def addMacro(name, module, desc = ""): argument
278 def addEnum(name, module, desc = ""): argument
281 def addStruct(name, module, desc = ""): argument
284 def addConst(name, module, desc = ""): argument
287 def addType(name, module, desc = ""): argument
290 def addFunctype(name, module, desc = ""): argument
[all …]
Dsearch.php255 $name = mysql_result($result, $i, 1); variable
257 $module = mysql_result($result, $i, 3); variable
280 $name = mysql_result($result, $i, 1); variable
282 $module = mysql_result($result, $i, 3); variable
305 $name = mysql_result($result, $i, 1); variable
307 $module = mysql_result($result, $i, 3); variable
327 $name = mysql_result($result, $i, 1); variable
329 $module = mysql_result($result, $i, 3); variable
348 $name = mysql_result($result, $i, 1); variable
374 $name = mysql_result($result, $i, 1); variable
[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()
228 #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/Modules/_sqlite/
Dmodule.c112 pysqlite_complete_statement_impl(PyObject *module, const char *statement) in pysqlite_complete_statement_impl()
133 pysqlite_enable_shared_cache_impl(PyObject *module, int do_enable) in pysqlite_enable_shared_cache_impl()
159 pysqlite_register_adapter_impl(PyObject *module, PyTypeObject *type, in pysqlite_register_adapter_impl()
190 pysqlite_register_converter_impl(PyObject *module, PyObject *orig_name, in pysqlite_register_converter_impl()
194 PyObject* name = NULL; in pysqlite_register_converter_impl() local
224 pysqlite_enable_callback_trace_impl(PyObject *module, int enable) in pysqlite_enable_callback_trace_impl()
244 pysqlite_adapt_impl(PyObject *module, PyObject *obj, PyObject *proto, in pysqlite_adapt_impl()
251 static int converters_init(PyObject* module) in converters_init()
277 add_integer_constants(PyObject *module) { in add_integer_constants()
342 #define ADD_TYPE(module, type) \ argument
[all …]
/third_party/python/Python/
Dimport.c198 _imp_lock_held_impl(PyObject *module) in _imp_lock_held_impl()
214 _imp_acquire_lock_impl(PyObject *module) in _imp_acquire_lock_impl()
230 _imp_release_lock_impl(PyObject *module) in _imp_release_lock_impl()
295 PyObject *name = _PyUnicode_FromId(nameid); /* borrowed */ in _PyImport_GetModuleId() local
303 _PyImport_SetModule(PyObject *name, PyObject *m) in _PyImport_SetModule()
311 _PyImport_SetModuleString(const char *name, PyObject *m) in _PyImport_SetModuleString()
319 import_get_module(PyThreadState *tstate, PyObject *name) in import_get_module()
346 import_ensure_initialized(PyInterpreterState *interp, PyObject *mod, PyObject *name) in import_ensure_initialized()
421 _PyImport_FixupExtensionObject(PyObject *mod, PyObject *name, in _PyImport_FixupExtensionObject()
486 _PyImport_FixupBuiltin(PyObject *mod, const char *name, PyObject *modules) in _PyImport_FixupBuiltin()
[all …]
Dsysmodule.c91 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject()
101 PySys_GetObject(const char *name) in PySys_GetObject()
148 sys_set_object_str(PyInterpreterState *interp, const char *name, PyObject *v) in sys_set_object_str()
158 PySys_SetObject(const char *name, PyObject *v) in PySys_SetObject()
444 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl()
574 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook() local
695 sys_displayhook(PyObject *module, PyObject *o) in sys_displayhook()
766 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
785 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl()
816 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
[all …]
/third_party/python/PC/
Dmsvcrtmodule.c87 msvcrt_heapmin_impl(PyObject *module) in msvcrt_heapmin_impl()
114 msvcrt_locking_impl(PyObject *module, int fd, int mode, long nbytes) in msvcrt_locking_impl()
150 msvcrt_setmode_impl(PyObject *module, int fd, int flags) in msvcrt_setmode_impl()
177 msvcrt_open_osfhandle_impl(PyObject *module, void *handle, int flags) in msvcrt_open_osfhandle_impl()
199 msvcrt_get_osfhandle_impl(PyObject *module, int fd) in msvcrt_get_osfhandle_impl()
217 msvcrt_kbhit_impl(PyObject *module) in msvcrt_kbhit_impl()
236 msvcrt_getch_impl(PyObject *module) in msvcrt_getch_impl()
254 msvcrt_getwch_impl(PyObject *module) in msvcrt_getwch_impl()
272 msvcrt_getche_impl(PyObject *module) in msvcrt_getche_impl()
290 msvcrt_getwche_impl(PyObject *module) in msvcrt_getwche_impl()
[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/python/Objects/
Dmoduleobject.c39 PyModuleObject *module = (PyModuleObject*)obj; in _PyModule_IsExtension() local
62 PyObject *name, PyObject *doc) in module_init_dict()
92 PyModule_NewObject(PyObject *name) in PyModule_NewObject()
114 PyModule_New(const char *name) in PyModule_New()
116 PyObject *nameobj, *module; in PyModule_New() local
130 check_api_version(const char *name, int module_api_version) in check_api_version()
146 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object()
174 PyModule_Create2(struct PyModuleDef* module, int module_api_version) in PyModule_Create2()
185 _PyModule_CreateInitialized(struct PyModuleDef* module, int module_api_version) in _PyModule_CreateInitialized()
187 const char* name; in _PyModule_CreateInitialized() local
[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.h43 #define MODULE_AUTHOR(name) argument
44 #define MODULE_DESCRIPTION(name) argument
48 #define MODULE_SUPPORTED_DEVICE(name) argument
51 struct module { struct
97 #define module_get(module) argument
98 #define module_put(module) argument
99 #define try_module_get(module) 1 argument
/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/vk-gl-cts/external/openglcts/scripts/
Dbuild_caselists.py38 def __init__ (self, name, api): argument
96 def getModuleByName (name): argument
113 def getCaseListFileName (module, caseListType): argument
119 def getCaseListPath (buildCfg, module, caseListType): argument
135 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()
/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 = 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/skia/third_party/externals/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()
/third_party/python/Modules/clinic/
D_winapi.c.h79 _winapi_CloseHandle(PyObject *module, PyObject *arg) in _winapi_CloseHandle()
106 _winapi_ConnectNamedPipe(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnam… in _winapi_ConnectNamedPipe()
142 _winapi_CreateFile(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _winapi_CreateFile()
187 _winapi_CreateFileMapping(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _winapi_CreateFileMapping()
195 LPCWSTR name; in _winapi_CreateFileMapping() local
233 _winapi_CreateJunction(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _winapi_CreateJunction()
299 _winapi_CreateNamedPipe(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _winapi_CreateNamedPipe()
302 LPCTSTR name; in _winapi_CreateNamedPipe() local
347 _winapi_CreatePipe(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _winapi_CreatePipe()
394 _winapi_CreateProcess(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _winapi_CreateProcess()
[all …]
/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
421 def spec_from_loader(name, loader, *, origin=None, is_package=None): argument
[all …]

12345678910>>...15