| /arkcompiler/toolchain/tooling/base/ |
| D | pt_base64.cpp | 20 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/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ |
| D | bitwise.sts | 21 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 …]
|
| D | postfix.sts | 21 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 …]
|
| D | prefix.sts | 21 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 …]
|
| D | unary.sts | 22 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 …]
|
| D | shift.sts | 21 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;
|
| D | sub.sts | 21 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;
|
| D | cast.sts | 21 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;
|
| D | add.sts | 21 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;
|
| D | mul.sts | 21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255 100 t255 = 255 108 t255 = 255 116 t255 = 255 120 t255 = 255
|
| D | div.sts | 21 let res: int, t2 = 2, t3 = 3, t4 = 4, t7 = 7, t8 = 8, t255 = 255, t510 = 510; 69 if (res != 255) return 1; 108 t255 = 255 116 t255 = 255 120 t255 = 255
|
| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | object-scope-name-ts-expected.txt | 169 val: 255 173 tag: 255 191 val: 255 195 tag: 255 213 val: 255 217 tag: 255 235 val: 255 239 tag: 255 257 val: 255 261 tag: 255 [all …]
|
| D | object-scope-name-js-expected.txt | 143 val: 255 147 tag: 255 165 val: 255 169 tag: 255 187 val: 255 191 tag: 255 209 val: 255 213 tag: 255 231 val: 255 235 tag: 255
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/ |
| D | unary_minus.params.yaml | 18 - { type: short, val: 255, r: [5, 5, 5, -255, 255, -255] } 19 - { type: short, val: -255, r: [5, 5, 5, 255, -255, 255] }
|
| D | unary_plus.params.yaml | 18 - { type: short, val: 255, r: [5, 5, 5, 255, 255, 255] } 19 - { type: short, val: -255, r: [5, 5, 5, -255, -255, -255] }
|
| D | bitwise_complement.params.yaml | 18 - { type: short, val: 255, r: [5, 5, 5, -256, 255, -256] } 19 - { type: short, val: -255, r: [5, 5, 5, 254, -255, 254] }
|
| /arkcompiler/runtime_core/static_core/verification/util/parser/tests/ |
| D | charset_test.cpp | 29 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/ |
| D | expect_output.txt | 14 255 16 255 18 255
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 51 ldai 255 ##*255 65 ldai 255 ##*32767 73 ldai 255 ##*65536 101 lda.null ##*255 103 ldai 255 137 ldai 255
|
| D | ldai.yaml | 53 - '255' 54 - '255' 107 - '-255' 108 - '-255'
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 52 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/ |
| D | pgo_expect_output.txt | 21 255 true true 47 -255 true true 63 255 true true 89 -255 true true
|
| D | expect_output.txt | 21 255 true true 47 -255 true true 63 255 true true 89 -255 true true
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/dist/ |
| D | index.html | 30 background-color: rgba(255, 255, 255, 0.1);
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 60 let tmp = new Uint8Array([255, 255, 255, 255]); 207 this.textCtx.fillStyle = 'rgba(255,255,255,1)'; 292 ((c >> 16) & 0xff) / 255, 293 ((c >> 8) & 0xff) / 255, 294 (c & 0xff) / 255, 295 ((c >> 24) & 0xff) / 255]; //r,g,b,a
|