HomeSort by relevance Sort by last modified time
    Searched refs:show_text (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Lib/turtledemo/
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...]
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 64 mShowText = (TextView)findViewById(R.id.show_text);
  /external/skia/samplecode/
SampleClip.cpp 21 static void show_text(SkCanvas* canvas, bool doAA) { function
132 show_text, show_thick, show_hair, show_fill
  /external/skqp/samplecode/
SampleClip.cpp 21 static void show_text(SkCanvas* canvas, bool doAA) { function
132 show_text, show_thick, show_hair, show_fill
  /bootable/recovery/
screen_ui.cpp 72 show_text(false),
422 if (!show_text) {
490 if (show_text || !pagesIdentical) {
515 if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) && !show_text) {
909 int visible = show_text;
923 show_text = visible;
924 if (show_text) show_text_ever = true;
screen_ui.h 184 bool show_text; member in class:ScreenRecoveryUI
185 bool show_text_ever; // has show_text ever been true?
wear_ui.cpp 76 if (!show_text) {
recovery.cpp 82 { "show_text", no_argument, NULL, 't' },
1437 bool show_text = false; local
    [all...]
  /external/harfbuzz_ng/util/
options.hh 588 show_text = false;
632 hb_bool_t show_text;
options.cc 828 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true;
837 {"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its corresponding input text", nullptr},
920 if (show_text)

Completed in 273 milliseconds