Home
last modified time | relevance | path

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

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
DEmitterTest.java146 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/
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/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/cpython2/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
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
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
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
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
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
Dinvert.decTest55 invx035 invert 1111111111 -> 0
DddInvert.decTest59 ddinv035 invert 1111111111 -> 1111110000000000
DdqInvert.decTest93 dqinv035 invert 1111111111 -> 1111111111111111111111110000000000
/external/vixl/test/aarch64/
Dtest-simulator-inputs-aarch64.h530 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/
DTimeUtilTest.java372 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/
Dscalar-style1.yaml6 description: 1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 888888888…
Dscalar-style2.yaml7 1111111111 2222222222 3333333333
Dscalar-style3.yaml71111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 9999999999…
/external/autotest/client/site_tests/network_LTEActivate/
Dnetwork_LTEActivate.py46 ['1111111111'])
150 ['1111111111'])
/external/pdfium/fxjs/
Dfxjs_v8_embeddertest.cpp153 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/
DFlexibleScalarStyleTest.java87 …"1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 8888888888 999999999… in getData()
/external/valgrind/none/tests/amd64/
Dpcmpstr64.stdout.exp175 istri 0C 1111111111abcde1 00000000000abcde -> 00810001 00810001
389 istri 0E 1111111111abcde1 00000000000abcde -> 00810001 00810001

12