Searched refs:resultIndex (Results 1 – 4 of 4) sorted by relevance
302 int resultIndex = -1; in addObserver() local307 resultIndex = mResults.indexOfKey(id); in addObserver()311 if (resultIndex >= 0) { in addObserver()312 EventResult result = mResults.valueAt(resultIndex); in addObserver()315 mResults.removeAt(resultIndex); in addObserver()
364 int resultIndex = 0; in getDateFormatOrder() local373 result[resultIndex++] = 'd'; in getDateFormatOrder()376 result[resultIndex++] = 'M'; in getDateFormatOrder()379 result[resultIndex++] = 'y'; in getDateFormatOrder()
649 int resultIndex = 0; in mapTo2OrderBitColor() local651 while (resultIndex < length) { in mapTo2OrderBitColor()655 resultArray[resultIndex++] = colorArray[(tempByte >> (offset * bits)) in mapTo2OrderBitColor()
1423 int resultIndex = 0; in toBytes() local1426 result[resultIndex++] = (byte) (ch >> 8); in toBytes()1427 result[resultIndex++] = (byte) ch; in toBytes()