HomeSort by relevance Sort by last modified time
    Searched refs:load_module (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 100 def load_module(self, fullname): member in class:mock_modules
test_import.py 189 new_os = imp.load_module("os", *x)
  /external/v8/tools/testrunner/local/
testsuite.py 45 module = imp.load_module("testcfg", f, pathname, description)
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 306 return imp.load_module(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 491 # We would like to do "imp.load_module('__main__', ...)"
494 main_module = imp.load_module(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 491 # We would like to do "imp.load_module('__main__', ...)"
494 main_module = imp.load_module(
  /external/sepolicy/
access_vectors 758 load_module
  /external/libdrm/
xf86drm.h 103 int (*load_module)(const char *name); member in struct:_drmServerInfo
xf86drm.c 626 if (!drm_server_info->load_module(name)) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/six/
six.py 191 def load_module(self, fullname): member in class:_SixMetaPathImporter
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 189 new_os = imp.load_module("os", *x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 48 # - imp.load_module() cannot be prevented from clobbering existing
224 try: module = imp.load_module('__temp__', file, filename, info[1:])
262 module = imp.load_module(name, file, path, (ext, 'r', kind))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 48 # - imp.load_module() cannot be prevented from clobbering existing
224 try: module = imp.load_module('__temp__', file, filename, info[1:])
262 module = imp.load_module(name, file, path, (ext, 'r', kind))
    [all...]
  /build/tools/releasetools/
common.py 962 self.module = imp.load_module("device_specific", *info)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 46 module = imp.load_module(tgt, file, filename, descr)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 46 module = imp.load_module(tgt, file, filename, descr)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 24 _mod = imp.load_module('_qpol', fp, pathname, description)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
qpol.py 24 _mod = imp.load_module('_qpol', fp, pathname, description)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 24 _mod = imp.load_module('_selinux', fp, pathname, description)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/
__init__.py 24 _mod = imp.load_module('_selinux', fp, pathname, description)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 518 milliseconds

12