| /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/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 79 bool result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 82 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 85 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 88 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 91 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 94 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 97 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 100 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 103 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() 106 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0() [all …]
|
| /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 | 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 …]
|
| 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",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/ |
| D | access_modifiers.params.yaml | 14 --- # List of valid access modifiers 22 # List of valid class members
|
| /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/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/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers.sts | 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/ |
| D | property_detector-inl.h | 28 ASSERT(Is##name##Valid(env)); \ 34 inline bool PropertyDetector::Is##name##Valid(JSHandle<GlobalEnv> env) \
|
| /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/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…
|
| 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…
|
| /arkcompiler/runtime_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…
|
| 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…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_decorator9-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator9.ts:20:5]
|
| D | test_decorator5-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
|
| D | test_decorator7-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
|
| D | test_decorator6-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator6.ts:18:5]
|
| D | test_decorator8-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator8.ts:17:1]
|
| D | test_decorator2-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
|
| D | test-static-blocks-in-class7-expected.txt | 1 SyntaxError: Decorators are not valid here. [test-static-blocks-in-class7.ts:19:3]
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist-flaky.txt | 6 intl402/Locale/constructor-options-language-valid.js
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.h | 350 …ORD(instead of 0) if you want to cover from certain bit to last. [0, 0) is the only valid case when 363 /// @brief Check if bit_offset is valid. 399 /// @brief Check if bit range [begin, end) is valid. 507 * @brief Test bit corresponding to addr if addr is valid. 508 * @return value of indexed bit if addr is valid. If addr is invalid then false 657 /// @brief Check if addr is valid. 665 * @brief Check if addr is valid with returned value. 666 * @return true if addr is valid 673 /// @brief Check if [begin, end) is a valid address range.
|