OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPrefix
(Results
1 - 16
of
16
) 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/
SkDisplayMovie.cpp
39
movieMaker->
fPrefix
.set(parentMaker->
fPrefix
);
123
fMovie.fMaker->
fPrefix
.set(maker.
fPrefix
);
SkAnimateMaker.h
117
SkString
fPrefix
;
SkDrawBitmap.cpp
176
fUriBase = maker.
fPrefix
.c_str();
SkAnimator.cpp
86
// SkStream* stream = SkStream::GetURIStream(fMaker->
fPrefix
.c_str(), uri);
385
return fMaker->
fPrefix
.c_str();
647
fMaker->
fPrefix
.reset();
648
fMaker->
fPrefix
.append(prefix);
/external/skia/src/animator/
SkDisplayMovie.cpp
39
movieMaker->
fPrefix
.set(parentMaker->
fPrefix
);
123
fMovie.fMaker->
fPrefix
.set(maker.
fPrefix
);
SkAnimateMaker.h
117
SkString
fPrefix
;
SkDrawBitmap.cpp
176
fUriBase = maker.
fPrefix
.c_str();
SkAnimator.cpp
86
// SkStream* stream = SkStream::GetURIStream(fMaker->
fPrefix
.c_str(), uri);
385
return fMaker->
fPrefix
.c_str();
647
fMaker->
fPrefix
.reset();
648
fMaker->
fPrefix
.append(prefix);
/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/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.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 63 milliseconds