HomeSort by relevance Sort by last modified time
    Searched defs:fSuffix (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 118 SkString fPath, fSuffix;
  /external/chromium_org/third_party/skia/tools/
skhello.cpp 90 const char* fSuffix;
98 file.printf("%s%s", path.c_str(), gRec[i].fSuffix);
render_pictures_main.cpp 66 const char* fSuffix;
85 return gFormats[i].fSuffix;
skimage_main.cpp 41 const char* fSuffix;
66 return gFormats[i].fSuffix;
74 if (strcmp(suffix, gFormats[i].fSuffix) == 0) {
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
chop_transparency_main.cpp 29 const char* fSuffix;
  /external/junit/src/junit/framework/
ComparisonCompactor.java 17 private int fSuffix;
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/
ComparisonFailure.java 72 private int fSuffix;
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/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 431 milliseconds