Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/
Dtest_file_eintr.py184 modname = '_io' variable in CTestFileIOSignalInterrupt
187 modname = '_pyio' variable in PyTestFileIOSignalInterrupt
206 modname = '_io' variable in CTestBufferedIOSignalInterrupt
209 modname = '_pyio' variable in PyTestBufferedIOSignalInterrupt
245 modname = '_io' variable in CTestTextIOSignalInterrupt
248 modname = '_pyio' variable in PyTestTextIOSignalInterrupt
Dmp_preload.py12 modname = "test.mp_preload" variable
Dtest___all__.py17 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.c39 PyObject *modname = NULL; in get_encoded_name() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylanddyn.c93 #define SDL_WAYLAND_MODULE(modname) int SDL_WAYLAND_HAVE_##modname = 0; argument
111 #define SDL_WAYLAND_MODULE(modname) SDL_WAYLAND_HAVE_##modname = 0; in SDL_WAYLAND_UnloadSymbols() argument
146 #define SDL_WAYLAND_MODULE(modname) SDL_WAYLAND_HAVE_##modname = 1; /* default yes */ in SDL_WAYLAND_LoadSymbols() argument
149 #define SDL_WAYLAND_MODULE(modname) thismod = &SDL_WAYLAND_HAVE_##modname; in SDL_WAYLAND_LoadSymbols() argument
DSDL_waylandsym.h25 #define SDL_WAYLAND_MODULE(modname) argument
DSDL_waylanddyn.h50 #define SDL_WAYLAND_MODULE(modname) extern int SDL_WAYLAND_HAVE_##modname; argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirdyn.c85 #define SDL_MIR_MODULE(modname) int SDL_MIR_HAVE_##modname = 0; argument
103 #define SDL_MIR_MODULE(modname) SDL_MIR_HAVE_##modname = 0; in SDL_MIR_UnloadSymbols() argument
138 #define SDL_MIR_MODULE(modname) SDL_MIR_HAVE_##modname = 1; /* default yes */ in SDL_MIR_LoadSymbols() argument
141 #define SDL_MIR_MODULE(modname) thismod = &SDL_MIR_HAVE_##modname; in SDL_MIR_LoadSymbols() argument
DSDL_mirsym.h25 #define SDL_MIR_MODULE(modname) argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11dyn.c119 #define SDL_X11_MODULE(modname) int SDL_X11_HAVE_##modname = 0; argument
133 #define SDL_X11_MODULE(modname) SDL_X11_HAVE_##modname = 0; in SDL_X11_UnloadSymbols() argument
171 #define SDL_X11_MODULE(modname) SDL_X11_HAVE_##modname = 1; /* default yes */ in SDL_X11_LoadSymbols() argument
174 #define SDL_X11_MODULE(modname) thismod = &SDL_X11_HAVE_##modname; in SDL_X11_LoadSymbols() argument
DSDL_x11sym.h25 #define SDL_X11_MODULE(modname) argument
DSDL_x11dyn.h103 #define SDL_X11_MODULE(modname) extern int SDL_X11_HAVE_##modname; 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/node/src/
Dnode_binding.h27 #define NODE_MODULE_CONTEXT_AWARE_CPP(modname, regfunc, priv, flags) \ argument
47 #define NODE_MODULE_CONTEXT_AWARE_INTERNAL(modname, regfunc) \ 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.h785 #define NODE_MODULE_X(modname, regfunc, priv, flags) \ argument
804 #define NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, priv, flags) \ argument
826 #define NODE_MODULE(modname, regfunc) \ argument
829 #define NODE_MODULE_CONTEXT_AWARE(modname, regfunc) \ argument
836 #define NODE_MODULE_LINKED(modname, regfunc) \ argument
/third_party/ltp/testcases/kernel/syscalls/delete_module/
Ddelete_module02.c39 static char modname[20]; variable
42 char *modname; member
/third_party/ejdb/src/bindings/ejdb2_node/
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
/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()
/third_party/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c38 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.c88 get_debug_module(const char *modname) in get_debug_module()
/third_party/python/Lib/
Dpydoc.py199 def classname(object, modname): argument
642 def classlink(self, object, modname): argument
716 def formattree(self, tree, modname, parent=None): argument
1183 def formattree(self, tree, modname, parent=None, prefix=''): argument
2194 def callback(path, modname, desc, modules=modules): argument
2199 def onerror(modname): argument
2273 def callback(path, modname, desc): argument
2277 def onerror(modname): argument
2521 def callback(path, modname, desc): argument
2528 def onerror(modname): argument
/third_party/python/Lib/distutils/tests/
Dtest_install.py23 def _make_ext_name(modname): argument

12