Home
last modified time | relevance | path

Searched refs:fullContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/tests/unittest/
DMeasuredTextTest.cpp149 Range fullContext(0, text.size()); in TEST() local
161 Layout layout = mt->buildLayout(text, Range(0, 0), fullContext, samePaint, in TEST()
165 layout = mt->buildLayout(text, Range(0, 1), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
176 layout = mt->buildLayout(text, Range(0, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
190 layout = mt->buildLayout(text, Range(1, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
201 layout = mt->buildLayout(text, Range(0, text.size()), fullContext, samePaint, in TEST()
220 Range fullContext(0, text.size()); in TEST() local
235 Layout layout = mt->buildLayout(text, Range(0, 0), fullContext, samePaint, in TEST()
239 layout = mt->buildLayout(text, Range(0, 1), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
250 layout = mt->buildLayout(text, Range(0, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
[all …]
/frameworks/native/libs/binder/
DDebug.cpp91 bool fullContext = true, in typetostring() argument
132 if( valid && (!fullContext || c[0] != '0' || c[1] != 'x') ) { in typetostring()
133 if( fullContext ) *pos++ = '\''; in typetostring()
138 if( fullContext ) *pos++ = '\''; in typetostring()
143 if( fullContext ) { in typetostring()