Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/
Dmetadata.yaml20 multiple: false
26 multiple: false
32 multiple: true
64 multiple: false
73 multiple: true
82 multiple: true
91 multiple: true
118 multiple: true
143 multiple: true
152 multiple: true
/arkcompiler/runtime_core/static_core/assembler/
Dmetadata.yaml17 multiple: false
30 multiple: false
43 multiple: false
56 multiple: false
103 multiple: false
110 multiple: false
126 multiple: false
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DMultiPropertyWithSameName.ets37 /* @@? 22:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
38 /* @@? 27:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
39 /* @@? 28:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
40 /* @@? 33:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
DoptionalClassProperty1.ets18 // 1. multiple classes implements single interface
29 // 2. multiple classes implements multiple interfaces
Dnullable_type_in_stringconcat_func.ets29 /* @@@ label Error TypeError: Bad operand type: multiple types left in the normalized union type (S…
30 /* @@@ label1 Error TypeError: Bad operand type: multiple types left in the normalized union type (…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/
Dfunction_import_and_decl.params.yaml32 # import from multiple files + declare in the current scope, overload-equivalent
39 # import from multiple files + declare in the current scope, not overload-equivalent
45 …# import from multiple files + declare in the current scope, overload-equivalent to the former imp…
52 …# import from multiple files + declare in the current scope, overload-equivalent to the latter imp…
Dfunction_import_neg.params.yaml16 # import overload-equivalent from multiple files
23 # import not overload-equivalent from multiple files
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/
Dsemicol_p.params.yaml17 // multiple semicolons
20 // multiple semicolons inside blocks
23 // multiple semicolons line separated
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_scope.h39 …TIMING> : public trace::ScopedTrace, public ScopedTiming { // NOLINT(fuchsia-multiple-inheritance)
48 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
58 …IMING_PHASE> : public ScopedTiming, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
67 …PHASE> : public trace::ScopedTrace, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/extensions/
Dprofiler.py29 Custom container for holding multiple profiling results.
32 1. The 1.2 profiler may generate multiple profile segments that need to be
54 the 1.2 profiler's capability of returning multiple profile segments.
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-class-constructor2.ts23 /* @@@ label1 Error SyntaxError: Multiple constructor implementations are not allowed. */
24 /* @@@ label2 Error SyntaxError: Multiple constructor implementations are not allowed. */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/
DInvalidParserImpl.js63 /* @@? 40:5 Error SyntaxError: Multiple constructor implementations are not allowed. */
64 /* @@? 41:5 Error SyntaxError: Multiple constructor implementations are not allowed. */
65 /* @@? 43:5 Error SyntaxError: Multiple constructor implementations are not allowed. */
/arkcompiler/runtime_core/assembler/
Dmetadata.yaml44 multiple: false
60 multiple: false
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/inheriting_methods_with_override-equivalent_signatures/
Dinheritance_multiple_methods_with_override.ets17 desc: Inherit multiple methods with override-equivalent signatures.
18 assert: It is possible for a class to inherit multiple methods with override-equivalent signatures.
/arkcompiler/ets_frontend/ets2panda/linter/test/regression/
D15431.ets.json24 "rule": "Only one static block is supported (arkts-no-multiple-static-blocks)",
44 "rule": "Only one static block is supported (arkts-no-multiple-static-blocks)",
/arkcompiler/ets_frontend/arkguard/src/configs/ingoreFilenameList/
DingoreTest262List.json586 "language/expressions/class/elements/multiple-definitions-rs-private-getter-alt.js",
587 …"language/expressions/class/elements/multiple-definitions-grammar-privatename-identifier-semantics…
588 "language/expressions/class/elements/multiple-definitions-rs-field-identifier-initializer.js",
589 "language/expressions/class/elements/multiple-definitions-rs-field-identifier.js",
590 "language/expressions/class/elements/multiple-definitions-rs-private-getter.js",
591 "language/expressions/class/elements/multiple-definitions-rs-private-method-alt.js",
592 "language/expressions/class/elements/multiple-definitions-rs-private-setter-alt.js",
593 "language/expressions/class/elements/multiple-definitions-rs-privatename-identifier-alt.js",
594 …"language/expressions/class/elements/multiple-definitions-rs-privatename-identifier-initializer-al…
595 "language/expressions/class/elements/multiple-definitions-rs-private-setter.js",
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmem.h296 * @param file_offset - an offset in the file. If the offset is not multiple of page size
314 * @param size - size in bytes, should be multiple of PAGE_SIZE
325 * @param size - size in bytes, should be multiple of PAGE_SIZE
326 * @param aligment_in_bytes - alignment in bytes, should be multiple of PAGE_SIZE
352 * @param min_mem minimal address for mmap attemps in first 4GB, should be multiple of PAGE_SIZE
353 * @param size size in bytes, should be multiple of PAGE_SIZE
354 * @param iterative_step size of step for mmap iteration, should be multiple of PAGE_SIZE
368 * @param size size in bytes, should be multiple of PAGE_SIZE
406 * @param pages_start - address of pages beginning, should be multiple of PAGE_SIZE
407 * @param pages_end - address of pages ending, should be multiple of PAGE_SIZE
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dtrailing_lambda_and_optional_parameterets11.ets16 // Test scenarios with multiple lambda parameters
25 // Multiple optional lambda parameters
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DConsoleCountTest.ets27 // Multiple named counters
53 // Multiple resets
/arkcompiler/ets_frontend/test262/
Des2022_tests.txt222 language/expressions/class/elements/multiple-stacked-definitions-rs-field-identifier-initializer.js
253 language/expressions/class/elements/multiple-stacked-definitions-rs-field-identifier.js
289 language/expressions/class/elements/multiple-stacked-definitions-computed-symbol-names.js
307 language/expressions/class/elements/multiple-stacked-definitions-string-literal-names.js
310 language/expressions/class/elements/multiple-stacked-definitions-literal-names.js
367 language/expressions/class/elements/multiple-stacked-definitions-computed-names.js
379 language/expressions/class/elements/multiple-stacked-definitions-literal-names-asi.js
457 language/statements/class/elements/multiple-stacked-definitions-rs-field-identifier-initializer.js
489 language/statements/class/elements/multiple-stacked-definitions-rs-field-identifier.js
525 language/statements/class/elements/multiple-stacked-definitions-computed-symbol-names.js
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-multiple-update-expression-expected.txt1 SyntaxError: Unexpected token [test-multiple-update-expression.js:17:5]
Dtest-switch-5-expected.txt1 SyntaxError: Multiple default clauses. [test-switch-5.js:19:3]
Dtest-class-definition2-expected.txt1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-definition2.js:21:5]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-constructor5-expected.txt1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-constructor5.ts:19:5]
Dtest_decorator3-expected.txt1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…

12345678910>>...22