Home
last modified time | relevance | path

Searched defs:script_name (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dcore.py35 def gen_usage(script_name): argument
171 def run_setup(script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dcore.py33 def gen_usage (script_name): argument
183 def run_setup (script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcore.py42 def gen_usage(script_name): argument
220 def run_setup(script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcore.py42 def gen_usage(script_name): argument
220 def run_setup(script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcore.py42 def gen_usage(script_name): argument
220 def run_setup(script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcore.py42 def gen_usage(script_name): argument
220 def run_setup(script_name, script_args=None, stop_after="run"): argument
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py65 script_name = 'foo-script.py' variable in TestCLI
168 script_name = 'bar-script.pyw' variable in TestGUI
/aosp_15_r20/external/fonttools/Lib/fontTools/unicodedata/
H A D__init__.py95 def script_name(code, default=KeyError): function
123 def script_code(script_name, default=KeyError): argument
/aosp_15_r20/external/python/cpython2/Lib/test/support/
Dscript_helper.py114 def compile_script(script_name): argument
122 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Drunpy.py67 pkg_name=None, script_name=None): argument
93 pkg_name=None, script_name=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Drunpy.py67 pkg_name=None, script_name=None): argument
93 pkg_name=None, script_name=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Drunpy.py67 pkg_name=None, script_name=None): argument
93 pkg_name=None, script_name=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Drunpy.py67 pkg_name=None, script_name=None): argument
93 pkg_name=None, script_name=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Drunpy.py67 pkg_name=None, script_name=None): argument
93 pkg_name=None, script_name=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Drunpy.py67 pkg_name=None, script_name=None): argument
93 pkg_name=None, script_name=None): argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dcheck_test_cases.py26 def script_name(self): member in ScriptOutputError
106 def collect_from_script(self, script_name): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py155 def _check_output(self, script_name, exit_code, out, err): argument
164 def _check_script(self, script_name, *cmd_line_switches): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py70 def _check_script(self, script_name, expected_file, argument
91 def _check_import_error(self, script_name, expected_msg, argument
Dtest_runpy.py338 def _check_script(self, script_name, expected_name, expected_file, argument
347 def _check_import_error(self, script_name, msg): argument

123