Home
last modified time | relevance | path

Searched refs:endIdx (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/mime/java/android/content/type/
DDefaultMimeMapFactory.java88 int endIdx = line.indexOf(' ', startIdx); in parseTypes() local
89 if (endIdx < 0) { in parseTypes()
90 endIdx = line.length(); in parseTypes()
92 String spec = line.substring(startIdx, endIdx); in parseTypes()
97 startIdx = endIdx + 1; // skip over the space in parseTypes()
/frameworks/base/core/java/com/android/internal/os/
DKernelSingleUidTimeReader.java239 final int endIdx = mLastUidCpuTimeMs.indexOfKey(endUid); in removeUidsInRange() local
240 mLastUidCpuTimeMs.removeAtRange(startIdx, endIdx - startIdx + 1); in removeUidsInRange()
/frameworks/base/tools/aapt/
DResourceTable.cpp1054 ssize_t endIdx = block.indexOfAttribute(NULL, "end"); in compileResourceFile() local
1055 if (endIdx >= 0) { in compileResourceFile()
1056 const char16_t* endStr = block.getAttributeStringValue(endIdx, &len); in compileResourceFile()
1060 String8(block.getAttributeStringValue(endIdx, &len)).string()); in compileResourceFile()