OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSuffix
(Results
1 - 14
of
14
) 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/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
60
const char*
fSuffix
;
79
return gFormats[i].
fSuffix
;
/external/chromium_org/third_party/skia/include/core/
SkOSFile.h
116
SkString fPath,
fSuffix
;
/external/skia/include/core/
SkOSFile.h
116
SkString fPath,
fSuffix
;
/external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp
193
fSuffix
.set(suffix);
196
fSuffix
.reset();
235
if (!(s.st_mode & S_IFDIR) && issuffixfor(
fSuffix
, entry->d_name))
/external/skia/src/utils/
SkOSFile.cpp
193
fSuffix
.set(suffix);
196
fSuffix
.reset();
235
if (!(s.st_mode & S_IFDIR) && issuffixfor(
fSuffix
, entry->d_name))
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/external/robolectric/lib/main/
junit-dep-4.8.2.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
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.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 647 milliseconds