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
37 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()
38 if (fPrefix > 0) in compactString()
46 fPrefix= 0; in findCommonPrefix()
48 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()
49 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()
57 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()
65 …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.cpp178 fUriBase = maker.fPrefix.c_str(); in onEndElement()
DSkAnimateMaker.h117 SkString fPrefix; variable
DSkAnimator.cpp383 return fMaker->fPrefix.c_str(); in getURIBase()
645 fMaker->fPrefix.reset(); in setURIBase()
646 fMaker->fPrefix.append(prefix); in setURIBase()