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

  /external/junit/src/junit/framework/
ComparisonCompactor.java 16 private int fPrefix;
40 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
41 if (fPrefix > 0)
49 fPrefix= 0;
51 for (; fPrefix < end; fPrefix++) {
52 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix))
60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--)
    [all...]
  /external/junit/src/org/junit/
ComparisonFailure.java 71 private int fPrefix;
98 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
99 if (fPrefix > 0)
107 fPrefix= 0;
109 for (; fPrefix < end; fPrefix++) {
110 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix))
118 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--)
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h 117 SkString fPrefix;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 289 milliseconds