Home
last modified time | relevance | path

Searched full:2222222222 (Results 1 – 9 of 9) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DDumperOptionsTest.java360 …output = yaml.dump("1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8…
361 …assertEquals("\"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 88888…
367 …output = yaml.dump("1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8…
368 …assertEquals("\"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 88888…
380 …output = yaml.dump("1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8…
381 …assertEquals("'1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 888888…
387 …output = yaml.dump("1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8…
388 …assertEquals("'1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 888888…
400 …output = yaml.dump("1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8…
401 …assertEquals(">-\n 1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8…
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
DEmitterTest.java185 output = yaml.dump(Arrays.asList("1111111111", "2222222222")); in testSplitLineExpectFlowSequenceItem()
186 assertEquals("[\"1111111111\",\n \"2222222222\"]\n", output); in testSplitLineExpectFlowSequenceItem()
194 output = yaml.dump(Arrays.asList("1111111111", "2222222222")); in testSplitLineExpectFlowSequenceItem()
195 assertEquals("[\"1111111111\", \"2222222222\"]\n", output); in testSplitLineExpectFlowSequenceItem()
214 splitContainerMap.put("1111111111 2222222222", splitMap); in testSplitLineExpectFirstFlowMappingKey()
219 … assertEquals("{\"1111111111 2222222222\": {\n \"3333333333\": \"4444444444\"}}\n", output); in testSplitLineExpectFirstFlowMappingKey()
228 assertEquals("{\"1111111111 2222222222\": {\"3333333333\": \"4444444444\"}}\n", output); in testSplitLineExpectFirstFlowMappingKey()
244 splitMap.put("1111111111", "2222222222"); in testSplitLineExpectFlowMappingKey()
250 … assertEquals("{\"1111111111\": \"2222222222\",\n \"3333333333\": \"4444444444\"}\n", output); in testSplitLineExpectFlowMappingKey()
259 assertEquals("{\"1111111111\": \"2222222222\", \"3333333333\": \"4444444444\"}\n", output); in testSplitLineExpectFlowMappingKey()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_size_char.pass.cpp62 test(S(""), 0, 0, 10, '2', S("2222222222")); in test0()
66 test(S(""), 0, 1, 10, '2', S("2222222222")); in test0()
74 test(S("abcde"), 0, 0, 10, '2', S("2222222222abcde")); in test0()
78 test(S("abcde"), 0, 1, 10, '2', S("2222222222bcde")); in test0()
82 test(S("abcde"), 0, 2, 10, '2', S("2222222222cde")); in test0()
86 test(S("abcde"), 0, 4, 10, '2', S("2222222222e")); in test0()
90 test(S("abcde"), 0, 5, 10, '2', S("2222222222")); in test0()
94 test(S("abcde"), 0, 6, 10, '2', S("2222222222")); in test0()
171 test(S("abcdefghij"), 0, 0, 10, '2', S("2222222222abcdefghij")); in test1()
175 test(S("abcdefghij"), 0, 1, 10, '2', S("2222222222bcdefghij")); in test1()
[all …]
/external/snakeyaml/src/test/resources/representer/
Dscalar-style1.yaml6 description: 1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 888888888…
Dscalar-style2.yaml7 1111111111 2222222222 3333333333
Dscalar-style3.yaml7 …1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 9999999999…
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
DFlexibleScalarStyleTest.java87 …"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 999999999… in getData()
/external/libmtp/logs/
Dmtp-detect-philips-psa610.txt183 VolumeIdentifier: 2222222222
/external/clang/unittests/Format/
DFormatTest.cpp6689 " 1111111111, 2222222222, 33333333333, 4444444444, //\n" in TEST_F()