OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSuffix
(Results
1 - 12
of
12
) sorted by null
/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/chromium_org/third_party/skia/tools/
skhello.cpp
90
const char*
fSuffix
;
98
file.printf("%s%s", path.c_str(), gRec[i].
fSuffix
);
skimage_main.cpp
41
const char*
fSuffix
;
66
return gFormats[i].
fSuffix
;
74
if (strcmp(suffix, gFormats[i].
fSuffix
) == 0) {
[
all
...]
render_pictures_main.cpp
66
const char*
fSuffix
;
85
return gFormats[i].
fSuffix
;
/external/chromium_org/third_party/skia/include/core/
SkOSFile.h
118
SkString fPath,
fSuffix
;
/external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp
197
fSuffix
.set(suffix);
200
fSuffix
.reset();
239
if (!(s.st_mode & S_IFDIR) && issuffixfor(
fSuffix
, entry->d_name))
/external/chromium_org/third_party/skia/experimental/PdfViewer/
chop_transparency_main.cpp
29
const char*
fSuffix
;
/external/owasp/sanitizer/lib/junit/
junit-dep.jar
junit.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
Completed in 242 milliseconds