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

  /external/junit/src/junit/framework/
ComparisonCompactor.java 12 private int fPrefix;
33 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
34 if (fPrefix > 0)
42 fPrefix= 0;
44 for (; fPrefix < end; fPrefix++) {
45 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix))
53 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--)
    [all...]
  /external/skia/src/animator/
SkAnimateMaker.h 125 SkString fPrefix;
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 126 milliseconds