Home
last modified time | relevance | path

Searched refs:modname (Results 1 – 25 of 29) sorted by relevance

12

/external/lldb/examples/customization/import-python/
Dimportcmd.py10 def do_import(debugger,modname): argument
11 if (len(modname) > 4 and modname[-4:] == '.pyc'):
12 modname = modname[:-4]
13 if (len(modname) > 3 and modname[-3:] == '.py'):
14 modname = modname[:-3]
15 debugger.HandleCommand("script import " + modname)
23 modname = args
27 modname = args[endofdir+1:]
30 do_import(debugger,modname)
/external/selinux/sepolgen/src/sepolgen/
Dmodule.py37 def is_valid_name(modname): argument
40 m = re.findall("[^a-zA-Z0-9_\-\.]", modname)
41 if len(m) == 0 and modname[0].isalpha():
47 def __init__(self, modname): argument
48 self.modname = modname
55 return self.dirname + "/" + self.modname + ".te"
58 return self.dirname + "/" + self.modname + ".fc"
61 return self.dirname + "/" + self.modname + ".if"
64 return self.dirname + "/" + self.modname + ".pp"
70 self.dirname = parent_dirname + "/" + self.modname
[all …]
Drefparser.py1029 modname = os.path.splitext(name)
1032 if modname[1] == '.spt':
1035 elif len(re.findall("patterns", modname[0])):
1036 modules.append((modname[0], filename))
1037 elif modname[1] == '.if':
1038 modules.append((modname[0], filename))
1055 modname = os.path.splitext(name)
1056 modules.append((modname[0], root))
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Dgflags2man.py276 modname = None # name of current module
286 modname = mobj.group(1)
290 self.module_list.append(modname)
291 self.modules.setdefault(modname, [])
292 modlist = self.modules[modname]
325 modname = None # name of current module
338 modname = mobj.group(1)
342 self.module_list.append(modname)
343 self.modules.setdefault(modname, [])
344 modlist = self.modules[modname]
[all …]
/external/elfutils/src/tests/
Dline2addr.c45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local
49 printf ("%s(%s)+%#" PRIx64, modname, secname, address); in print_address()
51 printf ("%s+%#" PRIx64, modname, address); in print_address()
70 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in handle_module() argument
91 if (modname[0] != '\0') in handle_module()
92 printf (" (%s:", modname); in handle_module()
94 printf (" %s%s:%d", modname[0] != '\0' ? "" : "(", in handle_module()
98 if (modname[0] != '\0' in handle_module()
Dfuncscopes.c129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local
133 if (modname == NULL) in handle_function()
135 if (modname[0] == '\0') in handle_function()
136 modname = fname; in handle_function()
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
Ddwfllines.c49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
54 printf ("mod: %s CU: [%" PRIx64 "] %s\n", modname, in main()
Dvarlocs.c789 const char *modname = dwfl_module_info (mod, NULL, in main() local
794 if (modname == NULL) in main()
797 const char *name = (modname[0] != '\0' in main()
798 ? modname in main()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dresource.py38 modname = os.path.splitext(basename)[0]
40 name = dirname.replace(os.path.sep, '.') + '.' + modname
42 name = modname
/external/elfutils/src/src/
Dstack.c145 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL, in module_callback() local
147 assert (strcmp (modname, name) == 0); in module_callback()
434 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, NULL, in print_frames() local
436 if (modname == NULL || modname[0] == '\0') in print_frames()
439 modname = mainfile; in print_frames()
441 modname = "<unknown>"; in print_frames()
444 pc_adjusted, modname, dwfl_errmsg (dwflerr)); in print_frames()
Dunstrip.c2027 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2032 modname, dwfl_errmsg (-1)); in handle_dwfl_module()
2036 modname, file, dwfl_errmsg (-1)); in handle_dwfl_module()
2046 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2051 modname, dwfl_errmsg (-1)); in handle_dwfl_module()
2055 modname, file, dwfl_errmsg (-1)); in handle_dwfl_module()
2065 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2068 modname, file); in handle_dwfl_module()
/external/elfutils/src/libdwfl/
Dlinux-kernel-modules.c790 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in INTDEF()
796 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0) in INTDEF()
831 modname, &secname[1]) < 0) in INTDEF()
846 modname, secname); in INTDEF()
900 char modname[128]; in INTDEF() local
908 modname, &modsz, &modaddr) == 3) in INTDEF()
910 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()
Dlibdwfl.h56 const char *modname, Dwarf_Addr base,
60 const char *modname, Dwarf_Addr base,
71 const char *modname, Dwarf_Addr base,
Ddwfl_build_id_find_debuginfo.c36 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
Ddwfl_build_id_find_elf.c122 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf() argument
Dfind-debuginfo.c300 const char *modname __attribute__ ((unused)), in dwfl_standard_find_debuginfo() argument
Doffline.c41 const char *modname __attribute__ ((unused)), in dwfl_offline_section_address() argument
/external/elfutils/include/elfutils/
Dlibdwfl.h56 const char *modname, Dwarf_Addr base,
60 const char *modname, Dwarf_Addr base,
71 const char *modname, Dwarf_Addr base,
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dmodpython.py246 modname, objname = appwsgi.split('::', 1)
247 module = __import__(modname, globals(), locals(), [''])
/external/iproute2/include/
Diptables_common.h30 extern int iptables_insmod(const char *modname, const char *modprobe);
Dxt-internal.h50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
Dip6tables.h139 extern int ip6tables_insmod(const char *modname, const char *modprobe);
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Dcollector.py352 ident_data.append(frame.modname or '?')
463 modname = None variable in ExceptionFrame
/external/mesa3d/m4/
Dax_python_module.m47 # AX_PYTHON_MODULE(modname[, fatal])
/external/ltrace/
Doutput.c592 const char *modname = NULL; in frame_callback() local
597 modname = dwfl_module_info(mod, NULL, NULL, NULL, NULL, in frame_callback()
605 modname, symname, off, pc); in frame_callback()

12