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

  /external/skia/src/sksl/ast/
SkSLASTSuffixExpression.h 23 , fSuffix(std::move(suffix)) {}
26 return fBase->description() + fSuffix->description();
30 const std::unique_ptr<ASTSuffix> fSuffix;
  /external/junit/src/main/java/junit/framework/
ComparisonCompactor.java 13 private int fSuffix;
34 String result = DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
38 if (fSuffix > 0) {
62 fSuffix = fExpected.length() - expectedSuffix;
70 int end = Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
71 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /art/test/021-string2/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 : "");
  /art/test/082-inline-execute/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 : "");
  /frameworks/base/legacy-test/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/skia/gm/
imagesource2.cpp 19 ImageSourceGM(const char* suffix, SkFilterQuality filter) : fSuffix(suffix), fFilter(filter) {
26 name.append(fSuffix);
78 SkString fSuffix;
imagefiltersbase.cpp 248 SkString fSuffix;
250 ImageFiltersTextBaseGM(const char suffix[]) : fSuffix(suffix) {}
255 name.printf("%s_%s", "textfilter", fSuffix.c_str());
  /external/skia/tools/
skhello.cpp 86 const char* fSuffix;
94 file.printf("%s%s", path.c_str(), gRec[i].fSuffix);
  /external/skia/src/ports/
SkOSFile_posix.cpp 115 SkString fPath, fSuffix;
144 self.fSuffix.set(suffix);
146 self.fSuffix.reset();
179 if (!(s.st_mode & S_IFDIR) && issuffixfor(self.fSuffix, entry->d_name)) {
  /external/skia/src/sksl/
SkSLIRGenerator.cpp     [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1005 milliseconds