Searched refs:fullContext (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | MeasuredTextTest.cpp | 217 Range fullContext(0, text.size()); in TEST() local 234 Layout layout = mt->buildLayout(text, Range(0, 0), fullContext, samePaint, in TEST() 238 layout = mt->buildLayout(text, Range(0, 1), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST() 251 layout = mt->buildLayout(text, Range(0, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST() 267 layout = mt->buildLayout(text, Range(1, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST() 280 layout = mt->buildLayout(text, Range(0, text.size()), fullContext, samePaint, in TEST() 301 Range fullContext(0, text.size()); in TEST() local 322 Layout layout = mt->buildLayout(text, Range(0, 0), fullContext, samePaint, in TEST() 326 layout = mt->buildLayout(text, Range(0, 1), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST() 339 layout = mt->buildLayout(text, Range(0, 2), fullContext, samePaint, StartHyphenEdit::NO_EDIT, in TEST() [all …]
|
/frameworks/native/libs/binder/ |
D | Debug.cpp | 91 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()
|