Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcTlsUtils.cpp47 auto expectedEnd = dataPtr + data.size(); in fromDer() local
49 if (dataPtr != expectedEnd) { in fromDer()
50 ALOGE("%s: %td bytes remaining!", __PRETTY_FUNCTION__, expectedEnd - dataPtr); in fromDer()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java335 final int expectedEnd; in testTextAppearanceInSuggestionsPopup() local
338 expectedEnd = text.indexOf('f') + 1; in testTextAppearanceInSuggestionsPopup()
341 expectedEnd = text.length(); in testTextAppearanceInSuggestionsPopup()
344 assertEquals(expectedEnd, spanned.getSpanEnd(taSpan[0])); in testTextAppearanceInSuggestionsPopup()