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

  /external/skia/include/core/
SkOSFile.h 66 SkString fPath, fSuffix;
  /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/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 5329 milliseconds