| /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/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/ |
| D | instrument.h | 117 valid = true; in SetCount() 127 return valid; in GetStatus() 131 bool valid = false; 165 valid = true; in SetCount() 174 return valid; in GetStatus() 250 bool valid = false;
|
| /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 | 67 bool valid = true; variable 77 return {result, p - data, valid}; 83 return {result, p - data, valid}; 89 return {result, p - data, valid}; 93 valid = byte < (1U << LEB128_BYTE5_BIT_SIZE); 96 return {result, p - data, 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/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 153 kSSATopLevel = 0x01, // ssa only for local top-level is valid 154 kSSAAddrTaken = 0x02, // ssa only for addr-taken is valid 155 kSSAMemory = kSSATopLevel | kSSAAddrTaken, // ssa for both top-level and addr-taken is valid 156 kSSAHSSA = 0x04, // hssa is 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/static_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/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_decorator5-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
|
| 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_decorator9-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator9.ts:20:5]
|
| D | test_decorator7-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator7.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_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | profile.cpp | 260 return valid; in DeCompress() 389 valid = true; in DeCompress() 404 if (valid) { in CheckFuncHot() 433 if (valid) { in CheckMethodHot() 447 if (valid) { in CheckMethodSigHot() 461 if (valid) { in CheckFieldHot() 480 if (valid || isCoreSo) { in CheckClassHot() 488 if (valid) { in CheckLiteralHot() 499 if (valid) { in GetLiteralProfileSize() 507 if (valid) { in CheckReflectionStrHot()
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist-flaky.txt | 6 intl402/Locale/constructor-options-language-valid.js
|