HomeSort by relevance Sort by last modified time
    Searched refs:fPrefix (Results 1 - 11 of 11) sorted by null

  /external/junit/src/junit/framework/
ComparisonCompactor.java 16 private int fPrefix;
37 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
38 if (fPrefix > 0)
46 fPrefix= 0;
48 for (; fPrefix < end; fPrefix++) {
49 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix))
57 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/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 178 fUriBase = maker.fPrefix.c_str();
SkAnimator.cpp 86 // SkStream* stream = SkStream::GetURIStream(fMaker->fPrefix.c_str(), uri);
383 return fMaker->fPrefix.c_str();
645 fMaker->fPrefix.reset();
646 fMaker->fPrefix.append(prefix);
  /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 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilt/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 253 milliseconds