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

/external/chromium_org/third_party/skia/include/core/
H A DSkOSFile.h116 SkString fPath, fSuffix; member in class:SkOSFile::Iter
/external/skia/include/core/
H A DSkOSFile.h116 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/skia/tools/
H A Dskhello.cpp90 const char* fSuffix; member in struct:__anon25665
98 file.printf("%s%s", path.c_str(), gRec[i].fSuffix);
H A Drender_pictures_main.cpp58 const char* fSuffix; member in struct:Format
77 return gFormats[i].fSuffix;
H A Dskimage_main.cpp38 const char* fSuffix; member in struct:Format
63 return gFormats[i].fSuffix;
71 if (strcmp(suffix, gFormats[i].fSuffix) == 0) {
/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/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/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/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 110 milliseconds