| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | InteropRuleInfo.ts | 10 * distributed under the License is distributed on an "AS IS" BASIS, 27 ruleId: 'arkts-interop-d2s-dynamic-object-on-static-instance', 29 description: "ArkTS 1.1 Object's built-in methods work on ArkTS 1.2 objects", 35 ruleId: 'arkts-interop-d2s-dynamic-reflect-on-static-instance', 37 description: "ArkTS 1.1 Reflect's built-in methods work on ArkTS 1.2 objects", 43 ruleId: 'arkts-interop-d2s-static-object-on-dynamic-instance', 45 description: "ArkTS 1.2 Object's built-in methods work on ArkTS 1.1 objects", 51 ruleId: 'arkts-interop-d2s-static-reflect-on-dynamic-instance', 53 description: "ArkTS 1.2 Reflect's built-in methods work on ArkTS 1.1 objects", 59 ruleId: 'arkts-interop-s2d-dynamic-object-on-static-instance', [all …]
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 10 * distributed under the License is distributed on an "AS IS" BASIS, 75 * Returns 0 on success, and 1 on failure. 89 * Returns 0 on success, and 1 on failure. 96 * Returns 0 on success, and 1 on failure. 104 * Returns 0 on success, and 1 on failure. 111 * Returns 0 on success, and 1 on failure. 118 * Returns 0 on success, and 1 on failure. 126 * Returns 0 on success, and 1 on failure. 134 * Returns 0 on success, and 1 on failure. 146 * Returns 0 on success, and 1 on failure. [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | JsDocInfoTest.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 17 * JsDocTest on namespace 25 * JsDocTest on interface. 33 * JsDocTest on method. 42 * JsDocTest on prop. 52 * JsDocTest on class. 60 * JsDocTest on method. 69 * JsDocTest on prop. 79 * JsDocTest on namespace 89 * JsDocTest on interface. [all …]
|
| D | nullableType.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 77 let on : Object | null; 78 on = null; 79 on = new Object(); 80 on = new A(); 81 on = new A_alias(); 82 on = new NullableA_alias(); 83 on = new B(); 84 on = o; 92 on = an; [all …]
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.h | 10 * distributed under the License is distributed on an "AS IS" BASIS, 80 * Returns 0 on success, and 1 on failure. 94 * Returns 0 on success, and 1 on failure. 101 * Returns 0 on success, and 1 on failure. 109 * Returns 0 on success, and 1 on failure. 116 * Returns 0 on success, and 1 on failure. 123 * Returns 0 on success, and 1 on failure. 131 * Returns 0 on success, and 1 on failure. 139 * Returns 0 on success, and 1 on failure. 151 * Returns 0 on success, and 1 on failure. [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ignore_files/ |
| D | unique_types.ts | 10 * distributed under the License is distributed on an "AS IS" BASIS, 92 …console.log(Property Decorator called on: ${target.constructor.name} with propertyKey: ${propertyK… 97 …console.log(Method Decorator called on: ${target.constructor.name} with propertyKey: ${propertyKey… 107 …console.log(Parameter Decorator called on: ${target.constructor.name} with propertyKey: ${property… 141 …Object.getOwnPropertyDescriptor(prx, "a") // arkts-interop-ts2s-ts-object-on-static-instance * 2 +… 142 …Object.getOwnPropertyDescriptors(prx) // arkts-interop-ts2s-ts-object-on-static-instance * 2 not {} 143 Object.getOwnPropertyNames(prx) // arkts-interop-ts2s-ts-object-on-static-instance * 2 ["a"] 145 Object.isExtensible(prx) // arkts-interop-ts2s-ts-object-on-static-instance * 2 true 146 Object.isFrozen(prx) // arkts-interop-ts2s-ts-object-on-static-instance * 2 false 147 Object.isSealed(prx) // arkts-interop-ts2s-ts-object-on-static-instance * 2 false [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/15.coroutines/promise_class/ |
| D | p.params.yaml | 9 # distributed under the License is distributed on an "AS IS" BASIS, 17 type ON = Object|null 22 (resolve: (p: string) => void, reject: (p: ON) => void): void => { 33 type ON = Object|null 38 (resolve: (p: string) => void, reject: (p: ON) => void): void => { 56 type ON = Object|null 61 (resolve: (p: string) => void, reject: (p: ON) => void): void => { 79 type ON = Object|null 84 (resolve: (p: number) => void, reject: (p: ON) => void): void => { 103 type ON = Object|null [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | property_decl_on_function.ets.arkts2.json | 11 "distributed under the License is distributed on an 'AS IS' BASIS,", 34 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 44 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 64 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 104 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 114 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 124 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 134 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 144 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", 154 "rule": "Declaring properties on functions is not supported (arkts-no-func-props)", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ |
| D | reflect_built_in.ets.arkts2.json | 11 "distributed under the License is distributed on an 'AS IS' BASIS,", 24 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 34 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 44 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 54 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 64 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 74 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 114 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 124 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 134 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", [all …]
|
| D | reflect_built_in.ets.json | 11 "distributed under the License is distributed on an 'AS IS' BASIS,", 24 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 34 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 44 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 54 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 94 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 104 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 114 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 124 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", 134 …ject\" parameter receives a class instance (arkts-interop-d2s-static-reflect-on-dynamic-instance)", [all …]
|
| /arkcompiler/runtime_core/taihe/test/ani_on_off/user/ |
| D | main.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 23 a.on("set", () => { 43 // toplevel func on 45 on_off_test.on("foo", () => { 54 // toplevel func on 56 on_off_test.on("bar", () => { 65 // toplevel func on 67 on_off_test.on("my_baz", 1, () => { 76 // toplevel func on 87 // toplevel func on [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | mem_stats.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 39 …h acq_rel order reason: data race with humongous_objects_allocated_ with dependecies on reads after in RecordAllocateObjects() 40 // the load and on writes before the store in RecordAllocateObjects() 43 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordAllocateObjects() 44 // and on writes before the store in RecordAllocateObjects() 56 …cq_rel order reason: data race with last_young_objects_moved_bytes_ with dependecies on reads after in RecordYoungMovedObjects() 57 // the load and on writes before the store in RecordYoungMovedObjects() 59 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordYoungMovedObjects() 60 // on writes before the store in RecordYoungMovedObjects() 72 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordTenuredMovedObjects() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/cmake/ |
| D | target.cmake | 9 # distributed under the License is distributed on an "AS IS" BASIS, 22 set(PANDA_COMPILER_MULTI_TARGET ON PARENT_SCOPE) 25 set(compiler_any_target ON) 37 message(FATAL_ERROR "Unimplemented multi-build aarch32 on aarch64-target") 40 message(FATAL_ERROR "Unimplemented multi-build aarch32 on x86-build-target") 42 # ABI must be defined for build on non-arm archs 50 message(FATAL_ERROR "Unimplemented multi-build aarch64 on aarch32-target") 53 message(FATAL_ERROR "Unimplemented multi-build aarch64 on x86-build-target")
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 33 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordAllocate() 41 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordMoved() 57 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordFree() 64 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated() 71 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed() 82 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap() 96 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap() 112 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() 117 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() [all …]
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 32 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordAllocate() 40 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordMoved() 56 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordFree() 63 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated() 70 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed() 81 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap() 95 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap() 111 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() 116 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() [all …]
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | pipe.cpp | 10 * distributed under the License is distributed on an "AS IS" BASIS, 22 // Unsupported on windows platform in CreatePipe() 28 // Unsupported on windows platform in SetFdNonblocking() 34 // Unsupported on windows platform in ReadFromPipe() 40 // Unsupported on windows platform in WriteToPipe() 46 // Unsupported on windows platform in WaitForEvent() 52 // Unsupported on windows platform in Dup2()
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/ |
| D | annotation_without_source_policy.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 47 /* @@? 18:2 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc… 48 /* @@? 21:2 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc… 49 /* @@? 25:6 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc… 50 /* @@? 30:6 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc… 51 /* @@? 34:2 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc… 52 /* @@? 37:8 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc… 53 /* @@? 42:2 Error TypeError: Annotations without 'SOURCE' cannot be used on lambda expressions, loc…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | test-runner.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 71 opts.on('-p', '--panda-build DIR', 'Path to panda build directory (required)') 72 …opts.on('-t', '--test-dir DIR', 'Path to test directory to search tests recursively, or path to si… 73 opts.on('-x', '--temp-dir DIR', 'Temporary files location, defaults to /tmp') 74 opts.on('-v', '--verbose LEVEL', Integer, 'Set verbose level 1..5') 75 opts.on('--verbose-verifier', 'Allow verifier to produce extended checking log') 76 opts.on('--aot-mode', 'Perform AOT compilation on test sources') 77 opts.on('--timeout SECONDS', Integer, 'Set process timeout, default is 30 seconds') 78 …opts.on('--dump-timeout SECONDS', Integer, 'Set process completion timeout, default is 30 seconds') 79 opts.on('--enable-core-dump', 'Enable core dumps') [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | test-runner.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 71 opts.on('-p', '--panda-build DIR', 'Path to panda build directory (required)') 72 …opts.on('-t', '--test-dir DIR', 'Path to test directory to search tests recursively, or path to si… 73 opts.on('-x', '--temp-dir DIR', 'Temporary files location, defaults to /tmp') 74 opts.on('-v', '--verbose LEVEL', Integer, 'Set verbose level 1..5') 75 opts.on('--verbose-verifier', 'Allow verifier to produce extended checking log') 76 opts.on('--aot-mode', 'Perform AOT compilation on test sources') 77 opts.on('--timeout SECONDS', Integer, 'Set process timeout, default is 30 seconds') 78 …opts.on('--dump-timeout SECONDS', Integer, 'Set process completion timeout, default is 30 seconds') 79 opts.on('--enable-core-dump', 'Enable core dumps') [all …]
|
| D | generate-cts.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)') 57 opts.on('-s', '--schema FILE', 'Path to json schema for template yaml (required)') 58 opts.on('-k', '--skip', 'Skip yaml schema validation') 59 opts.on('-o', '--output DIR', 'Path to directory where tests will be generated (required)') 60 opts.on('--skip-header', 'Do not generate test headers') 61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2… 62 opts.on('--chunk INTEGER', Integer, 'Chunk to process, starting from 0 (0 by default)') 63 opts.on('--chunks INTEGER', Integer, 'Number of chunks (1 by default)') 64 opts.on('-h', '--help', 'Prints this help') do
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/bin/ |
| D | spectrac.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml') 44 opts.on('-d', '--testdir DIR', 'Directory with the test files (required)') 45 opts.on('-g', '--testglob GLOB', 'Glob for finding test files in testdir (required)') 46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)') 47 opts.on('-n', '--non_testable [FILE]', 'Non testable assertions') 48 …opts.on('-u', '--uncovered [FILE]', 'Output yaml document with ISA spec areas not covered by tests… 49 …opts.on('-U', '--uncovered_md [FILE]', 'Output markdown document with ISA spec areas not covered b… 50 …opts.on('-o', '--orphaned [FILE]', 'Output yaml file with the list of tests not relevant to the sp… 51 …opts.on('-O', '--orphaned_md [FILE]', 'Output markdown file with the list of tests not relevant to… [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/bin/ |
| D | spectrac.rb | 10 # distributed under the License is distributed on an "AS IS" BASIS, 43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml') 44 opts.on('-d', '--testdir DIR', 'Directory with the test files (required)') 45 opts.on('-g', '--testglob GLOB', 'Glob for finding test files in testdir (required)') 46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)') 47 opts.on('-n', '--non_testable [FILE]', 'Non testable assertions') 48 …opts.on('-u', '--uncovered [FILE]', 'Output yaml document with ISA spec areas not covered by tests… 49 …opts.on('-U', '--uncovered_md [FILE]', 'Output markdown document with ISA spec areas not covered b… 50 …opts.on('-o', '--orphaned [FILE]', 'Output yaml file with the list of tests not relevant to the sp… 51 …opts.on('-O', '--orphaned_md [FILE]', 'Output markdown file with the list of tests not relevant to… [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | readonly_union_negative.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 18 // Error: readonly on a non-applicable primitive type in a union 22 // Error: readonly on a non-applicable object type in a union 27 // Error: readonly on a non-applicable type, even if another member is applicable 31 // Error: readonly on void type 35 // Error: readonly on function type 49 /* @@? 19:49 Error SyntaxError: 'readonly' type modifier is only permitted on resizable array and t… 50 /* @@? 24:51 Error SyntaxError: 'readonly' type modifier is only permitted on resizable array and t… 51 /* @@? 28:50 Error SyntaxError: 'readonly' type modifier is only permitted on resizable array and t… 53 /* @@? 32:47 Error SyntaxError: 'readonly' type modifier is only permitted on resizable array and t… [all …]
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 14 # Register allocation on Chordal-graphs with advanced register coalescing 17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring… 18 …ethod of register allocation on Chordal-graphs is described in works of Sebastian Hack and Fernand… 23 …e as in Linear-scan from works of Wimmer ("Linear Scan Register Allocation on SSA Form"). But outp… 32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq… 37 …y done, so it decrease ability for successful coalescing. Or alternatively on post-coalescing pote… 38 …. And on stage of coloring it is tried to satisfy these hints if possible. This approach is more f… 41 …ld be colored with the same color, which will remove all move-instructions on its edges. Let’s cal… 43 …, where color value initially set to “Undefined” value. Bias-array is used on assignment (Coloring… 47 …xBFS algorithm (that is reversed PEO). On each step processes only nodes that have no colors (not … [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 14 # Register allocation on Chordal-graphs with advanced register coalescing 17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring… 18 …ethod of register allocation on Chordal-graphs is described in works of Sebastian Hack and Fernand… 23 …e as in Linear-scan from works of Wimmer ("Linear Scan Register Allocation on SSA Form"). But outp… 32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq… 37 …y done, so it decrease ability for successful coalescing. Or alternatively on post-coalescing pote… 38 …. And on stage of coloring it is tried to satisfy these hints if possible. This approach is more f… 41 …ld be colored with the same color, which will remove all move-instructions on its edges. Let’s cal… 43 …, where color value initially set to “Undefined” value. Bias-array is used on assignment (Coloring… 47 …xBFS algorithm (that is reversed PEO). On each step processes only nodes that have no colors (not … [all …]
|