| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ | 
| D | DumperOptionsTest.java | 356 …"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 999999999… 358 …"\"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888\\\n  \\… 363 …"1111111111  2222222222  3333333333  4444444444  5555555555  6666666666  7777777777  8888888888  9… 365 …"\"1111111111  2222222222  3333333333  4444444444  5555555555  6666666666  7777777777\\\n  \\  888… 373 …"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 999999999… 375 …"\"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 9999999… 389 …"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 999999999… 391 …"'1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888\n  99999… 396 …"1111111111  2222222222  3333333333  4444444444  5555555555  6666666666  7777777777  8888888888  9… 398 …"'1111111111  2222222222  3333333333  4444444444  5555555555  6666666666  7777777777  8888888888  … [all …] 
 | 
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ | 
| D | EmitterTest.java | 147     map.put("12345", Collections.singletonList("1111111111"));  in testSplitLineExpectFirstFlowSequenceItem() 152     assertEquals("{\"12345\": [\n    \"1111111111\"]}\n", output);  in testSplitLineExpectFirstFlowSequenceItem() 159     assertEquals("{\"12345\": [\"1111111111\"]}\n", output);  in testSplitLineExpectFirstFlowSequenceItem() 187     output = yaml.dump(Arrays.asList("1111111111", "2222222222"));  in testSplitLineExpectFlowSequenceItem() 188     assertEquals("[\"1111111111\",\n  \"2222222222\"]\n", output);  in testSplitLineExpectFlowSequenceItem() 196     output = yaml.dump(Arrays.asList("1111111111", "2222222222"));  in testSplitLineExpectFlowSequenceItem() 197     assertEquals("[\"1111111111\", \"2222222222\"]\n", output);  in testSplitLineExpectFlowSequenceItem() 217     splitContainerMap.put("1111111111 2222222222", splitMap);  in testSplitLineExpectFirstFlowMappingKey() 222     assertEquals("{\"1111111111 2222222222\": {\n    \"3333333333\": \"4444444444\"}}\n", output);  in testSplitLineExpectFirstFlowMappingKey() 231     assertEquals("{\"1111111111 2222222222\": {\"3333333333\": \"4444444444\"}}\n", output);  in testSplitLineExpectFirstFlowMappingKey() [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/python/cpython3/Lib/test/decimaltestdata/ | 
| D | ddAnd.decTest | 54 ddand029 and 1111111111111111       1111111111  ->        1111111111 73 ddand047 and       1111111111    1111111111111111 ->        1111111111 85 ddand150 and 1111111111  1  ->  1 96 ddand160 and 1111111111  0  ->  0 107 ddand170 and 1  1111111111  ->  1 118 ddand180 and 0  1111111111  ->  0
  | 
| D | dqAnd.decTest | 127 dqand029 and 1111111111111111       1111111111  ->        1111111111 146 dqand047 and       1111111111    1111111111111111 ->        1111111111 158 dqand150 and 1111111111  1  ->  1 169 dqand160 and 1111111111  0  ->  0 180 dqand170 and 1  1111111111  ->  1 191 dqand180 and 0  1111111111  ->  0
  | 
| D | xor.decTest | 57 xorx033 xor 111111111111 1111111111  ->  0 59 xorx035 xor 1111111111 111111111111  ->  0 73 xorx050 xor 1111111111  1  ->  111111110 84 xorx060 xor 1111111111  0  ->  111111111 95 xorx070 xor 1  1111111111  ->  111111110 106 xorx080 xor 0  1111111111  ->  111111111
  | 
| D | ddXor.decTest | 75 ddxor050 xor 1111111111  1  ->  1111111110 86 ddxor060 xor 1111111111  0  ->  1111111111 97 ddxor070 xor 1  1111111111  ->  1111111110 108 ddxor080 xor 0  1111111111  ->  1111111111
  | 
| D | and.decTest | 60 andx033 and 111111111111 1111111111  ->  111111111 62 andx035 and 1111111111 111111111111  ->  111111111 76 andx050 and 1111111111  1  ->  1 87 andx060 and 1111111111  0  ->  0 98 andx070 and 1  1111111111  ->  1 109 andx080 and 0  1111111111  ->  0
  | 
| D | or.decTest | 56 orx033 or 111111111111 1111111111  ->  111111111 58 orx035 or 1111111111 111111111111  ->  111111111 72 orx050 or 1111111111  1  ->  111111111 83 orx060 or 1111111111  0  ->  111111111 94 orx070 or 1  1111111111  ->  111111111 105 orx080 or 0  1111111111  ->  111111111
  | 
| D | dqXor.decTest | 148 dqxor050 xor 1111111111  1  ->  1111111110 159 dqxor060 xor 1111111111  0  ->  1111111111 170 dqxor070 xor 1  1111111111  ->  1111111110 181 dqxor080 xor 0  1111111111  ->  1111111111
  | 
| D | ddOr.decTest | 53 ddor026 or       1111111111           1111111111  ->        1111111111
  | 
| D | dqOr.decTest | 162 dqor026 or       1111111111           1111111111  ->        1111111111
  | 
| /external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/ | 
| D | iter_size_char.pass.cpp | 35   test(S(""), 0, 10, '1', S("1111111111"));  in test_string() 39   test(S("abcde"), 0, 10, '1', S("1111111111abcde"));  in test_string() 59   test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij"));  in test_string() 79   test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst"));  in test_string()
  | 
