Searched full:3333333333 (Results 1 – 8 of 8) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | DumperOptionsTest.java | 360 …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/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
D | iter_iter_size_char.pass.cpp | 43 test(S(""), 0, 0, 10, '3', S("3333333333")); in test0() 47 test(S("abcde"), 0, 0, 10, '3', S("3333333333abcde")); in test0() 51 test(S("abcde"), 0, 1, 10, '3', S("3333333333bcde")); in test0() 55 test(S("abcde"), 0, 2, 10, '3', S("3333333333cde")); in test0() 59 test(S("abcde"), 0, 4, 10, '3', S("3333333333e")); in test0() 63 test(S("abcde"), 0, 5, 10, '3', S("3333333333")); in test0() 115 test(S("abcdefghij"), 0, 0, 10, '3', S("3333333333abcdefghij")); in test0() 119 test(S("abcdefghij"), 0, 1, 10, '3', S("3333333333bcdefghij")); in test0() 123 test(S("abcdefghij"), 0, 5, 10, '3', S("3333333333fghij")); in test0() 127 test(S("abcdefghij"), 0, 9, 10, '3', S("3333333333j")); in test0() [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ |
D | EmitterTest.java | 212 splitMap.put("3333333333", "4444444444"); in testSplitLineExpectFirstFlowMappingKey() 219 … assertEquals("{\"1111111111 2222222222\": {\n \"3333333333\": \"4444444444\"}}\n", output); in testSplitLineExpectFirstFlowMappingKey() 228 assertEquals("{\"1111111111 2222222222\": {\"3333333333\": \"4444444444\"}}\n", output); in testSplitLineExpectFirstFlowMappingKey() 245 splitMap.put("3333333333", "4444444444"); in testSplitLineExpectFlowMappingKey() 250 … assertEquals("{\"1111111111\": \"2222222222\",\n \"3333333333\": \"4444444444\"}\n", output); in testSplitLineExpectFlowMappingKey() 259 assertEquals("{\"1111111111\": \"2222222222\", \"3333333333\": \"4444444444\"}\n", output); in testSplitLineExpectFlowMappingKey()
|
/external/snakeyaml/src/test/resources/representer/ |
D | scalar-style1.yaml | 6 description: 1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 888888888…
|
D | scalar-style3.yaml | 7 …1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 9999999999…
|
D | scalar-style2.yaml | 7 1111111111 2222222222 3333333333
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
D | FlexibleScalarStyleTest.java | 87 …"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 999999999… in getData()
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 6690 " 111111111, 222222222, 3333333333, 444444444, //\n" in TEST_F()
|