Home
last modified time | relevance | path

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

12

/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__.py93 def script_name(code, default=KeyError): function
122 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/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/
Drunpy.py64 pkg_name=None, script_name=None): argument
90 pkg_name=None, script_name=None): 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.py601 def _check_script(self, script_name, expected_name, expected_file, argument
646 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/v8/src/ic/
Dic-stats.cc63 String* script_name = String::cast(script_name_raw); in GetOrCacheScriptName() local
Dic-stats.h34 const char* script_name; member
/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/python/cpython3/Lib/test/support/
Dscript_helper.py214 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
/external/v8/src/profiler/
Dprofiler-listener.cc64 Name* script_name) { in CodeCreateEvent()
82 Name* script_name, int line, in CodeCreateEvent()
Dallocation-tracker.h104 const char* script_name; member
Dsampling-heap-profiler.cc239 Local<v8::String> script_name = in TranslateAllocationNode() local
/external/v8/src/third_party/vtune/
Dvtune-jit.cc183 Local<String> script_name = in event_handler() local
/external/v8/src/
Dcompiler.cc95 String* script_name = script->name()->IsString() in LogFunctionCompilation() local
333 String* script_name = script->name()->IsString() in InstallBytecodeArray() local
1196 int column_offset, Handle<Object> script_name, in GetFunctionFromEval()
1566 Handle<Object> script_name; in NewScript() local
Dlog.h462 Handle<String> script_name; member
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py712 def _CanonicalizeScript(script_name): argument
/external/v8/include/
Dv8-profiler.h583 Local<String> script_name; member
/external/v8/src/inspector/
Dwasm-translation.cc222 String16 script_name = in GetFakeScriptUrl() local

12