OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPrefix
(Results
1 - 10
of
10
) sorted by null
/external/junit/src/junit/framework/
ComparisonCompactor.java
16
private int
fPrefix
;
40
String result= DELTA_START + source.substring(
fPrefix
, source.length() - fSuffix + 1) + DELTA_END;
41
if (
fPrefix
> 0)
49
fPrefix
= 0;
51
for (;
fPrefix
< end;
fPrefix
++) {
52
if (fExpected.charAt(
fPrefix
) != fActual.charAt(
fPrefix
))
60
for (; actualSuffix >=
fPrefix
&& expectedSuffix >=
fPrefix
; actualSuffix--, expectedSuffix--)
[
all
...]
/external/junit/src/org/junit/
ComparisonFailure.java
71
private int
fPrefix
;
98
String result= DELTA_START + source.substring(
fPrefix
, source.length() - fSuffix + 1) + DELTA_END;
99
if (
fPrefix
> 0)
107
fPrefix
= 0;
109
for (;
fPrefix
< end;
fPrefix
++) {
110
if (fExpected.charAt(
fPrefix
) != fActual.charAt(
fPrefix
))
118
for (; actualSuffix >=
fPrefix
&& expectedSuffix >=
fPrefix
; actualSuffix--, expectedSuffix--)
[
all
...]
/external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h
117
SkString
fPrefix
;
/external/skia/src/animator/
SkAnimateMaker.h
117
SkString
fPrefix
;
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.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/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 625 milliseconds