Home
last modified time | relevance | path

Searched full:1111111111 (Results 1 – 25 of 56) sorted by relevance

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DDumperOptionsTest.java356 …"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/
DEmitterTest.java147 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/
Diter_size_char.pass.cpp38 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()
Dsize_size_char.pass.cpp58 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/
DddAnd.decTest54 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
DdqAnd.decTest127 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
Dxor.decTest57 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
DddXor.decTest75 ddxor050 xor 1111111111 1 -> 1111111110
86 ddxor060 xor 1111111111 0 -> 1111111111
97 ddxor070 xor 1 1111111111 -> 1111111110
108 ddxor080 xor 0 1111111111 -> 1111111111
Dand.decTest60 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
Dor.decTest56 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
DdqXor.decTest148 dqxor050 xor 1111111111 1 -> 1111111110
159 dqxor060 xor 1111111111 0 -> 1111111111
170 dqxor070 xor 1 1111111111 -> 1111111110
181 dqxor080 xor 0 1111111111 -> 1111111111
DddOr.decTest53 ddor026 or 1111111111 1111111111 -> 1111111111
DdqOr.decTest162 dqor026 or 1111111111 1111111111 -> 1111111111
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/
Diter_size_char.pass.cpp35 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()
Dsize_size_char.pass.cpp50 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/
Diter_size_char.pass.cpp35 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()
Dsize_size_char.pass.cpp50 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/
Dscalar-style1.yaml6 description: 1111111111 2222222222
Dscalar-style2.yaml7 1111111111 2222222222 3333333333
Dscalar-style3.yaml71111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 9999999999…
/external/pigweed/pw_thread/
Dthread_snapshot_service_test.cc165 static_cast<uintptr_t>(1111111111u), in TEST()
176 static_cast<uintptr_t>(1111111111u), in TEST()
/external/libxml2/test/html-tokenizer/
DnumericEntities.test4 &#1111111111
10 &#1111111111x
16 &#1111111111;
/external/skia/tests/
DFloatingPointTest.cpp137 // 0b0'01111111110'11'1111111111'1111111111'1111111100'0000000000'0000000000 in DEF_TEST()
DRasterPipelineCodeGeneratorTest.cpp216 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/
DDurationsTest.java374 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()

123