Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DMeasuredTextTest.cpp178 Range fullContext(0, text.size()); in TEST() local
191 Layout layout = mt->buildLayout(text, Range(0, 0), fullContext, samePaint, in TEST()
195 layout = mt->buildLayout(text, Range(0, 1), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
208 layout = mt->buildLayout(text, Range(0, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
224 layout = mt->buildLayout(text, Range(1, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
237 layout = mt->buildLayout(text, Range(0, text.size()), fullContext, samePaint, in TEST()
258 Range fullContext(0, text.size()); in TEST() local
274 Layout layout = mt->buildLayout(text, Range(0, 0), fullContext, samePaint, in TEST()
278 layout = mt->buildLayout(text, Range(0, 1), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
291 layout = mt->buildLayout(text, Range(0, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST()
[all …]
/frameworks/native/libs/binder/
DDebug.cpp108 bool fullContext = true, in typetostring() argument
149 if( valid && (!fullContext || c[0] != '0' || c[1] != 'x') ) { in typetostring()
150 if( fullContext ) *pos++ = '\''; in typetostring()
155 if( fullContext ) *pos++ = '\''; in typetostring()
160 if( fullContext ) { in typetostring()