Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dloader.py44 def load_source(source, delete_on_exit): function
94 module, _ = load_source(source, delete_on_exit)
H A Dloader_test.py110 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 Dsource_utils_test.py279 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 Dsource_utils.py82 def load_source(source_file_path): function
H A Ddumping_callback.py239 lines, _ = source_utils.load_source(file_path)
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dimp.py166 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 Dimp.py166 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/
Dimp.py166 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/
Dimp.py166 def load_source(name, pathname, file=None): function
235 return load_source(name, filename, file)
/aosp_15_r20/external/python/cpython3/Lib/
Dimp.py166 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/
Dimp.py166 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 Dmbim_test_runner.py43 test_module = imp.load_source(subtest_name, module_name)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_imp.py178 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/
Dacts_import_unit_test.py33 return imp.load_source(name, path)
/aosp_15_r20/external/skia/tests/
H A DSkSLTest.cpp239 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 Dprint_python_deps.py93 imp.load_source('NAME', options.module)
/aosp_15_r20/external/avb/test/
H A Dimage_handler_unittest.py36 avbtool = imp.load_source('avbtool', './avbtool.py')
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dprofile_analyzer_cli.py645 source_lines, line_num_width = source_utils.load_source(
H A Danalyzer_cli.py1118 source_lines, line_num_width = source_utils.load_source(
/aosp_15_r20/external/python/cpython2/Doc/library/
Dimp.rst252 .. function:: load_source(name, pathname[, file])
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/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().