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

1 2 3

  /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/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/org/junit/
ComparisonFailure.java 60 private static final String ELLIPSIS= "...";
126 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
131 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /external/chromium_org/third_party/icu/source/test/intltest/
alphaindextst.cpp 149 UnicodeString ELLIPSIS; ELLIPSIS.append((UChar32)0x2026);
151 TEST_ASSERT(ELLIPSIS == s);
153 TEST_ASSERT(ELLIPSIS == s);
155 TEST_ASSERT(ELLIPSIS == s);
  /external/chromium_org/tools/valgrind/
suppressions.py 19 # an ellipsis wildcards zero or more functions in a stack.
37 ELLIPSIS = '...'
202 if line == ELLIPSIS:
410 if line == ELLIPSIS:
414 if func == ELLIPSIS: # mod!ellipsis frame
457 re.compile(r"^.*!\.\.\.$"), # mod!ellipsis
462 re.compile(r"^\.\.\.$"), # ellipsis
519 if stack[-1] == ELLIPSIS:
520 raise SuppressionError('Suppression "%s" ends in an ellipsis on line %d'
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 71 this.earconNames.push('ELLIPSIS');
122 this.earconNamesToIds['ELLIPSIS'] = cvox.AbstractEarcons.ELLIPSIS;
230 cvox.AbstractEarcons.ELLIPSIS = 10;
379 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.ELLIPSIS] = 'ellipsis.ogg';
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 151 UnicodeString ELLIPSIS; ELLIPSIS.append((UChar32)0x2026);
153 TEST_ASSERT(ELLIPSIS == s);
155 TEST_ASSERT(ELLIPSIS == s);
157 TEST_ASSERT(ELLIPSIS == s);
  /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/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 69 static const UChar ELLIPSIS = ((UChar)0x2026);
plurrule.cpp     [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 69 static const UChar ELLIPSIS = ((UChar)0x2026);
plurrule.cpp     [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...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
SearchResultsSummary.java 52 private static char ELLIPSIS = '\u2026';
  /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...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 286 * ELLIPSIS
api_implementation.js 208 * ELLIPSIS
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 847 role: cvox.SemanticAttr.Role.ELLIPSIS
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/fonttools/Lib/fontTools/
agl.py 426 2026;ellipsis;HORIZONTAL ELLIPSIS
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 115 public static final int ELLIPSIS=87;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 

Completed in 1686 milliseconds

1 2 3