Searched refs:load_source (Results 1 – 14 of 14) sorted by relevance
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_test_runner.py | 43 test_module = imp.load_source(subtest_name, module_name)
|
/external/boringssl/src/util/bot/go/ |
D | env.py | 30 bootstrap = imp.load_source(
|
/external/python/cpython3/Lib/ |
D | imp.py | 165 def load_source(name, pathname, file=None): function 234 return load_source(name, filename, file)
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 169 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)
|
D | rexec.py | 101 def load_source(self, *args): raise SystemError, "don't use this" member in RHooks
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | compiler.py | 88 return imp.load_source(module_name, f.name), f.name
|
/external/python/cpython3/Lib/test/ |
D | test_imp.py | 173 mod = imp.load_source(temp_mod_name, temp_mod_name + '.py') 322 imp.load_source(modname, __file__ + "\0")
|
/external/mesa3d/src/egl/generate/ |
D | gen_egl_dispatch.py | 54 eglFunctionList = imp.load_source("eglFunctionList", args.func_list_file)
|
/external/avb/test/ |
D | image_handler_unittest.py | 36 avbtool = imp.load_source('avbtool', './avbtool')
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_utils.py | 85 def load_source(source_file_path): function
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | profile_analyzer_cli.py | 649 source_lines, line_num_width = source_utils.load_source(
|
D | analyzer_cli.py | 1124 source_lines, line_num_width = source_utils.load_source(
|
/external/python/cpython2/Doc/library/ |
D | imp.rst | 252 .. function:: load_source(name, pathname[, file])
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5024 - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by 7633 imp.load_source()/load_package()/load_compiled().
|