Searched refs:show_text (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/turtledemo/ |
D | sorting_animate.py | 130 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/harfbuzz_ng/util/ |
D | shape-format.hh | 68 hb_bool_t show_text = false; member 84 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose() 137 if (show_text) in serialize_buffer_of_text() 184 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options()
|
/external/python/cpython2/Doc/tools/static/ |
D | copybutton.js | 12 var show_text = 'Show the prompts and output'; 49 button.attr('title', show_text);
|
/external/skia/samplecode/ |
D | SampleClip.cpp | 21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function 108 show_text, show_thick, show_hair, show_fill in onDrawContent()
|