HomeSort by relevance Sort by last modified time
    Searched defs:aIndex (Results 1 - 3 of 3) sorted by null

  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 174 int aIndex = 0, bIndex = 0;
175 for (; aIndex < aLength && bIndex < bLength; aIndex++, bIndex++) {
176 if (a.charAt(aIndex) != b.charAt(bIndex)) {
181 return a.substring(0, aIndex);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 244 int aIndex = 0;
251 if (a == null && aIndex < aSection.size) {
253 a = read(inA, aIndexMap, aIndex);
275 updateIndex(aOffset, aIndexMap, aIndex++, outCount);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 830 milliseconds