Home
last modified time | relevance | path

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

/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
/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
/external/fonttools/Lib/fontTools/unicodedata/
D__init__.py91 def script_name(code, default=KeyError): function
120 def script_code(script_name, default=KeyError): argument
/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py57 script_name = 'foo-script.py' variable in TestCLI
154 script_name = 'bar-script.pyw' variable in TestGUI
/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
/external/python/cpython3/Lib/
Drunpy.py66 pkg_name=None, script_name=None): argument
92 pkg_name=None, script_name=None): argument
/external/python/setuptools/setuptools/command/
Dinstall_scripts.py51 def write_script(self, script_name, contents, mode="t", *ignored): argument
Deasy_install.py797 def install_script(self, dist, script_name, script_text, dev_path=None): argument
822 def write_script(self, script_name, contents, mode="t", blockers=()): argument
2324 def gen_usage(script_name): argument
/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py153 def _check_output(self, script_name, exit_code, out, err): argument
162 def _check_script(self, script_name, *cmd_line_switches): argument
Dtest_runpy.py603 def _check_script(self, script_name, expected_name, expected_file, argument
648 def _check_import_error(self, script_name, msg): argument
Dtest_cmd_line_script.py91 def _check_output(self, script_name, exit_code, data, argument
/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
/external/autotest/client/cros/
Dxmlrpc_server.py18 def terminate_old(script_name, sigterm_timeout=5, sigkill_timeout=3): argument
/external/deqp-deps/amber/android_sample/jni/
Damber_script.cc140 std::string AmberScriptLoader::ReadScript(const std::string& script_name) { in ReadScript()
/external/python/cpython3/Lib/test/support/
Dscript_helper.py212 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
/external/llvm-project/libcxx/utils/
Dgenerate_feature_test_macro_components.py24 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py48 def __init__(self, test, parser, script_name, input_lines, args, argv, argument
87 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None): argument
/external/autotest/server/cros/
Dprovisioner.py282 def _get_remote_script(self, script_name): argument
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py762 def _CanonicalizeScript(script_name): argument
/external/libcups/scheduler/
Dclient.c3226 script_name[1024], /* SCRIPT_NAME environment variable */ in pipe_command() local
/external/python/setuptools/pkg_resources/
D__init__.py454 def run_script(dist_spec, script_name): argument
512 def run_script(script_name, namespace): argument
652 def run_script(self, requires, script_name): argument
1424 def run_script(self, script_name, namespace): argument
/external/toolchain-utils/cros_utils/
Dlogger.py335 def InitLogger(script_name, log_dir, print_console=True, mock=False): argument