| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | constant_folding.h | 30 V(ADD, VALID) \ 31 V(SUB, VALID) \ 32 V(MUL, VALID) \ 35 V(SMOD, VALID) \ 37 V(UMOD, VALID) \ 40 V(AND, VALID) \ 41 V(XOR, VALID) \ 42 V(OR, VALID) \ 46 V(MIN, VALID) \ 47 V(MAX, VALID) [all …]
|
| /arkcompiler/runtime_core/static_core/tests/regression/ |
| D | fcmp.pa | 18 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 22 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 27 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 28 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 35 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 39 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 44 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 45 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | fcmp.pa | 18 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 22 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 27 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 28 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 35 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 39 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 44 fldai.64 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754 45 movi.64 v0, 0x7FFFFFFFFFFFFFFF # One of valid quiet NaN values as per IEEE 754
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ohmurl/ |
| D | ohmurl_import.ets | 17 import { Something1 } from "library/src/main/ets/components/Something1" // Valid 19 import { Valid } from "normal/path/to/import/MainPage" // Valid 20 import { RelativeImport } from "../components/MainPage" // Valid
|
| D | ohmurl_import.ets.migrate.ets | 17 import { Something1 } from "library/src/main/ets/components/Something1" // Valid 19 import { Valid } from "normal/path/to/import/MainPage" // Valid 20 import { RelativeImport } from "../components/MainPage" // Valid
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | pt_types_test.cpp | 83 bool result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 86 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 89 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 92 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 95 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 98 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 101 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 104 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 107 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 110 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/sdkwhite/ |
| D | quoted_hyphen_props_deprecated_sdk2.ets.arkts2.json | 44 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 74 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 94 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 114 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 144 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 164 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 184 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 204 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 224 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 244 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… [all …]
|
| D | quoted_hyphen_props_deprecated_sdk.ets.arkts2.json | 24 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 44 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 64 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 84 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 104 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 124 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 144 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 174 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 194 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 214 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… [all …]
|
| D | literal_as_property_name_sdk.ets.arkts2.json | 24 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 44 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 64 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 84 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 104 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a… 124 …"rule": "Object property names must be valid identifiers.Single-quoted and hyphenated properties a…
|
| /arkcompiler/ets_frontend/test262/ |
| D | dynamicImport_tests.txt | 125 nested-function-return-empty-str-is-valid-assign-expr.js 129 nested-else-script-code-valid.js 130 nested-with-script-code-valid.js 132 nested-async-gen-await-script-code-valid.js 133 nested-with-empty-str-is-valid-assign-expr.js 135 nested-async-function-await-empty-str-is-valid-assign-expr.js 136 nested-async-function-script-code-valid.js 137 nested-async-function-await-script-code-valid.js 139 nested-function-empty-str-is-valid-assign-expr.js 140 nested-async-gen-await-empty-str-is-valid-assign-expr.js [all …]
|
| D | force_gc_skip_tests.json | 20 … "out/test262/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/locales-valid", 21 …t262/test_es2021/intl402/RelativeTimeFormat/constructor/constructor/options-numberingSystem-valid", 30 "out/test262/test_es2021/intl402/DisplayNames/options-style-valid", 34 "out/test262/test_es2021/intl402/Intl/getCanonicalLocales/transformed-ext-valid",
|
| D | intl_tests.txt | 110 intl402/DateTimeFormat/constructor-options-fractionalSecondDigits-valid.js 120 intl402/DateTimeFormat/constructor-options-timeStyle-valid.js 222 intl402/DateTimeFormat/constructor-options-dayPeriod-valid.js 233 intl402/DateTimeFormat/constructor-options-dateStyle-valid.js 243 intl402/DisplayNames/options-style-valid.js 257 intl402/DisplayNames/options-localeMatcher-valid.js 258 intl402/DisplayNames/options-type-valid.js 272 intl402/DisplayNames/options-fallback-valid.js 313 intl402/Intl/getCanonicalLocales/transformed-ext-valid.js 323 intl402/ListFormat/constructor/constructor/locales-valid.js [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/module/ |
| D | import_meta_1.js | 23 /* @@? 20:15 Error SyntaxError: The only valid meta property for import is import.Meta. */ 26 } *//* @@? 20:15 Error SyntaxError: The only valid meta property for import is import.Meta. */ 27 /* @@? 20:15 Error SyntaxError: The only valid meta property for import is import.Meta. */
|
| D | import_meta_2.js | 24 /* @@? 20:15 Error SyntaxError: The only valid meta property for import is import.Meta. */ 28 } *//* @@? 20:15 Error SyntaxError: The only valid meta property for import is import.Meta. */ 29 /* @@? 20:15 Error SyntaxError: The only valid meta property for import is import.Meta. */
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | analysis.py | 364 valid: Callable[[Any], bool] 370 valid = lambda val: is_int(val) and -(2**7) <= val < 2**7 function 374 valid = lambda val: is_int(val) and -(2**15) <= val < 2**15 function 378 valid = lambda val: is_int(val) and -(2**31) <= val < 2**31 function 382 valid = lambda val: is_int(val) and -(2**63) <= val < 2**63 function 386 valid = lambda val: is_int(val) and 0 <= val < 2**8 function 390 valid = lambda val: is_int(val) and 0 <= val < 2**16 function 394 valid = lambda val: is_int(val) and 0 <= val < 2**32 function 398 valid = lambda val: is_int(val) and 0 <= val < 2**64 function 402 valid = lambda val: isinstance(val, bool) function [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | leb128.h | 69 bool valid = true; variable 79 return {result, p - data, valid}; 85 return {result, p - data, valid}; 91 return {result, p - data, valid}; 95 valid = byte < (1U << LEB128_BYTE5_BIT_SIZE); 98 return {result, p - data, valid};
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers.ets | 18 An identifier is a sequence of one or more valid Unicode characters. 25 {% if s != '$' or c != '$' %} // Exclude $$, identifier starting with $$ is no longer valid
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 148 kSSATopLevel = 0x01, // ssa only for local top-level is valid 149 kSSAAddrTaken = 0x02, // ssa only for addr-taken is valid 150 kSSAMemory = kSSATopLevel | kSSAAddrTaken, // ssa for both top-level and addr-taken is valid 151 kSSAHSSA = 0x04, // hssa is valid
|
| /arkcompiler/runtime_core/libabckit/include/c/ |
| D | abckit.h | 55 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `path` doesn't point to a valid abc file. 68 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `path` is not valid. 92 * @return Instance of the `AbckitApi` struct with valid function pointers.
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2086_1.pa | 14 # The following comment until the empty line must be a valid YAML document 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| D | bug_2086_2.pa | 14 # The following comment until the empty line must be a valid YAML document 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_2086_2.pa | 14 # The following comment until the empty line must be a valid YAML document 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_decorator7-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
|
| D | test_decorator5-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
|
| D | test_decorator2-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
|