OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSuffix
(Results
1 - 11
of
11
) 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/legacy/src/utils/
SkOSFile.cpp
172
fSuffix
.set(suffix);
175
fSuffix
.reset();
214
if (!(s.st_mode & S_IFDIR) && issuffixfor(
fSuffix
, entry->d_name))
/external/skia/src/utils/
SkOSFile.cpp
172
fSuffix
.set(suffix);
175
fSuffix
.reset();
214
if (!(s.st_mode & S_IFDIR) && issuffixfor(
fSuffix
, entry->d_name))
/external/skia/include/core/
SkOSFile.h
90
SkString fPath,
fSuffix
;
/external/skia/legacy/include/core/
SkOSFile.h
63
SkString fPath,
fSuffix
;
/external/skia/legacy/src/views/
SkListView.cpp
27
: fPath(path),
fSuffix
(suffix), fTarget(target)
36
fIter.reset(fPath.c_str(),
fSuffix
.c_str());
39
fIter.reset(fPath.c_str(),
fSuffix
.c_str());
51
fIter.reset(fPath.c_str(),
fSuffix
.c_str());
64
left->remove(left->size() -
fSuffix
.size(),
fSuffix
.size());
90
label.append(
fSuffix
);
99
SkString fPath,
fSuffix
;
/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
/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 814 milliseconds