Searched refs:lastIndex (Results 1 – 11 of 11) sorted by relevance
122 int lastIndex = from.lastIndexOf('/'); in prepareParamList() local123 if (lastIndex != -1) { in prepareParamList()124 from = from.substring(lastIndex + 1); in prepareParamList()126 lastIndex = to.lastIndexOf('/'); in prepareParamList()127 if (lastIndex != -1) { in prepareParamList()128 to = to.substring(lastIndex + 1); in prepareParamList()
113 int lastIndex = codec.lastIndexOf('/'); in prepareParamList() local114 if (lastIndex != -1) { in prepareParamList()115 codec = codec.substring(lastIndex + 1); in prepareParamList()
139 int lastIndex = from.lastIndexOf('/'); in prepareParamList() local140 if (lastIndex != -1) { in prepareParamList()141 from = from.substring(lastIndex + 1); in prepareParamList()
147 int lastIndex = mediaType.lastIndexOf('/'); in prepareParamList() local149 if (lastIndex != -1) { in prepareParamList()150 mimeType = mediaType.substring(lastIndex + 1); in prepareParamList()
224 int lastIndex = mediaType.lastIndexOf('/'); in prepareParamList() local226 if (lastIndex != -1) { in prepareParamList()227 mimeType = mediaType.substring(lastIndex + 1); in prepareParamList()
322 int lastIndex = -1; in doTestEncodeVirtual() local391 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1)); in doTestEncodeVirtual()395 if (foundIndex == lastIndex + 1) { in doTestEncodeVirtual()397 lastIndex = foundIndex; in doTestEncodeVirtual()399 } else if (foundIndex == lastIndex) { in doTestEncodeVirtual()401 if (VERBOSE) Log.d(TAG, "Got another " + lastIndex); in doTestEncodeVirtual()406 if (foundIndex < lastIndex) { in doTestEncodeVirtual()408 lastIndex + " to " + foundIndex); in doTestEncodeVirtual()411 lastIndex + " to " + foundIndex); in doTestEncodeVirtual()413 lastIndex = foundIndex; in doTestEncodeVirtual()
108 int lastIndex = index; in getIntValue() local111 lastIndex = i; in getIntValue()115 String valueStr = str.substring(index, lastIndex); in getIntValue()
185 int lastIndex = location.lastIndexOf('/'); in checkLocationInFile() local186 if (lastIndex != -1) { in checkLocationInFile()187 location = location.substring(0, lastIndex); in checkLocationInFile()
486 int lastIndex = loc.lastIndexOf('/', index); in verifyLocationInFile() local487 if (lastIndex == -1) { in verifyLocationInFile()488 lastIndex = loc.length(); in verifyLocationInFile()490 float longitude = Float.parseFloat(loc.substring(index, lastIndex - 1)); in verifyLocationInFile()
907 int lastIndex = location.lastIndexOf('/'); in verifyLocationInFile() local908 if (lastIndex != -1) { in verifyLocationInFile()909 location = location.substring(0, lastIndex); in verifyLocationInFile()
555 int lastIndex = location.lastIndexOf('/'); in checkLocationInFile() local556 if (lastIndex != -1) { in checkLocationInFile()557 location = location.substring(0, lastIndex); in checkLocationInFile()