HomeSort by relevance Sort by last modified time
    Searched refs:modname (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 138 const char *modname __attribute__ ((unused)),
find-debuginfo.c 334 const char *modname __attribute__ ((unused)),
offline.c 41 const char *modname __attribute__ ((unused)),
  /external/elfutils/tests/
varlocs.c 787 const char *modname = dwfl_module_info (mod, NULL, local
792 if (modname == NULL)
795 const char *name = (modname[0] != '\0'
796 ? modname
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 222 modname, ext = os.path.splitext (tail)
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 222 modname, ext = os.path.splitext (tail)
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 222 modname, ext = os.path.splitext (tail)
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 222 modname, ext = os.path.splitext (tail)
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 222 modname, ext = os.path.splitext (tail)
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 222 modname, ext = os.path.splitext (tail)
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /external/python/cpython2/Lib/test/
test_support.py 96 for modname in list(sys.modules):
97 if modname == name or modname.startswith(name + '.'):
98 orig_modules[modname] = sys.modules[modname]
99 del sys.modules[modname]
295 def forget(modname):
298 unload(modname)
300 unlink(os.path.join(dirname, modname + os.extsep + 'pyc'))
304 unlink(os.path.join(dirname, modname + os.extsep + 'pyo')
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 3827 const char *modname; member in struct:ieee_handle
4821 const char *modname; local
5090 const char *filename, *modname; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h 353 importmap(const char *modname, const char *symbol,
358 mod = PyImport_ImportModule((char *)modname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h 353 importmap(const char *modname, const char *symbol,
358 mod = PyImport_ImportModule((char *)modname);
  /external/ply/ply/test/
testyacc.py 30 modname = mod+"."+imp.get_tag()+ext
31 fullpath = os.path.join(path,'__pycache__',modname)
  /external/python/cpython2/Misc/
BeOS-setup.py 52 def module_enabled(extlist, modname):
53 """Returns whether the module 'modname' is present in the list
55 extlist = [ext for ext in extlist if ext.name == modname]
  /external/python/cpython2/Modules/cjkcodecs/
cjkcodecs.h 357 importmap(const char *modname, const char *symbol,
362 mod = PyImport_ImportModule((char *)modname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 688 modname, ext = os.path.splitext(name)
689 if modname[:5] == "test_" and ext == ".py" and modname not in others:
690 tests.append(modname)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
trace.py 186 def modname(path): function
318 modulename = modname(filename)
541 modulename = modname(filename)
608 # XXX modname() doesn't work right for packages, so
610 modulename = modname(filename)
  /external/python/cpython2/Lib/idlelib/
Debugger.py 391 modname = frame.f_globals["__name__"]
393 modname = "?"
402 item = "%s, line %d: %s" % (modname, lineno, sourceline)
404 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /external/python/cpython2/Lib/
trace.py 186 def modname(path): function
318 modulename = modname(filename)
533 modulename = modname(filename)
600 # XXX modname() doesn't work right for packages, so
602 modulename = modname(filename)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 343 modname = frame.f_globals["__name__"]
345 modname = "?"
354 item = "%s, line %d: %s" % (modname, lineno, sourceline)
356 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 186 def modname(path): function
318 modulename = modname(filename)
533 modulename = modname(filename)
600 # XXX modname() doesn't work right for packages, so
602 modulename = modname(filename)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 343 modname = frame.f_globals["__name__"]
345 modname = "?"
354 item = "%s, line %d: %s" % (modname, lineno, sourceline)
356 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 186 def modname(path): function
318 modulename = modname(filename)
533 modulename = modname(filename)
600 # XXX modname() doesn't work right for packages, so
602 modulename = modname(filename)

Completed in 5355 milliseconds

1 2 3 4 5 67 8 910