Searched full:multiple (Results 1 – 25 of 546) sorted by relevance
12345678910>>...22
| /arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/ |
| D | metadata.yaml | 20 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/ |
| D | metadata.yaml | 17 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/ |
| D | MultiPropertyWithSameName.ets | 37 /* @@? 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. …
|
| D | optionalClassProperty1.ets | 18 // 1. multiple classes implements single interface 29 // 2. multiple classes implements multiple interfaces
|
| D | nullable_type_in_stringconcat_func.ets | 29 /* @@@ 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/ |
| D | function_import_and_decl.params.yaml | 32 # 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…
|
| D | function_import_neg.params.yaml | 16 # 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/ |
| D | semicol_p.params.yaml | 17 // multiple semicolons 20 // multiple semicolons inside blocks 23 // multiple semicolons line separated
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_scope.h | 39 …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/ |
| D | profiler.py | 29 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/ |
| D | test-class-constructor2.ts | 23 /* @@@ 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/ |
| D | InvalidParserImpl.js | 63 /* @@? 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/ |
| D | metadata.yaml | 44 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/ |
| D | inheritance_multiple_methods_with_override.ets | 17 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/ |
| D | 15431.ets.json | 24 "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/ |
| D | ingoreTest262List.json | 586 "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/ |
| D | mem.h | 296 * @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/ |
| D | trailing_lambda_and_optional_parameterets11.ets | 16 // Test scenarios with multiple lambda parameters 25 // Multiple optional lambda parameters
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | ConsoleCountTest.ets | 27 // Multiple named counters 53 // Multiple resets
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2022_tests.txt | 222 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/ |
| D | test-multiple-update-expression-expected.txt | 1 SyntaxError: Unexpected token [test-multiple-update-expression.js:17:5]
|
| D | test-switch-5-expected.txt | 1 SyntaxError: Multiple default clauses. [test-switch-5.js:19:3]
|
| D | test-class-definition2-expected.txt | 1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-definition2.js:21:5]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-constructor5-expected.txt | 1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-constructor5.ts:19:5]
|
| D | test_decorator3-expected.txt | 1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…
|
12345678910>>...22