/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 112 testMod = imp.load_module( 246 testMod = imp.load_module(
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
capng.py | 22 _mod = imp.load_module('_capng', fp, pathname, description)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 306 return imp.load_module(
|
/external/sepolicy/ |
access_vectors | 758 load_module
|
/external/grub/stage2/ |
boot.c | 34 * The next two functions, 'load_image' and 'load_module', are the building 762 load_module (char *module, char *arg) function
|
shared.h | 986 int load_module (char *module, char *arg);
|
builtins.c | [all...] |
/external/oprofile/utils/ |
opcontrol | 256 load_module() 690 # this is already done in load_module [all...] |
/build/tools/releasetools/ |
common.py | 756 self.module = imp.load_module("device_specific", *info)
|
/external/v8/tools/ |
test.py | 624 module = imp.load_module('testcfg', file, pathname, description) [all...] |