Home
last modified time | relevance | path

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

12345678910>>...23

/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/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.h69 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/
Dtypes_def.h148 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/
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/
Dproperty_detector-inl.h28 ASSERT(Is##name##Valid(env)); \
34 inline bool PropertyDetector::Is##name##Valid(JSHandle<GlobalEnv> env) \
/arkcompiler/runtime_core/libabckit/include/c/
Dabckit.h55 * @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/
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/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_decorator9-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator9.ts:20:5]
Dtest_decorator5-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
Dtest_decorator7-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
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-static-blocks-in-class7-expected.txt1 SyntaxError: Decorators are not valid here. [test-static-blocks-in-class7.ts:19:3]
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-flaky.txt6 intl402/Locale/constructor-options-language-valid.js
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h350 …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.

12345678910>>...23