Home
last modified time | relevance | path

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

123

/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
Dreviewable_hits.doctest47 >>> hit_type_id # doctest: +ELLIPSIS
69 >>> reviewable_rs # doctest: +ELLIPSIS
94 >>> assignments_rs # doctest: +ELLIPSIS
112 >>> assignment.answers # doctest: +ELLIPSIS
123 >>> text # doctest: +ELLIPSIS
127 >>> qid # doctest: +ELLIPSIS
Dsearch_hits.doctest14 >>> search_rs # doctest: +ELLIPSIS
Dcreate_hit_binary.doctest50 >>> hit_type_id # doctest: +ELLIPSIS
Dcreate_hit.doctest48 >>> hit_type_id # doctest: +ELLIPSIS
Dcreate_hit_from_hit_type.doctest21 >>> hit_type_id # doctest: +ELLIPSIS
Dcreate_free_text_question_regex.doctest56 >>> hit_type_id # doctest: +ELLIPSIS
/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/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_docs.py18 doctest.ELLIPSIS |
/external/chromium-trace/catapult/third_party/WebOb/docs/
Ddoctests.py5 flags = doctest.ELLIPSIS|doctest.NORMALIZE_WHITESPACE
Dfile-example.txt21 >>> 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/catapult/third_party/Paste/tests/
Dtest_doctests.py28 options = doctest.ELLIPSIS|doctest.REPORT_ONLY_FIRST_FAILURE
/external/chromium-trace/catapult/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/catapult/third_party/Paste/paste/
Dprogress.py222 doctest.testmod(optionflags=doctest.ELLIPSIS)
/external/chromium-trace/catapult/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/v8/src/parsing/
Dtoken.h43 T(ELLIPSIS, "...", 0) \
Dparser-base.h1338 } else if (Check(Token::ELLIPSIS)) { in ParsePrimaryExpression()
1344 Token::String(Token::ELLIPSIS)); in ParsePrimaryExpression()
1463 if (peek() == Token::ELLIPSIS) { in ParseExpression()
1469 Consume(Token::ELLIPSIS); in ParseExpression()
1511 } else if (peek() == Token::ELLIPSIS) { in ParseArrayLiteral()
1513 Consume(Token::ELLIPSIS); in ParseArrayLiteral()
1915 bool is_spread = Check(Token::ELLIPSIS); in ParseArguments()
2952 parameters->has_rest = Check(Token::ELLIPSIS); in ParseFormalParameterList()
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h72 static const UChar ELLIPSIS = ((UChar)0x2026); variable
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
Ddoctest_webapp.py428 optionflags=doctest.ELLIPSIS|doctest.REPORT_ONLY_FIRST_FAILURE,

123