Home
last modified time | relevance | path

Searched refs:load_source (Results 1 – 9 of 9) sorted by relevance

/external/r8/tools/benchmarks/
Dmain_utils.py13 return imp.load_source('utils', os.path.join(TOOLS_DIR, 'utils.py'))
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_test_runner.py43 test_module = imp.load_source(subtest_name, module_name)
/external/boringssl/src/util/bot/go/
Denv.py30 bootstrap = imp.load_source(
/external/python/cpython2/Lib/
Dihooks.py169 def load_source(self, name, filename, file=None): member in Hooks
170 return imp.load_source(name, filename, file)
272 m = self.hooks.load_source(name, filename, file)
Drexec.py101 def load_source(self, *args): raise SystemError, "don't use this" member in RHooks
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcompat.py66 return imp.load_source(module_id, path, fp)
/external/avb/test/
Dimage_handler_unittest.py36 avbtool = imp.load_source('avbtool', './avbtool')
/external/libmojo/mojo/public/tools/bindings/
Dmojom_bindings_generator.py67 generator_module = imp.load_source(os.path.basename(generator_name)[:-3],
/external/python/cpython2/Doc/library/
Dimp.rst252 .. function:: load_source(name, pathname[, file])