Searched refs:load_module (Results 1 - 11 of 11) sorted by relevance

/external/llvm/tools/llvm-c-test/
H A Dmodule.c22 static LLVMModuleRef load_module(void) { function
43 LLVMModuleRef M = load_module();
55 LLVMModuleRef M = load_module();
96 LLVMModuleRef M = load_module();
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py200 def load_module(name, pyxfilename, pyxbuild_dir=None, is_package=False, function
387 def load_module(self, fullname): member in class:LibLoader
393 return load_module(fullname, source_path, so_path=so_path, is_package=is_package)
414 def load_module(self, fullname): member in class:PyxLoader
421 module = load_module(fullname, self.init_path,
428 module = load_module(fullname, self.path,
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py112 testMod = imp.load_module(
246 testMod = imp.load_module(
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons50 [['NACL_FAULT_INJECTION=load_module=GF20'],
/external/lldb/examples/python/
H A Dsymbolication.py272 def load_module(self, target): member in class:Image
325 return self.load_module(target)
365 err = self.load_module(target)
/external/chromium_org/v8/test/test262-es6/
H A Dtestcfg.py91 module = imp.load_module("parseTestRecord", f, pathname, description)
/external/chromium_org/v8/tools/testrunner/local/
H A Dtestsuite.py45 module = imp.load_module("testcfg", f, pathname, description)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py22 _mod = imp.load_module('_capng', fp, pathname, description)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py306 return imp.load_module(
/external/sepolicy/
H A Daccess_vectors758 load_module
/external/oprofile/utils/
H A Dopcontrol256 load_module()
690 # this is already done in load_module
1753 # INIT always done by load_module to get access to cputype
2078 load_module

Completed in 499 milliseconds