/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | execfile.py | 44 openfile, pathname, _ = imp.find_module(name, searchpath) 59 openfile, pathname, _ = imp.find_module(name, searchpath)
|
/external/chromium_org/third_party/cython/src/pyximport/ |
D | pyximport.py | 239 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/ |
D | lexer_unittest.py | 21 imp.find_module("ply") 27 imp.find_module("mojom")
|
D | ast_unittest.py | 21 imp.find_module("mojom")
|
D | parser_unittest.py | 21 imp.find_module("mojom")
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 110 = imp.find_module(testID, [testDir]) 244 = imp.find_module(testID, [testDir])
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | TreeFragment.py | 28 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)
|
D | CythonScope.py | 43 def find_module(self, module_name, pos): member in CythonScope
|
D | UtilityCode.py | 31 def find_module(self, module_name, relative_to = None, pos = None, member in CythonUtilityCodeContext
|
D | Pipeline.py | 31 scope = context.find_module(full_module_name, pos = initial_pos, need_pxd = 0,
|
D | Main.py | 105 def find_module(self, module_name, member in Context
|
D | Symtab.py | 1083 def find_module(self, module_name, pos): member in ModuleScope 1088 return self.global_scope().context.find_module(
|
D | Nodes.py | 4274 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/ |
D | template_expander.py | 27 imp.find_module("jinja2")
|
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/ |
D | lexer.py | 20 imp.find_module("ply")
|
D | parser.py | 22 imp.find_module("ply")
|
/external/chromium_org/v8/test/test262-es6/ |
D | testcfg.py | 90 (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_org/v8/tools/testrunner/local/ |
D | testsuite.py | 44 (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/chromium_org/third_party/cython/src/Cython/Build/ |
D | Inline.py | 88 module = context.find_module(base_type.__module__, need_pxd=False)
|