Searched defs:script_name (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/distutils/ |
| D | core.py | 32 def gen_usage (script_name): argument 170 def run_setup (script_name, script_args=None, stop_after="run"): argument
|
| /third_party/python/Lib/ |
| D | runpy.py | 67 pkg_name=None, script_name=None): argument 93 pkg_name=None, script_name=None): argument
|
| /third_party/mbedtls/tests/scripts/ |
| D | check_test_cases.py | 26 def script_name(self): member in ScriptOutputError 106 def collect_from_script(self, script_name): argument
|
| /third_party/python/Lib/test/ |
| D | test_multiprocessing_main_handling.py | 155 def _check_output(self, script_name, exit_code, out, err): argument 164 def _check_script(self, script_name, *cmd_line_switches): argument
|
| D | test_runpy.py | 603 def _check_script(self, script_name, expected_name, expected_file, argument 648 def _check_import_error(self, script_name, msg): argument
|
| D | test_cmd_line_script.py | 93 def _check_output(self, script_name, exit_code, data, argument
|
| /third_party/vk-gl-cts/external/amber/src/android_sample/jni/ |
| D | amber_script.cc | 140 std::string AmberScriptLoader::ReadScript(const std::string& script_name) { in ReadScript()
|
| /third_party/python/Lib/test/support/ |
| D | script_helper.py | 228 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
|