| D | size_size_char.pass.cpp | 50   test(S(""), 0, 10, '1', S("1111111111"));  in test_string() 58   test(S("abcde"), 0, 10, '1', S("1111111111abcde"));  in test_string() 82   test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij"));  in test_string() 106   test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst"));  in test_string()
  | 
| /external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/ | 
| D | iter_size_char.pass.cpp | 35   test(S(""), 0, 10, '1', S("1111111111"));  in test_string() 39   test(S("abcde"), 0, 10, '1', S("1111111111abcde"));  in test_string() 59   test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij"));  in test_string() 79   test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst"));  in test_string()
  | 
| D | size_size_char.pass.cpp | 50   test(S(""), 0, 10, '1', S("1111111111"));  in test_string() 58   test(S("abcde"), 0, 10, '1', S("1111111111abcde"));  in test_string() 82   test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij"));  in test_string() 106   test(S("abcdefghijklmnopqrst"), 0, 10, '1', S("1111111111abcdefghijklmnopqrst"));  in test_string()
  | 
| /external/snakeyaml/src/test/resources/representer/ | 
| D | scalar-style1.yaml | 6 description: 1111111111 2222222222
  | 
| D | scalar-style2.yaml | 7   1111111111 2222222222 3333333333
  | 
| D | scalar-style3.yaml | 7 …1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 9999999999…
  | 
| /external/pigweed/pw_thread/ | 
| D | thread_snapshot_service_test.cc | 165                              static_cast<uintptr_t>(1111111111u),  in TEST() 176                              static_cast<uintptr_t>(1111111111u),  in TEST()
  | 
| /external/libxml2/test/html-tokenizer/ | 
| D | numericEntities.test | 4 � 10 �x 16 �
  | 
| /external/skia/tests/ | 
| D | FloatingPointTest.cpp | 137     // 0b0'01111111110'11'1111111111'1111111111'1111111100'0000000000'0000000000  in DEF_TEST()
  | 
| D | RasterPipelineCodeGeneratorTest.cpp | 216                 uint2 e = uint2(1111111111u, 222),  in DEF_TEST() 241                         max(e, 7777)           == uint2(1111111111u, 7777)         &&  in DEF_TEST() 244                         min(e, f)              == uint2(1111111111u, 222)          &&  in DEF_TEST()
  | 
| /external/cronet/tot/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ | 
| D | DurationsTest.java | 374     assertThat(Durations.toNanos(duration)).isEqualTo(1111111111);  in testDurationConversion() 378     duration = Durations.fromNanos(1111111111);  in testDurationConversion() 388     assertThat(Durations.toNanos(duration)).isEqualTo(-1111111111);  in testDurationConversion() 392     duration = Durations.fromNanos(-1111111111);  in testDurationConversion()
  |