Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_crypt.py62 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/
Dexecfile.py30 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/
Dimport_common.py21 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/
Dutil.py34 result = imp.find_module(name, path)
57 return imp.find_module(name, [path_item])
60 return importer.find_module(name)
Dmodulegraph.py150 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/
Dutil.rst11 :func:`imp.find_module`, but also works with
23 the second is the result for :func:`imp.find_module`
Dmodulegraph.rst231 .. 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/
Dtest_modulegraph.py172 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/
Dmodule_finder.py19 return imp.find_module(name)[1]
/external/autotest/client/cros/
Dfactory_setup_modules.py27 *imp.find_module('cros/factory', sys.path + extra_path))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dplugin.py73 (file, filename, data) = imp.find_module(name, [path])
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py110 = imp.find_module(testID, [testDir])
244 = imp.find_module(testID, [testDir])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dlaunch_ami.py135 l = imp.find_module(params['script_name'])
/external/autotest/client/tests/kvm/
Dkvm.py83 f, p, d = imp.find_module(t_type, [subtest_dir])
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace.py167 (f, pathname, data) = imp.find_module(module_name, [agent_dir])
/external/v8/test/test262/
Dtestcfg.py139 (f, pathname, description) = imp.find_module("parseTestRecord", [root])
/external/libcap-ng/libcap-ng-0.7/bindings/python/
Dcapng.py16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dcrypt.py60 _ = imp.find_module('OpenSSL')
/external/v8/tools/testrunner/local/
Dtestsuite.py95 (f, pathname, description) = imp.find_module("testcfg", [root])
/external/antlr/antlr-3.4/runtime/Python/tests/
Dtestbase.py304 = imp.find_module(name, [self.baseDir])
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem.py273 module_file, filepath, data = imp.find_module(name, [path])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py173 def find_module(self, fullname, path=None): member in _SixMetaPathImporter
/external/chromium-trace/catapult/third_party/Paste/paste/
Durlparser.py391 fp, pathname, stuff = imp.find_module(
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py180 def find_module(self, fullname, path=None): member in _SixMetaPathImporter
/external/chromium-trace/catapult/third_party/six/
Dsix.py184 def find_module(self, fullname, path=None): member in _SixMetaPathImporter