Searched refs:endIdx (Results 1 – 2 of 2) sorted by relevance
223 final int endIdx = mLastUidCpuTimeMs.indexOfKey(endUid); in removeUidsInRange() local224 mLastUidCpuTimeMs.removeAtRange(startIdx, endIdx - startIdx + 1); in removeUidsInRange()
1054 ssize_t endIdx = block.indexOfAttribute(NULL, "end"); in compileResourceFile() local1055 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()