Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dexecfile.py44 openfile, pathname, _ = imp.find_module(name, searchpath)
59 openfile, pathname, _ = imp.find_module(name, searchpath)
/external/chromium_org/third_party/cython/src/pyximport/
Dpyximport.py239 def find_module(self, fullname, package_path=None): member in PyxImporter
243 fp, pathname, (ext,mode,ty) = imp.find_module(fullname,package_path)
326 def find_module(self, fullname, package_path=None): member in PyImporter
350 importer = self.super.find_module(fullname, package_path)
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dlexer_unittest.py21 imp.find_module("ply")
27 imp.find_module("mojom")
Dast_unittest.py21 imp.find_module("mojom")
Dparser_unittest.py21 imp.find_module("mojom")
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py110 = imp.find_module(testID, [testDir])
244 = imp.find_module(testID, [testDir])
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DTreeFragment.py28 def find_module(self, module_name, relative_to = None, pos = None, need_pxd = 1): member in StringParseContext
62 scope = context.find_module(module_name, pos = initial_pos, need_pxd = 0)
DCythonScope.py43 def find_module(self, module_name, pos): member in CythonScope
DUtilityCode.py31 def find_module(self, module_name, relative_to = None, pos = None, member in CythonUtilityCodeContext
DPipeline.py31 scope = context.find_module(full_module_name, pos = initial_pos, need_pxd = 0,
DMain.py105 def find_module(self, module_name, member in Context
DSymtab.py1083 def find_module(self, module_name, pos): member in ModuleScope
1088 return self.global_scope().context.find_module(
DNodes.py4274 base_class_scope = env.find_module(self.base_class_module, self.pos)
6785 module_scope = env.find_module(self.module_name, self.pos)
6826 module_scope = env.find_module(self.module_name, self.pos)
6846 … submodule_scope = env.context.find_module(name, relative_to = module_scope, pos = self.pos)
6932 module = env.find_module(self.module.module_name.value,
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
Dtemplate_expander.py27 imp.find_module("jinja2")
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
Dlexer.py20 imp.find_module("ply")
Dparser.py22 imp.find_module("ply")
/external/chromium_org/v8/test/test262-es6/
Dtestcfg.py90 (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_org/v8/tools/testrunner/local/
Dtestsuite.py44 (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/chromium_org/third_party/cython/src/Cython/Build/
DInline.py88 module = context.find_module(base_type.__module__, need_pxd=False)