Home
last modified time | relevance | path

Searched refs:doubled (Results 1 – 25 of 42) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java84 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/
DSplitterTest.java81 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/
DAbstractSequentialIteratorTest.java34 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/
DAbstractSequentialIteratorTest.java47 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/
Dmemchr-02.ll22 ; 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/
DHpack.java302 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/
Dlibunwind.trans28 # special handling of SeeAlso in latex2man, so that argument gets doubled:
/external/llvm/test/tools/llvm-profdata/
Dinline-samples.test24 counters have doubled.
Dgcc-gcov-sample-profile.test24 counters have doubled.
Dsample-profile-basic.test25 counters have doubled.
/external/clang/test/SemaObjC/
Dobjc-literal-sig.m40 // All tests are doubled to make sure that a bad method is not saved
/external/icu/icu4c/source/data/translit/
DHira_Kana.txt135 # its final vowel doubled. This is a Katakana-Hiragana
Dfa_fa_Latn_BGN.txt110 # the letter should be doubled. [The remainder of this rule deals with
Dar_ar_Latn_BGN.txt113 # should be doubled. [The remainder of this rule deals with the definite
Dps_ps_Latn_BGN.txt110 # the letter should be doubled. [The remainder of this rule deals with
DLatn_Kana.txt64 # Variables used for doubled-consonants with tsu
DLatin_ConjoiningJamo.txt312 # XYY. Because doubled consonants bind more strongly than XY
/external/lzma/DOC/
Dlzma.txt289 some structures will be doubled in that case.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java4969 boolean doubled = (pos + 1) < pattern.length() && in applyPatternWithoutExpandAffix()
4974 if (doubled) { in applyPatternWithoutExpandAffix()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java4898 boolean doubled = (pos + 1) < pattern.length() && in applyPatternWithoutExpandAffix()
4903 if (doubled) { in applyPatternWithoutExpandAffix()
/external/python/cpython2/Doc/library/
Dcsv.rst343 themselves be quoted. When :const:`True`, the character is doubled. When
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst296 >>> # create a new list with the values doubled
/external/python/cpython2/Doc/howto/
Dregex.rst841 For example, the following RE detects doubled words in a string. ::
949 current point. The regular expression for finding doubled words,
/external/curl/docs/
DFAQ858 percent sign doubled on Windows machines).
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1853 features to catch memory overwrites and doubled frees in both extension modules

12