Home
last modified time | relevance | path

Searched refs:python_script (Results 1 – 3 of 3) sorted by relevance

/external/libiio/src/CI/travis/
Dlib.sh66 local python_script="$(get_script_path jobs_running_cnt.py)"
67 if [ -z "$python_script" ] ; then
72 local jobs_cnt=$(python $python_script)
/external/llvm-project/lldb/source/DataFormatters/
DTypeSummary.cpp148 const char *python_script) in ScriptSummaryFormat() argument
153 if (python_script) in ScriptSummaryFormat()
154 m_python_script.assign(python_script); in ScriptSummaryFormat()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSummary.h359 const char *python_script = nullptr);