Home
last modified time | relevance | path

Searched full:valid (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/arkcompiler/runtime_core/static_core/tests/regression/
Dfcmp.pa18 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/
Dfcmp.pa18 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/
Dpt_types_test.cpp79 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/
DdynamicImport_tests.txt125 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 …]
Dintl_tests.txt110 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 …]
Dforce_gc_skip_tests.json20 … "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/
Dinstrument.h117 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/
Daccess_modifiers.params.yaml14 --- # List of valid access modifiers
22 # List of valid class members
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h67 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/
Didentifiers.sts18 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/
Dtypes_def.h153 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/
Dproperty_detector-inl.h28 ASSERT(Is##name##Valid(env)); \
34 inline bool PropertyDetector::Is##name##Valid(JSHandle<GlobalEnv> env) \
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dbug_2086_1.pa14 # 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…
Dbug_2086_2.pa14 # 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/
Dbug_2086_2.pa14 # 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…
Dbug_2086_1.pa14 # 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/
Dtest_decorator5-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
Dtest_decorator6-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator6.ts:18:5]
Dtest_decorator8-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator8.ts:17:1]
Dtest_decorator2-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
Dtest_decorator9-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator9.ts:20:5]
Dtest_decorator7-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
Dtest-static-blocks-in-class7-expected.txt1 SyntaxError: Decorators are not valid here. [test-static-blocks-in-class7.ts:19:3]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp260 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/
Dtest262skiplist-flaky.txt6 intl402/Locale/constructor-options-language-valid.js

12345678910>>...22