Searched refs:resultIndex (Results 1 – 4 of 4) sorted by relevance
309 int resultIndex = -1; in addObserver() local314 resultIndex = mResults.indexOfKey(id); in addObserver()318 if (resultIndex >= 0) { in addObserver()319 EventResult result = mResults.valueAt(resultIndex); in addObserver()323 mResults.removeAt(resultIndex); in addObserver()
367 int resultIndex = 0; in getDateFormatOrder() local376 result[resultIndex++] = 'd'; in getDateFormatOrder()379 result[resultIndex++] = 'M'; in getDateFormatOrder()382 result[resultIndex++] = 'y'; in getDateFormatOrder()
654 int resultIndex = 0; in mapTo2OrderBitColor() local656 while (resultIndex < length) { in mapTo2OrderBitColor()660 resultArray[resultIndex++] = colorArray[(tempByte >> (offset * bits)) in mapTo2OrderBitColor()
1540 int resultIndex = 0; in toBytes() local1543 result[resultIndex++] = (byte) (ch >> 8); in toBytes()1544 result[resultIndex++] = (byte) ch; in toBytes()