Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/
Dpoc.cpp59 size_t startPos = pData->dataPosition(); in writeBundle() local
72 int length = endPos - startPos; in writeBundle()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8823 final int startPos = 0; in prepareAndRetrieveClickableSpanDetails() local
8831 spannableString.setSpan(mockTextLink, startPos, endPos, 0); in prepareAndRetrieveClickableSpanDetails()
8838 return new ClickableSpanTestDetails(mockTextLink, mTextView, startPos, endPos); in prepareAndRetrieveClickableSpanDetails()