Searched refs:lastIndex (Results 1 – 5 of 5) sorted by relevance
283 int lastIndex = -1; in doTestEncodeVirtual() local352 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1)); in doTestEncodeVirtual()356 if (foundIndex == lastIndex + 1) { in doTestEncodeVirtual()358 lastIndex = foundIndex; in doTestEncodeVirtual()360 } else if (foundIndex == lastIndex) { in doTestEncodeVirtual()362 if (VERBOSE) Log.d(TAG, "Got another " + lastIndex); in doTestEncodeVirtual()367 if (foundIndex < lastIndex) { in doTestEncodeVirtual()369 lastIndex + " to " + foundIndex); in doTestEncodeVirtual()372 lastIndex + " to " + foundIndex); in doTestEncodeVirtual()374 lastIndex = foundIndex; in doTestEncodeVirtual()
635 int lastIndex = location.lastIndexOf('/'); in verifyLocationInFile() local636 if (lastIndex != -1) { in verifyLocationInFile()637 location = location.substring(0, lastIndex); in verifyLocationInFile()
517 int lastIndex = location.lastIndexOf('/'); in checkLocationInFile() local518 if (lastIndex != -1) { in checkLocationInFile()519 location = location.substring(0, lastIndex); in checkLocationInFile()
43 reg.lastIndex = num;
443 int lastIndex = loc.lastIndexOf('/', index); in verifyLocationInFile() local444 if (lastIndex == -1) { in verifyLocationInFile()445 lastIndex = loc.length(); in verifyLocationInFile()447 float longitude = Float.parseFloat(loc.substring(index, lastIndex - 1)); in verifyLocationInFile()