Home
last modified time | relevance | path

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

/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/cpython3/Lib/
Dimp.py165 def load_source(name, pathname, file=None): function
234 return load_source(name, filename, file)
/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/tensorflow/tensorflow/python/autograph/pyct/
Dcompiler.py88 return imp.load_source(module_name, f.name), f.name
/external/python/cpython3/Lib/test/
Dtest_imp.py173 mod = imp.load_source(temp_mod_name, temp_mod_name + '.py')
322 imp.load_source(modname, __file__ + "\0")
/external/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py54 eglFunctionList = imp.load_source("eglFunctionList", args.func_list_file)
/external/avb/test/
Dimage_handler_unittest.py36 avbtool = imp.load_source('avbtool', './avbtool')
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py85 def load_source(source_file_path): function
/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli.py649 source_lines, line_num_width = source_utils.load_source(
Danalyzer_cli.py1124 source_lines, line_num_width = source_utils.load_source(
/external/python/cpython2/Doc/library/
Dimp.rst252 .. function:: load_source(name, pathname[, file])
/external/python/cpython3/Misc/
DHISTORY5024 - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by
7633 imp.load_source()/load_package()/load_compiled().