OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fContextLength
(Results
1 - 3
of
3
) sorted by null
/external/junit/src/junit/framework/
ComparisonCompactor.java
9
private int
fContextLength
;
16
fContextLength
= contextLength;
61
return (fPrefix >
fContextLength
? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix -
fContextLength
), fPrefix);
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 : "");
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 27 milliseconds