Searched defs:endIndex (Results 1 – 8 of 8) sorted by relevance
| /cts/hostsidetests/packagemanager/parsing/processing/ |
| D | ApkGenerator.py | 62 endIndex = text.index(TRIPLE_QUOTE, startIndex + len(TRIPLE_QUOTE)) variable
|
| /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
| D | OverlayHostTest.java | 100 int endIndex = result.indexOf('}', startIndex); in getStateForOverlay() local
|
| /cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/ |
| D | OverlayTargetTest.java | 152 final int endIndex = result.indexOf('}', startIndex); in getStateForOverlay() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
| D | Util.java | 123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex()
|
| /cts/tests/tests/text/src/android/text/cts/ |
| D | StaticLayoutLineBreakingTest.java | 208 int endIndex = text.indexOf('>'); in spanify() local
|
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| D | BlockCipherTestBase.java | 1747 protected static byte[] subarray(byte[] array, int beginIndex, int endIndex) { in subarray()
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | WebViewTest.java | 2556 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier() 2562 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | TextViewTest.java | 8517 int endIndex = startIndex + "president".length(); in testSmartSelection() local 8541 int endIndex = startIndex + "is coming to town".length(); in testSmartSelection_dragSelection() local 8566 int endIndex = startIndex + "president".length(); in testSmartSelection_resetSelection() local 9455 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()
|