/external/guava/guava-tests/test/com/google/common/base/ |
D | SplitterTest.java | 84 String doubled = "a,,b,c"; in testCharacterSplitWithDoubleDelimiter() local 85 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiter() 90 String doubled = "a,, b,c"; in testCharacterSplitWithDoubleDelimiterAndSpace() local 91 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiterAndSpace() 123 String doubled = "a..b.c"; in testCharacterSplitWithDoubleDelimiterOmitEmptyStrings() local 125 .omitEmptyStrings().split(doubled); in testCharacterSplitWithDoubleDelimiterOmitEmptyStrings() 185 String doubled = "a,,b,c"; in testStringSplitWithDoubleDelimiter() local 186 Iterable<String> letters = Splitter.on(',').split(doubled); in testStringSplitWithDoubleDelimiter() 191 String doubled = "a,, b,c"; in testStringSplitWithDoubleDelimiterAndSpace() local 192 Iterable<String> letters = Splitter.on(',').split(doubled); in testStringSplitWithDoubleDelimiterAndSpace() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | SplitterTest.java | 81 String doubled = "a,,b,c"; in testCharacterSplitWithDoubleDelimiter() local 82 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiter() 87 String doubled = "a,, b,c"; in testCharacterSplitWithDoubleDelimiterAndSpace() local 88 Iterable<String> letters = COMMA_SPLITTER.split(doubled); in testCharacterSplitWithDoubleDelimiterAndSpace() 120 String doubled = "a..b.c"; in testCharacterSplitWithDoubleDelimiterOmitEmptyStrings() local 122 .omitEmptyStrings().split(doubled); in testCharacterSplitWithDoubleDelimiterOmitEmptyStrings() 182 String doubled = "a,,b,c"; in testStringSplitWithDoubleDelimiter() local 183 Iterable<String> letters = Splitter.on(',').split(doubled); in testStringSplitWithDoubleDelimiter() 188 String doubled = "a,, b,c"; in testStringSplitWithDoubleDelimiterAndSpace() local 189 Iterable<String> letters = Splitter.on(',').split(doubled); in testStringSplitWithDoubleDelimiterAndSpace() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractSequentialIteratorTest.java | 34 Iterable<Integer> doubled = new Iterable<Integer>() { in testDoubler() local 40 assertThat(doubled).iteratesAs(2, 4, 8, 16, 32); in testDoubler()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractSequentialIteratorTest.java | 47 Iterable<Integer> doubled = new Iterable<Integer>() { in testDoubler() local 53 assertThat(doubled).iteratesAs(2, 4, 8, 16, 32); in testDoubler()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | memchr-02.ll | 22 ; Test a doubled call with no use of %r0 in between. There should be a 39 ; Test a doubled call with a use of %r0 in between. %r0 must be loaded
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Hpack.java | 302 Header[] doubled = new Header[dynamicTable.length * 2]; in insertIntoDynamicTable() local 303 System.arraycopy(dynamicTable, 0, doubled, dynamicTable.length, dynamicTable.length); in insertIntoDynamicTable() 305 dynamicTable = doubled; in insertIntoDynamicTable()
|
/external/libunwind/doc/ |
D | libunwind.trans | 28 # special handling of SeeAlso in latex2man, so that argument gets doubled:
|
/external/llvm/test/tools/llvm-profdata/ |
D | inline-samples.test | 24 counters have doubled.
|
D | gcc-gcov-sample-profile.test | 24 counters have doubled.
|
D | sample-profile-basic.test | 25 counters have doubled.
|
/external/clang/test/SemaObjC/ |
D | objc-literal-sig.m | 40 // All tests are doubled to make sure that a bad method is not saved
|
/external/icu/icu4c/source/data/translit/ |
D | Hira_Kana.txt | 135 # its final vowel doubled. This is a Katakana-Hiragana
|
D | fa_fa_Latn_BGN.txt | 110 # the letter should be doubled. [The remainder of this rule deals with
|
D | ar_ar_Latn_BGN.txt | 113 # should be doubled. [The remainder of this rule deals with the definite
|
D | ps_ps_Latn_BGN.txt | 110 # the letter should be doubled. [The remainder of this rule deals with
|
D | Latn_Kana.txt | 64 # Variables used for doubled-consonants with tsu
|
D | Latin_ConjoiningJamo.txt | 312 # XYY. Because doubled consonants bind more strongly than XY
|
/external/lzma/DOC/ |
D | lzma.txt | 289 some structures will be doubled in that case.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 4969 boolean doubled = (pos + 1) < pattern.length() && in applyPatternWithoutExpandAffix() 4974 if (doubled) { in applyPatternWithoutExpandAffix()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 4898 boolean doubled = (pos + 1) < pattern.length() && in applyPatternWithoutExpandAffix() 4903 if (doubled) { in applyPatternWithoutExpandAffix()
|
/external/python/cpython2/Doc/library/ |
D | csv.rst | 343 themselves be quoted. When :const:`True`, the character is doubled. When
|
/external/python/cpython2/Doc/tutorial/ |
D | datastructures.rst | 296 >>> # create a new list with the values doubled
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 841 For example, the following RE detects doubled words in a string. :: 949 current point. The regular expression for finding doubled words,
|
/external/curl/docs/ |
D | FAQ | 858 percent sign doubled on Windows machines).
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1853 features to catch memory overwrites and doubled frees in both extension modules
|