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

/external/autotest/site_utils/autoupdate/
H A 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/autotest/client/cros/
H A Dfactory_setup_modules.py27 *imp.find_module('cros/factory', sys.path + extra_path))
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
H A Dgenerator_unittest.py21 imp.find_module("mojom")
H A Dmodule_unittest.py21 imp.find_module("mojom")
H A Dpack_unittest.py23 imp.find_module("mojom")
H A Ddata_unittest.py21 imp.find_module("mojom")
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dutil.py27 same as imp.find_module, but handles dotted names
34 result = imp.find_module(name, path)
57 return imp.find_module(name, [path_item])
60 return importer.find_module(name)
H A Dmodulegraph.py150 def find_module(name, path=None): function
152 A version of imp.find_module that works with zipped packages.
187 loader = importer.find_module(name)
1438 self.msgout(3, "find_module -> already included?", node)
1447 fp, buf, stuff = find_module(name, path)
/external/kmod/testsuite/
H A Ddelete_module.c102 static struct mod *find_module(struct mod *_modules, const char *modname) function
151 mod = find_module(modules, modname);
H A Dinit_module.c166 static struct mod *find_module(struct mod *_modules, const char *modname) function
269 mod = find_module(modules, modname);
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/
H A Dfileutil_unittest.py23 imp.find_module("mojom")
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dtranslate_unittest.py21 imp.find_module("mojom")
H A Dlexer_unittest.py21 imp.find_module("ply")
27 imp.find_module("mojom")
H A Dast_unittest.py21 imp.find_module("mojom")
H A Dparser_unittest.py21 imp.find_module("mojom")
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dtemplate_expander.py26 imp.find_module("jinja2")
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A 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)
212 # info = modulegraph.find_module('mymodule3', 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
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py110 = imp.find_module(testID, [testDir])
244 = imp.find_module(testID, [testDir])
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py20 imp.find_module("ply")
H A Dparser.py22 imp.find_module("ply")
/external/chromium-trace/catapult/devil/devil/utils/
H A Dmarkdown.py167 r = imp.find_module(package_name, d)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
/external/v8/tools/testrunner/local/
H A Dtestsuite.py73 (f, pathname, description) = imp.find_module("testcfg", [root])
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py304 = imp.find_module(name, [self.baseDir])
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpseudomodem.py273 module_file, filepath, data = imp.find_module(name, [path])

Completed in 469 milliseconds