Home
last modified time | relevance | path

Searched refs:show_text (Results 1 – 6 of 6) 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/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/harfbuzz_ng/util/
Doptions.cc837 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose()
857 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options()
944 if (show_text) in serialize_buffer_of_text()
Doptions.hh620 show_text = false; in format_options_t()
665 hb_bool_t show_text; member
/external/skia/samplecode/
DSampleClip.cpp22 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function
109 show_text, show_thick, show_hair, show_fill in onDrawContent()