Searched full:multiple (Results 1 – 25 of 359) sorted by relevance
12345678910>>...15
| /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/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 | 31 # import from multiple files + declare in the current scope, overload-equivalent 37 # import from multiple files + declare in the current scope, not overload-equivalent 43 …# import from multiple files + declare in the current scope, overload-equivalent to the former imp… 49 …# 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 27 # 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/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. */ 66 /* @@? 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/inheriting_methods_with_override-equivalent_signatures/ |
| D | inheritance_multiple_methods_with_override.sts | 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/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/ast/compiler/ets/ |
| D | nullable_type_in_stringconcat_func.sts | 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/ets_frontend/ets2panda/linter/test/regression/ |
| D | 15431.ts.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/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 …]
|
| D | test-list-test262-other-fastverify-qemu-aot-pgo-language-expressions-class-part1.txt | 179 test262/data/other_tests/language/expressions/class/private-getter-brand-check-multiple-evaluations… 180 test262/data/other_tests/language/expressions/class/private-method-brand-check-multiple-evaluations… 181 test262/data/other_tests/language/expressions/class/private-setter-brand-check-multiple-evaluations… 182 test262/data/other_tests/language/expressions/class/private-static-field-multiple-evaluations-of-cl… 183 test262/data/other_tests/language/expressions/class/private-static-getter-multiple-evaluations-of-c… 184 test262/data/other_tests/language/expressions/class/private-static-method-brand-check-multiple-eval… 185 test262/data/other_tests/language/expressions/class/private-static-setter-multiple-evaluations-of-c… 259 test262/data/other_tests/language/expressions/class/async-gen-method/params-trailing-comma-multiple… 278 test262/data/other_tests/language/expressions/class/async-gen-method/yield-spread-arr-multiple.js 352 …ta/other_tests/language/expressions/class/async-gen-method-static/params-trailing-comma-multiple.js [all …]
|
| D | test-list-test262-other-fastverify-qemu-aot-pgo-language-statements-class-part2.txt | 281 test262/data/other_tests/language/statements/class/async-gen-method/params-trailing-comma-multiple.… 299 test262/data/other_tests/language/statements/class/async-gen-method/yield-spread-arr-multiple.js 373 …ata/other_tests/language/statements/class/async-gen-method-static/params-trailing-comma-multiple.js 390 …262/data/other_tests/language/statements/class/async-gen-method-static/yield-spread-arr-multiple.js 465 test262/data/other_tests/language/statements/class/async-method/params-trailing-comma-multiple.js 490 …62/data/other_tests/language/statements/class/async-method-static/params-trailing-comma-multiple.js 801 test262/data/other_tests/language/statements/class/elements/multiple-definitions-computed-names.js 802 test262/data/other_tests/language/statements/class/elements/multiple-definitions-grammar-privatenam… 803 test262/data/other_tests/language/statements/class/elements/multiple-definitions-computed-symbol-na… 804 test262/data/other_tests/language/statements/class/elements/multiple-definitions-literal-names-asi.… [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…
|
| /arkcompiler/runtime_core/cmake/toolchain/ |
| D | cross-ohos-aarch64.cmake | 30 # Toolchain file can be sourced multiple times with different sets of variables. 46 … # Do not add linker flags multiple times when variables persist across toolchain file invocation.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/ets-cts/ |
| D | ets-cts-ignored-JIT-REPEATS.txt | 4 # 17142 Compilation fails on multiple then/catch in Promise chain
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 11 Having multiple access to the same array on a control flow path results in 20 Detect multiple array accesses to an array that belong to one basic block or
|
12345678910>>...15