/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | loader.py | 44 def load_source(source, delete_on_exit): function 94 module, _ = load_source(source, delete_on_exit)
|
H A D | loader_test.py | 110 module, _ = loader.load_source(test_source, delete_on_exit=True) 117 _, filename = loader.load_source(test_source, delete_on_exit=True)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | source_utils_test.py | 279 source_lines, _ = source_utils.load_source(source_path) 288 source_utils.load_source(bad_path) 300 source_lines, _ = source_utils.load_source(source_path) 316 source_utils.load_source(source_path)
|
H A D | source_utils.py | 82 def load_source(source_file_path): function
|
H A D | dumping_callback.py | 239 lines, _ = source_utils.load_source(file_path)
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | imp.py | 166 def load_source(name, pathname, file=None): function 235 return load_source(name, filename, file)
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | imp.py | 166 def load_source(name, pathname, file=None): function 235 return load_source(name, filename, file)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | imp.py | 166 def load_source(name, pathname, file=None): function 235 return load_source(name, filename, file)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | imp.py | 166 def load_source(name, pathname, file=None): function 235 return load_source(name, filename, file)
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | imp.py | 166 def load_source(name, pathname, file=None): function 235 return load_source(name, filename, file)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | imp.py | 166 def load_source(name, pathname, file=None): function 235 return load_source(name, filename, file)
|
/aosp_15_r20/external/autotest/client/cros/cellular/mbim_compliance/ |
H A D | mbim_test_runner.py | 43 test_module = imp.load_source(subtest_name, module_name)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_imp.py | 178 mod = imp.load_source(temp_mod_name, temp_mod_name + '.py') 329 imp.load_source(modname, __file__ + "\0")
|
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/ |
D | acts_import_unit_test.py | 33 return imp.load_source(name, path)
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkSLTest.cpp | 239 static SkString load_source(skiatest::Reporter* r, in load_source() function 574 SkString shaderString = load_source(r, testFile, permutationSuffix); in test_one_permutation() 766 SkString shaderString = load_source(r, testFile, ""); in test_clone() 826 SkString shaderString = load_source(r, testFile, ""); in test_raster_pipeline()
|
/aosp_15_r20/external/libchrome/build/ |
H A D | print_python_deps.py | 93 imp.load_source('NAME', options.module)
|
/aosp_15_r20/external/avb/test/ |
H A D | image_handler_unittest.py | 36 avbtool = imp.load_source('avbtool', './avbtool.py')
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/ |
H A D | profile_analyzer_cli.py | 645 source_lines, line_num_width = source_utils.load_source(
|
H A D | analyzer_cli.py | 1118 source_lines, line_num_width = source_utils.load_source(
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | imp.rst | 252 .. function:: load_source(name, pathname[, file])
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |
/aosp_15_r20/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().
|