/external/pytorch/test/ |
D | test_public_bindings.py | 258 def _is_mod_public(modname): argument 273 def onerror(modname): argument 495 def test_module(modname): argument 509 def check_one_element(elem, modname, mod, *, is_public, is_all): argument
|
/external/python/cpython3/Lib/test/ |
D | test_file_eintr.py | 187 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
|
D | mp_preload.py | 12 modname = "test.mp_preload" variable
|
D | test___all__.py | 34 def check_all(self, modname): argument
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 40 char modname[]; member 45 char modname[]; member 50 char modname[]; member 114 const char *modname, in kmod_config_add_command() 155 const char *modname, const char *options) in kmod_config_add_options() 194 const char *name, const char *modname) in kmod_config_add_alias() 231 const char *modname) in kmod_config_add_blacklist() 259 const char *modname, in kmod_config_add_softdep() 471 static void kcmdline_parse_result(struct kmod_config *config, char *modname, in kcmdline_parse_result() 501 char *p, *p_quote_start, *modname, *param = NULL, *value = NULL; in kmod_config_parse_kcmdline() local [all …]
|
D | libkmod-builtin.c | 170 char *line, *modname; in kmod_builtin_iter_next() local 264 ssize_t kmod_builtin_get_modinfo(struct kmod_ctx *ctx, const char *modname, in kmod_builtin_get_modinfo()
|
D | libkmod-module.c | 619 const char *modname, in kmod_module_new_from_name_lookup() 999 const char *modname = kmod_blacklist_get_modname(l); in module_is_blacklisted() local 1068 const char *modname = kmod_module_get_name(mod); in command_do() local 1493 const char *modname = kmod_option_get_modname(l); in kmod_module_get_options() local 1566 const char *modname = kmod_command_get_modname(l); in kmod_module_get_install_commands() local 1645 const char *modname = kmod_softdep_get_name(l); in kmod_module_get_softdeps() local 1695 const char *modname = kmod_command_get_modname(l); in kmod_module_get_remove_commands() local
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | module.py | 40 def is_valid_name(modname): argument 50 def __init__(self, modname): argument 191 def compile(self, sourcename, modname): argument 205 def package(self, modname, packagename): argument
|
/external/python/cpython3/Tools/build/ |
D | freeze_modules.py | 249 def modname(self): member in FrozenSource 301 def modname(self): member in FrozenModule 349 def resolve_modules(modname, pyfile=None): argument 386 def check_modname(modname): argument 427 def match_modname(modname): argument 438 def _resolve_module(modname, pathentry=STDLIB_DIR, ispkg=False): argument
|
/external/kmod/testsuite/ |
D | delete_module.c | 56 const char *modname; in parse_retcodes() local 102 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module() 146 long delete_module(const char *modname, unsigned int flags) in delete_module()
|
D | init_module.c | 72 const char *modname; in parse_retcodes() local 150 static int create_sysfs_files(const char *modname) in create_sysfs_files() 166 static struct mod *find_module(struct mod *_modules, const char *modname) in find_module() 197 static inline bool module_is_inkernel(const char *modname) in module_is_inkernel() 238 const char *modname; in init_module() local
|
D | test-blacklist.c | 72 const char *modname; in blacklist_1() local
|
/external/kmod/tools/ |
D | static-nodes.c | 62 static int write_human(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsi… in write_human() 86 static int write_tmpfiles(FILE *out, char modname[], char devname[], char type, unsigned int maj, u… in write_tmpfiles() 113 static int write_devname(FILE *out, char modname[], char devname[], char type, unsigned int maj, un… in write_devname() 245 char modname[PATH_MAX]; in do_static_nodes() local
|
D | modprobe.c | 278 const char *modname = kmod_module_get_name(module); in command_do() local 332 const char *modname = kmod_module_get_name(mod); in rmmod_do_remove_module() local 411 const char *modname = kmod_module_get_name(mod); in rmmod_do_module() local
|
/external/ltp/testcases/kernel/syscalls/delete_module/ |
D | delete_module02.c | 39 static char modname[20]; variable 42 char *modname; member
|
/external/rust/android-crates-io/crates/mockall_derive/src/ |
D | mock_item_struct.rs | 140 modname: Ident, field 198 let modname = gen_mod_ident(&mockable.name, None); in from() localVariable 254 let modname = &self.modname; in to_tokens() localVariable 319 let modname = format_ident!("{}_{}", &self.modname, in to_tokens() localVariable 373 modname: Ident, field 411 let modname = &self.modname; in to_tokens() localVariable
|
/external/elfutils/tests/ |
D | line2addr.c | 45 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()
|
D | dwfllines.c | 49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
|
D | funcscopes.c | 129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local
|
/external/python/asn1crypto/tests/ |
D | test_init.py | 34 def walk_ast(parent_node, modname, imports): argument
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 232 def classname(object, modname): argument 239 def parentname(object, modname): argument 703 def classlink(self, object, modname): argument 711 def parentlink(self, object, modname): argument 794 def formattree(self, tree, modname, parent=None): argument 1270 def formattree(self, tree, modname, parent=None, prefix=''): argument 2192 def callback(path, modname, desc, modules=modules): argument 2197 def onerror(modname): argument 2271 def callback(path, modname, desc): argument 2275 def onerror(modname): argument [all …]
|
/external/elfutils/libdwfl/ |
D | dwfl_build_id_find_debuginfo.c | 38 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
|
D | dwfl_build_id_find_elf.c | 145 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf()
|
/external/python/cpython3/Python/ |
D | future.c | 89 identifier modname = s->v.ImportFrom.module; in future_parse() local
|
/external/kmod/shared/ |
D | util.c | 151 char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t *len) in modname_normalize() 175 char *modname; in path_to_modname() local
|