Home
last modified time | relevance | path

Searched refs:fPrefix (Results 1 – 6 of 6) sorted by relevance

/external/junit/src/junit/framework/
DComparisonCompactor.java16 private int fPrefix; field in ComparisonCompactor
40 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()
41 if (fPrefix > 0) in compactString()
49 fPrefix= 0; in findCommonPrefix()
51 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()
52 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()
60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()
68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
/external/junit/src/org/junit/
DComparisonFailure.java71 private int fPrefix; field in ComparisonFailure.ComparisonCompactor
98 … String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()
99 if (fPrefix > 0) in compactString()
107 fPrefix= 0; in findCommonPrefix()
109 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()
110 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()
118 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()
126 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
/external/skia/src/animator/
DSkDisplayMovie.cpp39 movieMaker->fPrefix.set(parentMaker->fPrefix); in buildMovie()
123 fMovie.fMaker->fPrefix.set(maker.fPrefix); in onEndElement()
DSkDrawBitmap.cpp177 fUriBase = maker.fPrefix.c_str(); in onEndElement()
DSkAnimateMaker.h117 SkString fPrefix; variable
DSkAnimator.cpp385 return fMaker->fPrefix.c_str(); in getURIBase()
647 fMaker->fPrefix.reset(); in setURIBase()
648 fMaker->fPrefix.append(prefix); in setURIBase()