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

  /external/skia/include/core/
SkOSFile.h 63 SkString fPath, fSuffix;
  /external/junit/src/junit/framework/
ComparisonCompactor.java 17 private int fSuffix;
37 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
40 if (fSuffix > 0)
61 fSuffix= fExpected.length() - expectedSuffix;
69 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
70 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/skia/src/views/
SkListView.cpp 27 : 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;
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1085 milliseconds