/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_crypt.py | 62 imp_find_module = imp.find_module 64 def find_module(module_name): function 71 imp.find_module = find_module 77 imp.find_module = imp_find_module
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | execfile.py | 30 def find_module(modulename): function 58 def find_module(modulename): function 76 openfile, pathname, _ = imp.find_module(name, searchpath) 91 openfile, pathname, _ = imp.find_module(name, searchpath) 109 pathname, packagename = find_module(modulename)
|
/external/autotest/site_utils/autoupdate/ |
D | import_common.py | 21 return imp.load_module(module_name, *imp.find_module(module_name)) 30 return imp.load_module(module_name, *imp.find_module(module_name))
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | util.py | 34 result = imp.find_module(name, path) 57 return imp.find_module(name, [path_item]) 60 return importer.find_module(name)
|
D | modulegraph.py | 150 def find_module(name, path=None): function 187 loader = importer.find_module(name) 1447 fp, buf, stuff = find_module(name, path)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | util.rst | 11 :func:`imp.find_module`, but also works with 23 the second is the result for :func:`imp.find_module`
|
D | modulegraph.rst | 231 .. method:: find_module(name, path[, parent]) 246 :func:`find_module <modulegraph.modulegraph.find_module>`. 511 .. function:: find_module(name[, path]) 513 A version of :func:`imp.find_module` that works with zipped packages (and other
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_modulegraph.py | 172 info = modulegraph.find_module('mymodule', path=[path] + sys.path) 196 … self.assertRaises(ImportError, modulegraph.find_module, 'mymodule2', path=[path] + sys.path) 199 info = modulegraph.find_module('mymodule2', path=[path] + sys.path) 228 info = modulegraph.find_module('mypkg', path=[path] + sys.path) 239 … self.assertRaises(ImportError, modulegraph.find_module, 'myext', path=[path] + sys.path) 242 info = modulegraph.find_module('myext', path=[path] + sys.path) 815 saved_finder = modulegraph.find_module 817 modulegraph.find_module = mock_finder 824 modulegraph.find_module = saved_finder 827 modulegraph.find_module = mock_finder [all …]
|
/external/chromium-trace/catapult/catapult_build/ |
D | module_finder.py | 19 return imp.find_module(name)[1]
|
/external/autotest/client/cros/ |
D | factory_setup_modules.py | 27 *imp.find_module('cros/factory', sys.path + extra_path))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | plugin.py | 73 (file, filename, data) = imp.find_module(name, [path])
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 110 = imp.find_module(testID, [testDir]) 244 = imp.find_module(testID, [testDir])
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
D | launch_ami.py | 135 l = imp.find_module(params['script_name'])
|
/external/autotest/client/tests/kvm/ |
D | kvm.py | 83 f, p, d = imp.find_module(t_type, [subtest_dir])
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | systrace.py | 167 (f, pathname, data) = imp.find_module(module_name, [agent_dir])
|
/external/v8/test/test262/ |
D | testcfg.py | 139 (f, pathname, description) = imp.find_module("parseTestRecord", [root])
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | crypt.py | 60 _ = imp.find_module('OpenSSL')
|
/external/v8/tools/testrunner/local/ |
D | testsuite.py | 95 (f, pathname, description) = imp.find_module("testcfg", [root])
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | testbase.py | 304 = imp.find_module(name, [self.baseDir])
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | pseudomodem.py | 273 module_file, filepath, data = imp.find_module(name, [path])
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/ |
D | six.py | 173 def find_module(self, fullname, path=None): member in _SixMetaPathImporter
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | urlparser.py | 391 fp, pathname, stuff = imp.find_module(
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | six.py | 180 def find_module(self, fullname, path=None): member in _SixMetaPathImporter
|
/external/chromium-trace/catapult/third_party/six/ |
D | six.py | 184 def find_module(self, fullname, path=None): member in _SixMetaPathImporter
|