Home
last modified time | relevance | path

Searched full:255 (Results 1 – 25 of 257) sorted by relevance

1234567891011

/arkcompiler/toolchain/tooling/base/
Dpt_base64.cpp20 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
21 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
22 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 255, 255, 255, 63,
23 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 255, 255, 255, 255, 255, 255,
24 255, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
25 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 255, 255, 255, 255, 255,
26 255, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
27 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 255, 255, 255, 255, 255,
28 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
29 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Dbase64.h140 static constexpr uint8_t INVALID_VALUE = 255U;
142255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255
143255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255
144255, 62, 255, 255, 255, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 255, 255, 255, 255
145255, 255, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,…
146 …19, 20, 21, 22, 23, 24, 25, 255, 255, 255, 255, 255, 255, 26, 27, 28, 29, 30, 31, 32,…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/
Dbitwise.sts21 let res: int, t2 = 2, t3 = 3, t4 = 4, t7 = 7, t8 = 8, t255 = 255
72 if (res != 85) return 1; else t255 = 255;
75 if (res != 63) return 1; else t255 = 255;
78 if (res != 1) return 1; else t255 = 255;
81 if (res != 0) return 1; else t255 = 255;
84 if (res != 3) return 1; else t255 = 255;
87 if (res != 0) return 1; else t255 = 255;
90 if (res != 3) return 1; else t255 = 255;
93 if (res != 248) return 1; else t255 = 255;
96 if (res != 255) return 1; else t255 = 255;
[all …]
Dpostfix.sts21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255
75 t255 = 255
80 t255 = 255
86 t255 = 255
91 t255 = 255
97 t255 = 255
102 t255 = 255
108 t255 = 255
113 t255 = 255
119 t255 = 255
[all …]
Dprefix.sts21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255
75 t255 = 255
80 t255 = 255
86 t255 = 255
91 t255 = 255
97 t255 = 255
102 t255 = 255
108 t255 = 255
113 t255 = 255
119 t255 = 255
[all …]
Dshift.sts21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255
63 if (res != 15) return 1; else t255 = 255;
66 if (res != 15) return 1; else t255 = 255;
69 if (res != 248) return 1; else t255 = 255;
72 if (res != 2047) return 1; else t255 = 255;
75 if (res != 1279) return 1; else t255 = 255;
81 if (res != 0) return 1; else t255 = 255;
84 if (res != 0) return 1; else t255 = 255;
Dunary.sts22 let t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255, t258 = 258
291 i = t255 >>= + t3; if (i != 31 || t255 != 31) return 1; else t255 = 255;
292 i = t255 >>= + + t3; if (i != 31 || t255 != 31) return 1; else t255 = 255;
293 i = t255 >>= - t255; if (i != 127 || t255 != 127) return 1; else t255 = 255;
294 i = t255 >>= - - t3; if (i != 31 || t255 != 31) return 1; else t255 = 255;
295 i = t255 >>= ~ t255; if (i != 255 || t255 != 255) return 1; else t255 = 255;
296 i = t255 >>= ~ ~ t3; if (i != 31 || t255 != 31) return 1; else t255 = 255;
297 i = t255 >>= + - t255; if (i != 127 || t255 != 127) return 1; else t255 = 255;
298 i = t255 >>= + ~ t255; if (i != 255 || t255 != 255) return 1; else t255 = 255;
299 i = t255 >>= - + t255; if (i != 127 || t255 != 127) return 1; else t255 = 255;
[all …]
Dsub.sts21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255
82 if (res != 255) return 1; else t255 = 255;
88 if (res != -253) return 1; else t255 = 255;
94 if (res != 63) return 1; else t255 = 255;
97 if (res != 63) return 1; else t255 = 255;
Dcast.sts21 let res: int, t1 = 1, t2 = 2, t3 = 3, t4 = 4, t255 = 255, t257 = 257, t258 = 258
69 if (res != 1) return 1; else t255 = 255;
72 if (res != 2) return 1; else t255 = 255;
78 if (res != 253) return 1; else t255 = 255;
81 if (res != 510) return 1; else t255 = 255;
87 if (res != 127) return 1; else t255 = 255;
Dadd.sts21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255
82 if (res != 5) return 1; else t255 = 255;
88 if (res != 243) return 1; else t255 = 255;
94 if (res != 7) return 1; else t255 = 255;
97 if (res != 7) return 1; else t255 = 255;
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dobject-scope-name-ts-expected.txt167 val: 255
171 tag: 255
189 val: 255
193 tag: 255
211 val: 255
215 tag: 255
233 val: 255
237 tag: 255
255 val: 255
259 tag: 255
[all …]
Dobject-scope-name-js-expected.txt141 val: 255
145 tag: 255
163 val: 255
167 tag: 255
185 val: 255
189 tag: 255
207 val: 255
211 tag: 255
229 val: 255
233 tag: 255
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Dunary_minus.params.yaml18 - { type: short, val: 255, r: [5, 5, 5, -255, 255, -255] }
19 - { type: short, val: -255, r: [5, 5, 5, 255, -255, 255] }
Dunary_plus.params.yaml18 - { type: short, val: 255, r: [5, 5, 5, 255, 255, 255] }
19 - { type: short, val: -255, r: [5, 5, 5, -255, -255, -255] }
Dbitwise_complement.params.yaml18 - { type: short, val: 255, r: [5, 5, 5, -256, 255, -256] }
19 - { type: short, val: -255, r: [5, 5, 5, 254, -255, 254] }
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/
Dmatchall_extract_css_colors.js16 const str = "The color is rgb(255, 0, 0) and the background is rgb(0, 0, 255).";
18 print(JSON.stringify(matches)); // rgb(255, 0, 0),rgb(0, 0, 255)
Dmatchall_extract_css_colors-expected.txt1 [["rgb(255, 0, 0)"],["rgb(0, 0, 255)"]]
/arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/
Dtypedarrayreverse.js23 let uint8Array = new Uint8Array([10, 255, 0, 128, 200]);
24 assert_equal("Before reverse (Uint8Array): "+uint8Array,"Before reverse (Uint8Array): 10,255,0,128,…
26 assert_equal("After reverse (Uint8Array): "+uint8Array,"After reverse (Uint8Array): 200,128,0,255,1…
47 let uint32Array = new Uint32Array([4000000000, 1000000, 255, 0, 500000000]);
48 …e (Uint32Array): "+uint32Array,"Before reverse (Uint32Array): 4000000000,1000000,255,0,500000000");
50 …rse (Uint32Array): "+uint32Array,"After reverse (Uint32Array): 500000000,0,255,1000000,4000000000"…
71 let bigUint64Array = new BigUint64Array([BigInt(100000000000), BigInt(255), BigInt(5000000000), Big…
72 …t64Array): "+bigUint64Array,"Before reverse (BigUint64Array): 100000000000,255,5000000000,10000000…
74 …4Array): "+bigUint64Array,"After reverse (BigUint64Array): 100000000,5000000000,255,100000000000");
/arkcompiler/runtime_core/static_core/verification/util/parser/tests/
Dcharset_test.cpp29 str[4] = 255; in TEST()
35 EXPECT_TRUE(cs2(255)); in TEST()
42 EXPECT_TRUE(cs3(255)); in TEST()
49 EXPECT_FALSE(cs4(255)); in TEST()
56 EXPECT_TRUE(cs5(255)); in TEST()
/arkcompiler/ets_runtime/test/aottest/aot_type_test/uint8ClampedArray/
Dexpect_output.txt14 255
16 255
18 255
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djmp.yaml51 ldai 255 ##*255
65 ldai 255 ##*32767
73 ldai 255 ##*65536
101 lda.null ##*255
103 ldai 255
137 ldai 255
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djmp.yaml52 ldai 255 ##*255
68 ldai 255 ##*32767
77 ldai 255 ##*65536
108 lda.null ##*255
110 ldai 255
147 ldai 255
/arkcompiler/ets_runtime/test/aottest/builtins_number2/
Dpgo_expect_output.txt21 255 true true
47 -255 true true
63 255 true true
89 -255 true true
Dexpect_output.txt21 255 true true
47 -255 true true
63 255 true true
89 -255 true true
/arkcompiler/ets_runtime/tools/circuit_viewer/dist/
Dindex.html30 background-color: rgba(255, 255, 255, 0.1);

1234567891011