Home
last modified time | relevance | path

Searched defs:modname (Results 1 – 25 of 46) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_file_eintr.py187 modname = '_io' variable in CTestFileIOSignalInterrupt
190 modname = '_pyio' variable in PyTestFileIOSignalInterrupt
209 modname = '_io' variable in CTestBufferedIOSignalInterrupt
212 modname = '_pyio' variable in PyTestBufferedIOSignalInterrupt
248 modname = '_io' variable in CTestTextIOSignalInterrupt
251 modname = '_pyio' variable in PyTestTextIOSignalInterrupt
Dmp_preload.py12 modname = "test.mp_preload" variable
Dtest___all__.py41 def check_all(self, modname): argument
/third_party/python/Python/
Dmakeopcodetargets.py15 def find_module(modname): argument
22 def find_module(modname): argument
Dfuture.c93 identifier modname = s->v.ImportFrom.module; in future_parse() local
Dimportdl.c42 PyObject *modname = NULL; in get_encoded_name() local
/third_party/node/src/
Dnode_binding.h29 #define NODE_BINDING_CONTEXT_AWARE_CPP(modname, regfunc, priv, flags) \ argument
60 #define NODE_BINDING_CONTEXT_AWARE_INTERNAL(modname, regfunc) \ argument
64 #define NODE_BINDING_PER_ISOLATE_INIT(modname, per_isolate_func) \ argument
Dnode_api.h59 #define NAPI_MODULE_X(modname, regfunc, priv, flags) \ argument
83 #define NAPI_MODULE(modname, regfunc) \ argument
91 #define NAPI_MODULE(modname, regfunc) \ argument
Dnode_external_reference.h141 #define V(modname) \ argument
147 #define NODE_BINDING_EXTERNAL_REFERENCE(modname, func) \ argument
Dnode_external_reference.cc21 #define V(modname) _register_external_reference_##modname(this); in ExternalReferenceRegistry() argument
Djsvm_node_api.h77 #define JSVM_MODULE(modname, regfunc) \ argument
81 #define JSVM_MODULE_X(modname, regfunc, priv, flags) \ argument
Dnode_binding.cc109 #define V(modname) void _register_##modname(); argument
113 #define V(modname) \ argument
584 #define V(modname) \ in CreateInternalBindingTemplates() argument
721 #define V(modname) _register_##modname(); in RegisterBuiltinBindings() argument
Dnode.h1006 #define NODE_MODULE_X(modname, regfunc, priv, flags) \ argument
1025 #define NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, priv, flags) \ argument
1047 #define NODE_MODULE(modname, regfunc) \ argument
1050 #define NODE_MODULE_CONTEXT_AWARE(modname, regfunc) \ argument
1057 #define NODE_MODULE_LINKED(modname, regfunc) \ argument
/third_party/python/Tools/scripts/
Dfreeze_modules.py247 def modname(self): member in FrozenSource
299 def modname(self): member in FrozenModule
347 def resolve_modules(modname, pyfile=None): argument
384 def check_modname(modname): argument
425 def match_modname(modname): argument
436 def _resolve_module(modname, pathentry=STDLIB_DIR, ispkg=False): argument
/third_party/nghttp2/doc/_exts/rubydomain/
Drubydomain.py192 def get_index_text(self, modname, name): argument
254 def get_index_text(self, modname, name_cls): argument
268 def get_index_text(self, modname, name_cls): argument
283 def get_index_text(self, modname, name_cls): argument
311 def get_index_text(self, modname, name_cls): argument
347 def get_index_text(self, modname, name_cls): argument
608 def find_obj(self, env, modname, classname, name, type, searchorder=0): argument
/third_party/ltp/testcases/kernel/syscalls/delete_module/
Ddelete_module02.c39 static char modname[20]; variable
42 char *modname; member
/third_party/elfutils/tests/
Dline2addr.c45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local
70 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in handle_module()
Ddwfllines.c49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
/third_party/node/test/node-api/test_null_init/
Dtest_null_init.c39 #define NAPI_MODULE_TEST(modname, regfunc) \ argument
/third_party/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c38 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
Ddwfl_build_id_find_elf.c145 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf()
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.c87 get_debug_module(const char *modname) in get_debug_module()
/third_party/python/Lib/
Dpydoc.py200 def classname(object, modname): argument
648 def classlink(self, object, modname): argument
722 def formattree(self, tree, modname, parent=None): argument
1185 def formattree(self, tree, modname, parent=None, prefix=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2201 def onerror(modname): argument
2275 def callback(path, modname, desc): argument
2279 def onerror(modname): argument
2524 def callback(path, modname, desc): argument
2531 def onerror(modname): argument
/third_party/python/Lib/distutils/tests/
Dtest_install.py23 def _make_ext_name(modname): argument
/third_party/python/Lib/test/support/
Dimport_helper.py37 def forget(modname): argument

12