Home
last modified time | relevance | path

Searched defs:script_name (Results 1 – 25 of 37) 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/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dintegration_scripts.py46 def assertCommandSucceeded(self, script_name, **flags): 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.py65 pkg_name=None, script_name=None): argument
91 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.py599 def _check_script(self, script_name, expected_name, expected_file, argument
644 def _check_import_error(self, script_name, msg): 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/v8/src/ic/
Dic-stats.cc64 String script_name = String::cast(script_name_raw); in GetOrCacheScriptName() local
Dic-stats.h35 const char* script_name; member
/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.py213 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument
/external/v8/src/profiler/
Dprofiler-listener.cc62 Handle<Name> script_name) { in CodeCreateEvent()
94 Handle<Name> script_name, int line, in CodeCreateEvent()
Dallocation-tracker.h103 const char* script_name; member
Dsampling-heap-profiler.cc216 Local<v8::String> script_name = in TranslateAllocationNode() local
/external/v8/src/third_party/vtune/
Dvtune-jit.cc197 Local<String> script_name = in event_handler() local
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py762 def _CanonicalizeScript(script_name): argument
/external/v8/src/interpreter/
Dinterpreter.cc210 Object script_name = script->GetNameOrSourceURL(); in CheckAndPrintBytecodeMismatch() local
/external/v8/src/logging/
Dlog.cc214 Handle<Name> script_name) { in CodeCreateEvent()
225 Handle<Name> script_name, int line, in CodeCreateEvent()
1246 Handle<Name> script_name) { in CodeCreateEvent()
1268 Handle<Name> script_name, int line, int column) { in CodeCreateEvent()
2274 Handle<String> script_name(String::cast(script->name()), isolate_); in LogExistingFunction() local
Dlog.h440 Handle<String> script_name; member

12