Home
last modified time | relevance | path

Searched defs:text0 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dquery.py36 def __init__(self, parent, title, message, *, text0='', used_names={}, argument
179 def __init__(self, parent, title, message, text0, argument
/external/skia/gm/
Ddrawatlas.cpp164 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; in drawTextPath() local
/external/skqp/gm/
Ddrawatlas.cpp164 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; in drawTextPath() local
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_query.py117 text0 = '' variable in ModuleNameTest.Dummy_ModuleName