Searched defs:fSuffix (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkOSFile.h63 SkString fPath, fSuffix; member in class:SkOSFile::Iter
/external/junit/src/junit/framework/
H A DComparisonCompactor.java17 private int fSuffix; field in class:ComparisonCompactor
40 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
43 if (fSuffix > 0)
64 fSuffix= fExpected.length() - expectedSuffix;
72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
73 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
/external/junit/src/org/junit/
H A DComparisonFailure.java72 private int fSuffix; field in class:ComparisonFailure.ComparisonCompactor
98 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
101 if (fSuffix > 0)
122 fSuffix= fExpected.length() - expectedSuffix;
130 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
131 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
/external/skia/src/views/
H A DSkListView.cpp27 : fPath(path), fSuffix(suffix), fTarget(target)
36 fIter.reset(fPath.c_str(), fSuffix.c_str());
39 fIter.reset(fPath.c_str(), fSuffix.c_str());
51 fIter.reset(fPath.c_str(), fSuffix.c_str());
64 left->remove(left->size() - fSuffix.size(), fSuffix.size());
90 label.append(fSuffix);
99 SkString fPath, fSuffix; member in class:SkDirListSource
/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 108 milliseconds