Searched defs:fPrefix (Results 1 - 5 of 5) sorted by relevance

/external/junit/src/junit/framework/
H A DComparisonCompactor.java16 private int fPrefix; field in class:ComparisonCompactor
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; actualSuffi
[all...]
/external/junit/src/org/junit/
H A DComparisonFailure.java71 private int fPrefix; field in class:ComparisonFailure.ComparisonCompactor
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; actualSuffi
[all...]
/external/skia/src/animator/
H A DSkAnimateMaker.h117 SkString fPrefix; member in class:SkAnimateMaker
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 149 milliseconds