Searched defs:script_name (Results 1 – 9 of 9) 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 | 65 pkg_name=None, script_name=None): argument 91 pkg_name=None, script_name=None): 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/python/Lib/test/support/ |
D | script_helper.py | 221 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
|
/third_party/node/src/ |
D | inspector_io.cc | 30 std::string ScriptPath(uv_loop_t* loop, const std::string& script_name) { in ScriptPath() 334 const std::string& script_name) in InspectorIoDelegate()
|
D | node_errors.cc | 152 node::Utf8Value script_name(isolate, stack_frame->GetScriptName()); in PrintStackTrace() local
|
/third_party/quickjs/ |
D | libunicode.c | 958 const char *script_name, BOOL is_ext) in unicode_script()
|