/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ |
D | EmitterTest.java | 146 map.put("12345", Arrays.asList("1111111111")); in testSplitLineExpectFirstFlowSequenceItem() 151 assertEquals("{\"12345\": [\n \"1111111111\"]}\n", output); in testSplitLineExpectFirstFlowSequenceItem() 158 assertEquals("{\"12345\": [\"1111111111\"]}\n", output); in testSplitLineExpectFirstFlowSequenceItem() 185 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() [all …]
|
/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_insert/ |
D | iter_size_char.pass.cpp | 38 test(S(""), 0, 10, '1', S("1111111111")); in main() 42 test(S("abcde"), 0, 10, '1', S("1111111111abcde")); in main() 62 test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij")); in main() 82 test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst")); in main() 106 test(S(""), 0, 10, '1', S("1111111111")); in main() 110 test(S("abcde"), 0, 10, '1', S("1111111111abcde")); in main() 130 test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij")); in main() 150 test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst")); in main()
|
D | size_size_char.pass.cpp | 58 test(S(""), 0, 10, '1', S("1111111111")); in main() 66 test(S("abcde"), 0, 10, '1', S("1111111111abcde")); in main() 90 test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij")); in main() 114 test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst")); in main() 142 test(S(""), 0, 10, '1', S("1111111111")); in main() 150 test(S("abcde"), 0, 10, '1', S("1111111111abcde")); in main() 174 test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij")); in main() 198 test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst")); in main()
|
/external/vixl/test/aarch64/ |
D | test-simulator-inputs-aarch64.h | 530 0x7bff, /* Maximum in half precision. 0 11110 1111111111 */ \ 532 0x03ff, /* Maximum subnormal. 0 00000 1111111111 */ \ 548 0x37ff, /* 0.4999999701976776 0x3effffff f16: 0 01101 1111111111 */ \ 551 0x3bff, /* 0.9999999403953552 0x3f7fffff f16: 0 01110 1111111111 */ \ 557 0xb7ff, /* -0.4999999701976776 0xbeffffff f16: 1 01101 1111111111 */ \ 560 0xbbff, /* -0.9999999403953552 0xbf7fffff f16: 1 01110 1111111111 */ \ 567 0xfbff, /* -8388608 0xcb000000 f16: 1 11110 1111111111 */ \ 570 0x8fff, /* -0.0004880428314208984 0x8fffffff f16: 1 00011 1111111111 */ \ 571 0xffff, /* -nan 0xffffffff f16: 1 11111 1111111111 */ \
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | TimeUtilTest.java | 372 assertEquals(1111111111, TimeUtil.toNanos(timestamp)); in testTimestampConversion() 375 timestamp = TimeUtil.createTimestampFromNanos(1111111111); in testTimestampConversion() 396 assertEquals(1111111111, TimeUtil.toNanos(duration)); in testDurationConversion() 399 duration = TimeUtil.createDurationFromNanos(1111111111); in testDurationConversion() 407 assertEquals(-1111111111, TimeUtil.toNanos(duration)); in testDurationConversion() 410 duration = TimeUtil.createDurationFromNanos(-1111111111); in testDurationConversion()
|
/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/autotest/client/site_tests/network_LTEActivate/ |
D | network_LTEActivate.py | 46 ['1111111111']) 150 ['1111111111'])
|
/external/pdfium/fxjs/ |
D | fxjs_v8_embeddertest.cpp | 153 auto date = engine()->NewDate(1111111111); in TEST_F() 155 EXPECT_EQ(1111111111, engine()->ToInt32(date)); in TEST_F()
|
/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/valgrind/none/tests/amd64/ |
D | pcmpstr64.stdout.exp | 175 istri 0C 1111111111abcde1 00000000000abcde -> 00810001 00810001 389 istri 0E 1111111111abcde1 00000000000abcde -> 00810001 00810001
|
D | pcmpstr64w.stdout.exp | 146 istri 0D 1111111111abcdef 0000000000abcdef -> 08810000 08810000
|
D | pcmpstr64.c | 659 try_istri(wot,h,s, "1111111111abcde1", "00000000000abcde"); in istri_0C() 1772 try_istri(wot,h,s, "1111111111abcde1", "00000000000abcde"); in istri_0E()
|
D | pcmpstr64w.c | 619 try_istri(wot,h,s, "1111111111abcdef", "0000000000abcdef"); in istri_0D()
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 6689 " 1111111111, 2222222222, 33333333333, 4444444444, //\n" in TEST_F() 8031 "\"1111111111characte\"\n" in TEST_F() 8038 "1111111111characte" in TEST_F()
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v1/lib/main/ |
D | commons-codec-1.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |