HomeSort by relevance Sort by last modified time
    Searched refs:ELLIPSIS (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 17 public static final byte[] ELLIPSIS = " ...".getBytes();
26 // Only add the ellipsis if there are at least LIMIT bytes
27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length];
39 /** The first few bytes of data, plus ELLIPSIS if there are more bytes. */
  /external/junit/src/main/java/junit/framework/
ComparisonCompactor.java 5 private static final String ELLIPSIS = "...";
66 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
71 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /art/test/021-string2/src/junit/framework/
ComparisonCompactor.java 9 private static final String ELLIPSIS= "...";
68 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
73 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /art/test/082-inline-execute/src/junit/framework/
ComparisonCompactor.java 9 private static final String ELLIPSIS= "...";
68 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
73 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /external/junit/src/main/java/org/junit/
ComparisonFailure.java 71 private static final String ELLIPSIS = "...";
155 return ELLIPSIS + sharedPrefix.substring(sharedPrefix.length() - contextLength);
162 return sharedSuffix.substring(0, contextLength) + ELLIPSIS;
  /frameworks/base/legacy-test/src/junit/framework/
ComparisonCompactor.java 9 private static final String ELLIPSIS= "...";
68 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
73 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /packages/apps/Car/Overview/src/com/android/car/overview/
MediaStreamViewHolder.java 36 private static final String ELLIPSIS = "\u2026";
220 if (maxLen <= ELLIPSIS.length()) {
226 sb.append(text.subSequence(0, maxLen - ELLIPSIS.length()));
227 sb.append(ELLIPSIS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
MediaProjectionPermissionActivity.java 50 private static final String ELLIPSIS = "\u2026";
113 label = label.substring(0, offset) + ELLIPSIS;
  /prebuilts/go/darwin-x86/src/go/token/
token.go 77 ELLIPSIS // ...
181 ELLIPSIS: "...",
  /prebuilts/go/linux-x86/src/go/token/
token.go 77 ELLIPSIS // ...
181 ELLIPSIS: "...",
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 106 // Our total width in pixels minus space for ellipsis.
119 // Fraction of digit width saved by both replacing ellipsis with digit
139 // have a decimal point and no ellipsis.
295 // point and no (usually wide) ellipsis symbol. We allow one extra digit
299 // there is also an ellipsis.
302 // Type 1 scientific notation, assuming ellipsis, minus sign and E are wider than a digit:
305 // Ellipsis + "E" + "-" - 3 digits.
309 // No ellipsis, or
317 final float ellipsisWidth = Layout.getDesiredWidth(KeyMaps.ELLIPSIS, paint);
640 * We add an ellipsis on the left if the result was truncated
    [all...]
KeyMaps.java 387 public static final String ELLIPSIS = "\u2026";
616 sOutputForResultChar.put(ELLIPSIS.charAt(0), ELLIPSIS);
Evaluator.java 166 * Return extra width credit for absence of ellipsis, as fraction of a digit width.
    [all...]
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 153 UnicodeString ELLIPSIS; ELLIPSIS.append((UChar32)0x2026);
155 TEST_ASSERT(ELLIPSIS == s);
157 TEST_ASSERT(ELLIPSIS == s);
159 TEST_ASSERT(ELLIPSIS == s);
    [all...]
  /external/v8/src/parsing/
token.h 43 T(ELLIPSIS, "...", 0) \
parser-base.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 168 sFixes.put(TypographyDetector.ELLIPSIS.getId(), TypographyFix.class);
  /external/autotest/client/site_tests/kernel_CheckArmErrata/
kernel_CheckArmErrata.py 439 inspect.getmodule(self), optionflags=doctest.ELLIPSIS)
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 75 static const UChar ELLIPSIS = ((UChar)0x2026);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 56 'ELLIPSIS',
135 ELLIPSIS = register_optionflag('ELLIPSIS')
142 ELLIPSIS |
271 # Worst-case linear-time ellipsis matching.
312 # due to an ellipsis at the start or end of `want`. That's OK.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 56 'ELLIPSIS',
135 ELLIPSIS = register_optionflag('ELLIPSIS')
142 ELLIPSIS |
271 # Worst-case linear-time ellipsis matching.
312 # due to an ellipsis at the start or end of `want`. That's OK.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 56 'ELLIPSIS',
135 ELLIPSIS = register_optionflag('ELLIPSIS')
142 ELLIPSIS |
271 # Worst-case linear-time ellipsis matching.
312 # due to an ellipsis at the start or end of `want`. That's OK.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 56 'ELLIPSIS',
135 ELLIPSIS = register_optionflag('ELLIPSIS')
142 ELLIPSIS |
271 # Worst-case linear-time ellipsis matching.
312 # due to an ellipsis at the start or end of `want`. That's OK.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 56 'ELLIPSIS',
135 ELLIPSIS = register_optionflag('ELLIPSIS')
142 ELLIPSIS |
271 # Worst-case linear-time ellipsis matching.
312 # due to an ellipsis at the start or end of `want`. That's OK.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 104 OP(ELLIPSIS, "...") \
    [all...]

Completed in 912 milliseconds

1 2 3 4 5 6 7 8 9