Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dcore.py32 def gen_usage (script_name): argument
170 def run_setup (script_name, script_args=None, stop_after="run"): argument
/third_party/python/Lib/
Drunpy.py65 pkg_name=None, script_name=None): argument
91 pkg_name=None, script_name=None): argument
/third_party/python/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
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.py93 def _check_output(self, script_name, exit_code, data, argument
/third_party/python/Lib/test/support/
Dscript_helper.py221 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
/third_party/node/src/
Dinspector_io.cc30 std::string ScriptPath(uv_loop_t* loop, const std::string& script_name) { in ScriptPath()
334 const std::string& script_name) in InspectorIoDelegate()
Dnode_errors.cc152 node::Utf8Value script_name(isolate, stack_frame->GetScriptName()); in PrintStackTrace() local
/third_party/quickjs/
Dlibunicode.c958 const char *script_name, BOOL is_ext) in unicode_script()