Home
last modified time | relevance | path

Searched refs:text0 (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dquery.py37 def __init__(self, parent, title, message, *, text0='', used_names={}, argument
53 self.text0 = text0
105 self.entryvar = StringVar(self, self.text0)
195 def __init__(self, parent, title, message, text0, argument
197 super().__init__(parent, title, message, text0=text0,
263 parent, title, message, text0=menuitem,
358 parent, title, message, text0=cli_args,
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DUnformatted2.input10 * @param text0 the literal comment text to rewrite
15 String rewrite ( String text0 , int maxWidth , int column0 ) ;
DUnformatted2.output11 * @param text0 the literal comment text to rewrite
16 String rewrite(String text0, int maxWidth, int column0);
/external/skqp/gm/
Ddrawatlas.cpp164 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; in drawTextPath() local
165 const int N = sizeof(text0) - 1; in drawTextPath()
183 x += font.measureText(&text0[i], 1, kUTF8_SkTextEncoding, nullptr, &paint); in drawTextPath()
195 draw_text_on_path(canvas, text0, N, pos, path, font, paint, baseline_offset); in drawTextPath()
/external/skia/gm/
Ddrawatlas.cpp189 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; in drawTextPath() local
190 const int N = sizeof(text0) - 1; in drawTextPath()
208 x += font.measureText(&text0[i], 1, SkTextEncoding::kUTF8, nullptr, &paint); in drawTextPath()
220 draw_text_on_path(canvas, text0, N, pos, path, font, paint, baseline_offset); in drawTextPath()
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/Inputs/
Dpartitions.elf.test14 .section .text0,"ax",@progbits
/external/libpng/
Dexample.c859 char text0[] = "Mona Lisa";
861 text_ptr[0].text = text0;
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_query.py113 text0 = '' variable in ModuleNameTest.Dummy_ModuleName
389 self.assertEqual(dialog.text0, 'idlelib')
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dpartitions.test43 MAIN-NEXT: [ 6] .text0 PROGBITS 0000000000201000 001000 000001 00 AX 0 0 1
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp727 const std::u16string text0 = u"\u202Dabc"; in bidi() local
733 builder.addText(text0); in bidi()