HomeSort by relevance Sort by last modified time
    Searched refs:nextDot (Results 1 - 2 of 2) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 224 int nextDot = lastDot;
225 while (nextDot >= 0) {
226 String testName = typeName.substring(0, nextDot);
231 nextDot = typeName.lastIndexOf('.', nextDot-1);
234 if (nextDot < 0) {
238 } else if (nextDot == lastDot) {
243 typeName = typeName.substring(0, nextDot+1) +
244 typeName.substring(nextDot+1).replace('.', '$');
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp     [all...]

Completed in 43 milliseconds