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

  /external/junit/src/junit/framework/
ComparisonCompactor.java 13 private int fSuffix;
33 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
36 if (fSuffix > 0)
57 fSuffix= fExpected.length() - expectedSuffix;
65 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
66 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /external/skia/src/utils/
SkOSFile.cpp 165 fSuffix.set(suffix);
168 fSuffix.reset();
207 if (!(s.st_mode & S_IFDIR) && issuffixfor(fSuffix, entry->d_name))
  /external/skia/include/core/
SkOSFile.h 66 SkString fPath, fSuffix;
  /external/skia/src/views/
SkListView.cpp 20 : fPath(path), fSuffix(suffix), fTarget(target)
29 fIter.reset(fPath.c_str(), fSuffix.c_str());
32 fIter.reset(fPath.c_str(), fSuffix.c_str());
44 fIter.reset(fPath.c_str(), fSuffix.c_str());
57 left->remove(left->size() - fSuffix.size(), fSuffix.size());
83 label.append(fSuffix);
92 SkString fPath, fSuffix;
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 712 milliseconds