Home
last modified time | relevance | path

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

/external/junit/src/junit/framework/
DComparisonCompactor.java12 private int fPrefix; field in ComparisonCompactor
33 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()
34 if (fPrefix > 0) in compactString()
42 fPrefix= 0; in findCommonPrefix()
44 for (; fPrefix < end; fPrefix++) { in findCommonPrefix()
45 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()
53 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()
61 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
/external/skia/src/animator/
DSkDisplayMovie.cpp47 movieMaker->fPrefix.set(parentMaker->fPrefix); in buildMovie()
131 fMovie.fMaker->fPrefix.set(maker.fPrefix); in onEndElement()
DSkDrawBitmap.cpp186 fUriBase = maker.fPrefix.c_str(); in onEndElement()
DSkAnimateMaker.h125 SkString fPrefix; variable
DSkAnimator.cpp391 return fMaker->fPrefix.c_str(); in getURIBase()
653 fMaker->fPrefix.reset(); in setURIBase()
654 fMaker->fPrefix.append(prefix); in setURIBase()