| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ |
| D | prefix.sts | 74 if (res != 4 || t255 != 254 || t4 != 5) return 1; 85 if (res != 259 || t255 != 254 || t4 != 5) return 1; 96 if (res != 249 || t255 != 254 || t4 != 5) return 1; 107 if (res != -7 || t255 != 254 || t4 != 5) return 1; 118 if (res != 8128 || t255 != 254 || t4 != 5) return 1; 129 if (res != 7 || t255 != 254 || t4 != 5) return 1; 140 if (res != 134217720 || t255 != 254 || t4 != 5) return 1; 181 if (res != 4 || t255 != 254 || t4 != 5) return 1; 192 if (res != 255 || t255 != 254 || t4 != 5) return 1; 203 if (res != 251 || t255 != 254 || t4 != 5) return 1; [all …]
|
| D | postfix.sts | 74 if (res != 3 || t255 != 254 || t4 != 5) return 1; 85 if (res != 259 || t255 != 254 || t4 != 5) return 1; 96 if (res != 251 || t255 != 254 || t4 != 5) return 1; 107 if (res != -5 || t255 != 254 || t4 != 5) return 1; 118 if (res != 4080 || t255 != 254 || t4 != 5) return 1; 129 if (res != 15 || t255 != 254 || t4 != 5) return 1; 140 if (res != 268435440 || t255 != 254 || t4 != 5) return 1; 181 if (res != 4 || t255 != 254 || t4 != 5) return 1; 192 if (res != 255 || t255 != 254 || t4 != 5) return 1; 203 if (res != 251 || t255 != 254 || t4 != 5) return 1; [all …]
|
| D | unary.sts | 204 i = ~ - t255 | t4; if (i != 254) return 1; 213 i = + - t255 ^ t3; if (i != -254) return 1; 215 i = - + t255 ^ t3; if (i != -254) return 1; 358 i = t4 |= ~ - t255; if (i != 254 || t4 != 254) return 1; else t4 = 4; 367 i = t3 ^= + - t255; if (i != -254 || t3 != -254) return 1; else t3 = 3; 369 i = t3 ^= - + t255; if (i != -254 || t3 != -254) return 1; else t3 = 3;
|
| D | mod.sts | 73 if (res != 254) return 1;
|
| /arkcompiler/ets_runtime/test/moduletest/clampedarray/ |
| D | clampedarray.js | 37 print(254 == clampedArray[0]); 39 print(254 == clampedArray[0]);
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-namespace-enum-transformed-function-expected.txt | 66 val: 254 110 val: 254 154 val: 254
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/ |
| D | bitwise_complement.params.yaml | 19 - { type: short, val: -255, r: [5, 5, 5, 254, -255, 254] }
|
| /arkcompiler/jsvm/src/inspector/ |
| D | v8_inspector_protocol_json.h | 24 …91, 108, 0, 245, 204, 202, 204, 202, 199, 47, 255, 254, 226, 62, 175, 116, 81, 170, 23, 223… 32 …117, 217, 84, 235, 126, 123, 210, 79, 194, 143, 189, 230, 116, 93, 21, 234, 22, 254, 206, 85,… 35 …212, 7, 248, 103, 89, 223, 229, 149, 183, 102, 56, 172, 217, 11, 108, 22, 126, 254, 249, 215, 40 …46, 170, 156, 183, 21, 254, 72, 235, 228, 54, 87, 121, 69, 244, 91, 35, 101, 155, 254, 79,… 42 …254, 236, 227, 248, 249, 215, 159, 145, 232, 118, 187, 84, 101, 45, 50, 95, 111, 243, 180, 146… 50 …231, 49, 21, 221, 165, 26, 86, 23, 250, 178, 141, 254, 107, 149, 111, 250, 12, 20, 73, 5, … 59 …67, 2, 115, 254, 244, 58, 173, 128, 33, 45, 61, 226, 146, 5, 159, 223, 152, 126, 58, 92,… 69 …254, 88, 222, 215, 61, 183, 50, 65, 219, 156, 207, 132, 30, 217, 197, 64, 147, 33, 61, 214… 70 …52, 42, 229, 171, 16, 188, 61, 95, 168, 11, 119, 89, 130, 254, 54, 233, 61, 60, 129, 101… 75 …98, 93, 117, 152, 200, 123, 208, 46, 234, 252, 138, 143, 160, 215, 65, 149, 215, 77, 165, 254, [all …]
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/ |
| D | signed_imms.pa | 19 movi v2, -254
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | signed_imms.pa | 19 movi v2, -254
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/01.function_overloading/ |
| D | fn_overloading2.params.yaml | 16 - { len: 254, dtype: int, dval: 0, type: long, val: 2 as long }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/left_shift/ |
| D | left_shift_byte.params.yaml | 23 - { left: "Byte.MAX_VALUE", right: 1, result: 254 }
|
| /arkcompiler/runtime_core/static_core/tests/checked/fill-const-array/ |
| D | fill-const-array-257.pa | 19 …2 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 }
|
| D | fill-const-array-256.pa | 19 …1 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 }
|
| D | fill-const-array-513.pa | 19 …35 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/spec/expressions/equality/ |
| D | list.equality_primitive_01.yaml | 134 type2: "byte", value2: "254",
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 132 exitstatus = 254 # fallback exit code for an unexpected abnormal exit
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
| D | runner.rb | 132 exitstatus = 254 # fallback exit code for an unexpected abnormal exit
|
| /arkcompiler/ets_runtime/test/moduletest/dataview/ |
| D | dataview.js | 115 dv6.setFloat64(0x7fffffff, +254, true);
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | starr.yaml | 281 - values: [254, 255] 335 - values: [254, 255] 1112 - values: ['255', '254'] 1138 - values: ['255', '254']
|
| D | ldarr.64.yaml | 225 - values: ['254', '255'] 688 - values: [254, 255] 744 - values: [254, 255]
|
| D | ldarr.yaml | 222 - values: ['254', '255'] 678 - values: [254, 255] 734 - values: [254, 255]
|
| D | ldarr.8.yaml | 230 - values: ['254', '255'] 690 - values: [254, 255] 749 - values: [254, 255]
|
| D | ldarru.16.yaml | 219 - values: ['254', '255'] 673 - values: [254, 255] 729 - values: [254, 255]
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/js/ |
| D | many_locals_1.js | 272 let x254 = 254
|