Home
last modified time | relevance | path

Searched defs:endIndex (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/packagemanager/parsing/processing/
DApkGenerator.py62 endIndex = text.index(TRIPLE_QUOTE, startIndex + len(TRIPLE_QUOTE)) variable
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java91 int endIndex = result.indexOf('}', startIndex); in getStateForOverlay() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java208 int endIndex = text.indexOf('>'); in spanify() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2564 int endIndex, in testSetCustomTextClassifier()
2573 int endIndex, in testSetCustomTextClassifier()
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1573 protected static byte[] subarray(byte[] array, int beginIndex, int endIndex) { in subarray()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8305 int endIndex = startIndex + "president".length(); in testSmartSelection() local
8329 int endIndex = startIndex + "is coming to town".length(); in testSmartSelection_dragSelection() local
8354 int endIndex = startIndex + "president".length(); in testSmartSelection_resetSelection() local
9003 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()