Searched refs:text0 (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/pkg/ifuzz/ |
D | ifuzz_test.go | 51 text0 := insn.Encode(cfg, r) 52 text := text0 57 if len(text) != len(text0) { 58 t.Errorf("whole: %v", hex.EncodeToString(text0)) 67 if len(text) != len(text0) { 68 t.Errorf("whole: %v", hex.EncodeToString(text0)) 76 if len(text) != len(text0) { 77 t.Errorf("whole: %v", hex.EncodeToString(text0)) 90 if len(text) != len(text0) { 91 t.Errorf("whole: %v", hex.EncodeToString(text0))
|
/external/python/cpython3/Lib/idlelib/ |
D | query.py | 36 def __init__(self, parent, title, message, *, text0='', used_names={}, argument 55 self.text0 = text0 94 self.entryvar = StringVar(self, self.text0) 179 def __init__(self, parent, title, message, text0, argument 181 super().__init__(parent, title, message, text0=text0, 226 parent, title, message, text0=menuitem,
|
/external/skia/gm/ |
D | drawatlas.cpp | 164 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/skqp/gm/ |
D | drawatlas.cpp | 164 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/python/cpython3/Lib/idlelib/idle_test/ |
D | test_query.py | 117 text0 = '' variable in ModuleNameTest.Dummy_ModuleName 320 self.assertEqual(dialog.text0, 'idlelib')
|
/external/libpng/ |
D | example.c | 884 char text0[]="Mona Lisa"; 886 text_ptr[0].text = text0;
|