Home
last modified time | relevance | path

Searched refs:show_text (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
Dsorting_animate.py130 show_text(instructions1)
131 show_text(instructions2, line=1)
134 def show_text(text, line=0): function
142 show_text("Selection Sort")
145 show_text(instructions1)
146 show_text(instructions2, line=1)
152 show_text("Insertion Sort")
155 show_text(instructions1)
156 show_text(instructions2, line=1)
162 show_text("Quicksort")
[all …]
/external/python/cpython2/Doc/tools/static/
Dcopybutton.js12 var show_text = 'Show the prompts and output';
49 button.attr('title', show_text);
/external/python/cpython3/Doc/tools/static/
Dcopybutton.js12 var show_text = 'Show the prompts and output';
50 button.attr('title', show_text);
/external/skia/samplecode/
DSampleClip.cpp21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function
129 show_text, show_thick, show_hair, show_fill in onDrawContent()
/external/skqp/samplecode/
DSampleClip.cpp21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function
129 show_text, show_thick, show_hair, show_fill in onDrawContent()
/external/autotest/venv/skylab_suite/
Dsuite_tracking.py48 show_text = '[Test-logs]: %s' % anchor_test
49 _print_task_result_link_annotation(task_id, show_text)
/external/harfbuzz_ng/util/
Doptions.cc825 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose()
845 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options()
932 if (show_text) in serialize_buffer_of_text()
Doptions.hh616 show_text = false; in format_options_t()
661 hb_bool_t show_text; member