/external/oauth/core/src/main/java/net/oauth/client/ |
D | ExcerptInputStream.java | 17 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/ |
D | reviewable_hits.doctest | 47 >>> 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
|
D | search_hits.doctest | 14 >>> search_rs # doctest: +ELLIPSIS
|
D | create_hit_binary.doctest | 50 >>> hit_type_id # doctest: +ELLIPSIS
|
D | create_hit.doctest | 48 >>> hit_type_id # doctest: +ELLIPSIS
|
D | create_hit_from_hit_type.doctest | 21 >>> hit_type_id # doctest: +ELLIPSIS
|
D | create_free_text_question_regex.doctest | 56 >>> hit_type_id # doctest: +ELLIPSIS
|
/external/junit/src/junit/framework/ |
D | ComparisonCompactor.java | 9 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/ |
D | ComparisonFailure.java | 60 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/ |
D | test_docs.py | 18 doctest.ELLIPSIS |
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | doctests.py | 5 flags = doctest.ELLIPSIS|doctest.NORMALIZE_WHITESPACE
|
D | file-example.txt | 21 >>> from doctest import ELLIPSIS
|
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 151 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/ |
D | test_doctests.py | 28 options = doctest.ELLIPSIS|doctest.REPORT_ONLY_FIRST_FAILURE
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
D | multi.py | 78 doctest.testmod(optionflags=doctest.ELLIPSIS)
|
D | form.py | 149 doctest.testmod(optionflags=doctest.ELLIPSIS)
|
D | basic.py | 122 doctest.testmod(optionflags=doctest.ELLIPSIS)
|
D | digest.py | 254 doctest.testmod(optionflags=doctest.ELLIPSIS)
|
D | cookie.py | 404 doctest.testmod(optionflags=doctest.ELLIPSIS)
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | progress.py | 222 doctest.testmod(optionflags=doctest.ELLIPSIS)
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | entities.test | 39 {"description": "Windows-1252 HORIZONTAL ELLIPSIS numeric entity.", 159 {"description": "Windows-1252 HORIZONTAL ELLIPSIS hexadecimal numeric entity.",
|
/external/v8/src/parsing/ |
D | token.h | 43 T(ELLIPSIS, "...", 0) \
|
D | parser-base.h | 1338 } 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/ |
D | plurrule_impl.h | 72 static const UChar ELLIPSIS = ((UChar)0x2026); variable
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | doctest_webapp.py | 428 optionflags=doctest.ELLIPSIS|doctest.REPORT_ONLY_FIRST_FAILURE,
|