Home
last modified time | relevance | path

Searched refs:ELLIPSIS (Results 1 – 25 of 45) sorted by relevance

12

/external/oauth/core/src/main/java/net/oauth/client/
DExcerptInputStream.java17 public static final byte[] ELLIPSIS = " ...".getBytes(); field in ExcerptInputStream
27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length); in ExcerptInputStream()
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length];
/external/junit/src/junit/framework/
DComparisonCompactor.java9 private static final String ELLIPSIS= "..."; field in ComparisonCompactor
68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
73 …1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : ""); in computeCommonSuffix()
/external/junit/src/org/junit/
DComparisonFailure.java60 private static final String ELLIPSIS= "..."; field in ComparisonFailure.ComparisonCompactor
126 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
131 …1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : ""); in computeCommonSuffix()
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Ddoctests.py5 flags = doctest.ELLIPSIS|doctest.NORMALIZE_WHITESPACE
Dfile-example.txt21 >>> from doctest import ELLIPSIS
Djsonrpc-example.txt611 >>> proxy.divide(10, 0) # doctest: +ELLIPSIS
626 +ELLIPSIS`` so that we can replace text we don't care about with
Dindex.txt25 >>> from doctest import ELLIPSIS
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp151 UnicodeString ELLIPSIS; ELLIPSIS.append((UChar32)0x2026); in APITest() local
153 TEST_ASSERT(ELLIPSIS == s); in APITest()
155 TEST_ASSERT(ELLIPSIS == s); in APITest()
157 TEST_ASSERT(ELLIPSIS == s); in APITest()
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_doctests.py28 options = doctest.ELLIPSIS|doctest.REPORT_ONLY_FIRST_FAILURE
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dmulti.py78 doctest.testmod(optionflags=doctest.ELLIPSIS)
Dform.py149 doctest.testmod(optionflags=doctest.ELLIPSIS)
Dbasic.py122 doctest.testmod(optionflags=doctest.ELLIPSIS)
Ddigest.py254 doctest.testmod(optionflags=doctest.ELLIPSIS)
Dcookie.py404 doctest.testmod(optionflags=doctest.ELLIPSIS)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dprogress.py222 doctest.testmod(optionflags=doctest.ELLIPSIS)
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
Dentities.test39 {"description": "Windows-1252 HORIZONTAL ELLIPSIS numeric entity.",
159 {"description": "Windows-1252 HORIZONTAL ELLIPSIS hexadecimal numeric entity.",
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h69 static const UChar ELLIPSIS = ((UChar)0x2026); variable
Dplurrule.cpp1276 case ELLIPSIS: in charType()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Ddoctest_webapp.py428 optionflags=doctest.ELLIPSIS|doctest.REPORT_ONLY_FIRST_FAILURE,
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt583 … → '...' ; # 2026;HORIZONTAL ELLIPSIS (compat)
611 ︙ → '...' ; # FE19;PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS (compat)
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java115 public static final int ELLIPSIS=87; field in JavaLexer
2954 int _type = ELLIPSIS; in mELLIPSIS()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...

12