HomeSort by relevance Sort by last modified time
    Searched defs:fPrefix (Results 1 - 25 of 26) sorted by null

1 2

  /art/test/021-string2/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...]
  /art/test/082-inline-execute/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/main/java/junit/framework/
ComparisonCompactor.java 12 private int fPrefix;
34 String result = DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
35 if (fPrefix > 0) {
45 fPrefix = 0;
47 for (; fPrefix < end; fPrefix++) {
48 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) {
57 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--)
    [all...]
  /external/skia/tools/skqp/
skqp.cpp 120 SkString fPrefix;
121 StdAssetManager(const char* p) : fPrefix(p) {}
123 SkString fullPath = fPrefix.isEmpty()
125 : SkStringPrintf("%s/%s", fPrefix.c_str(), path);
  /external/skqp/tools/skqp/
skqp.cpp 120 SkString fPrefix;
121 StdAssetManager(const char* p) : fPrefix(p) {}
123 SkString fullPath = fPrefix.isEmpty()
125 : SkStringPrintf("%s/%s", fPrefix.c_str(), path);
  /frameworks/base/test-base/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/icu/icu4c/source/i18n/
number_modifiers.h 29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {}
41 UnicodeString fPrefix;
107 bool strong) : fPrefix(prefix), fSuffix(suffix), fStrong(strong) {}
121 NumberStringBuilder fPrefix;
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/annotation-tools/scene-lib/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 573 milliseconds

1 2