| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | type_literals.ts.json | 22 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 29 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 36 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 43 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 50 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 57 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 64 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 71 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 78 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 85 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" [all …]
|
| D | class_as_object.ts.json | 20 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 27 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 34 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 41 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 55 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 62 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 76 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 83 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 97 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 104 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" [all …]
|
| D | type_literals.ts.autofix.json | 29 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 43 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 62 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 81 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 100 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 114 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 128 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 147 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 161 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 180 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" [all …]
|
| D | sendable_decorator_limited.ts.json | 21 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\", \"typeAlias\" (a… 27 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\", \"typeAlias\" (a… 33 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\", \"typeAlias\" (a… 39 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\", \"typeAlias\" (a… 45 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\", \"typeAlias\" (a… 51 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\", \"typeAlias\" (a…
|
| D | sendable_class_decorator.sts | 35 @NonSendable // ERROR, only `@Sendable` can be used on a sendable class declaration 38 @SomeDecorator // ERROR, no decorators can be used in a sendable class 43 @SomeDecorator // ERROR, no decorators can be used in a sendable class 46 … myMethod2(@SomeDecorator param: string) {} // ERROR, no decorators can be used in a sendable class 48 @SomeDecorator // ERROR, no decorators can be used in a sendable class 52 @SomeDecorator // ERROR, no decorators can be used in a sendable class
|
| D | sendable_class_decorator.ts.json | 22 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 29 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 36 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 43 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 50 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 57 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco…
|
| D | mapped_types.ts.json | 29 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 50 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 71 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 127 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 134 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 141 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 148 … "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/runtime_core/static_core/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 …"filename" is used to check whether the specified file exists in the specified path(support projec… 41 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 42 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 7 the terms used mean. 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 13 execution. In case of Panda Runtime, AOT compilation is used to compile Panda Bytecode into 20 used to represent input program and usually designed for analysis and optimization. 25 compilation" are used to indicate that the source code or bytecode is compiled during program 26 execution. In case of Panda Runtime, JIT compilation is used to compile Panda Bytecode into 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 46 It can be used by both generational and concurrent collectors. 47 It can be used for tracking references from tenured generation to the young generation and 56 that it can prove will never be used again. [all …]
|
| D | doxygen.config | 3 # This file describes the settings to be used by the documentation system 20 # This tag specifies the encoding used for all characters in the config file 21 # that follow. The default is UTF-8 which is also the encoding used for all text 31 # project for which the documentation is generated. This name is used in the 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 39 # control system is used. 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 59 # left blank the current directory will be used. 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all [all …]
|
| D | assembly_format.md | 34 The following escape sequences can be used in string literals: 60 Simple identifiers can be used for naming metadata annotations, primitive data types, aggregate dat… 66 Prefixed identifiers can be used for naming metadata annotations, aggregate data types and function… 70 …rt many of them. To deal with language-specific metadata, annotations are used, defined as follows: 84 In all cases where annotations can be optionally used, `optional_annotation` marker is used in this… 141 To specify language `.language` directive is used. It must be declared before any other declaration… 155 | `java.access` | Used to specify access level of record, field or function. Possible values: `priv… 156 | `java.extends` | Used to specify inheritance between records. Value is the name of the base recor… 157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t… 158 | `java.interface` | Used to specify that the record represents Java interface. | [all …]
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 7 the terms used mean. 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 13 execution. In case of Panda Runtime, AOT compilation is used to compile Panda Bytecode into 20 used to represent input program and usually designed for analysis and optimization. 25 compilation" are used to indicate that the source code or bytecode is compiled during program 26 execution. In case of Panda Runtime, JIT compilation is used to compile Panda Bytecode into 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 46 It can be used by both generational and concurrent collectors. 47 It can be used for tracking references from tenured generation to the young generation and 56 that it can prove will never be used again. [all …]
|
| D | doxygen.config | 3 # This file describes the settings to be used by the documentation system 20 # This tag specifies the encoding used for all characters in the config file 21 # that follow. The default is UTF-8 which is also the encoding used for all text 31 # project for which the documentation is generated. This name is used in the 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 39 # control system is used. 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 59 # left blank the current directory will be used. 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all [all …]
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 33 "compatibility" is used to check license compatibility in the specified path; 34 "license" is used to check source license header in the specified path; 35 "copyright" is used to check source copyright header in the specified path; 36 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 37 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 38 …"filename" is used to check whether the specified file exists in the specified path(support projec… 40 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 41 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 42 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 43 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule149.ts.json | 20 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 27 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 34 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 41 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 55 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 62 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 76 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 83 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 97 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" 174 "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)" [all …]
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 …"filename" is used to check whether the specified file exists in the specified path(support projec… 41 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 42 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 11 …on gate has multiple dependencies, an auxiliary gate `DEPEND_SELECTOR` is used to merge dependenci… 19 …) as input, and reinterpret it as a kind of memory dependency that can be used by computation gate… 53 * The 31st bit is used to distinguish between MIR type and TS type, `0` means TS type, `1` means MI… 55 * The 30th and 29th bits are used to indicate whether the output values of the MIR gates are GC rel… 61 * In the case of MIR type, the 1st bit in GateType is used to indicate whether there are output val… 99 | `RETURN_LIST` | not used | 112 | `THROW_LIST` | not used | 116 An ordinary state. Usually used as a placeholder. It will be eliminated by IR optimization. 125 | not used | not used | 138 | not used | not used | [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | classes.rst | 86 An instance of the class is used to access an instance field: 98 The keyword ``static`` is used to declare a field as static. The ``static`` 102 The class name is used to access ``static`` fields: 185 // More explicit syntax may also be used: 219 Setters and getters can be used to provide controlled access to object 222 In the following example, a setter is used to forbid setting invalid 280 In order to be used, an instance method must be called on an instance of 293 The keyword ``static`` is used to declare a method as static. A ``static`` 299 Class name is used to call a ``static`` method: 331 c.foo() // ok, 1st signature is used [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/ |
| D | readme.md | 17 For generating tests against ArkTS stdlib the Python library Jinja2 is used. For detail information… 21 - The configuration file in the yaml format is a set of objects which will be used for rendering Ji… 85 This example contains two YAML objects fragments, each of them will be used for creating a separate… 109 ### Main keywords that are used in the configuration YAML file 111 - init_object_type - type of data that will be used for object initialization 113 - init_object_data - dictionary with data that used for object initialization 118 - param_init_data_types - dictionary that contains data type that used for parameters initialization 120 - expected_test_data - actual data that should be used for tests verification 121 - verify_test_result_function - name of a function that used for test result verification. Usually …
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 10 checksum is used. 22 have to pass a class path to AOT compiler identical to class path used by runtime. 37 …ong usage. Some classes were omitted during AOT compilation due to the fact that they are not used. 60 of boot class file the options `--paoc-boot-output` should be used. The class hierarchy verificatio… 62 files for boot panda files is needed when the options `--enable-an` is used. 66 … system. It works identically to `--paoc-location` but only for boot files used during compilation. 68 …ot panda files, then all other entries of --boot-panda-files that will be used during execution sh…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_cha.md | 10 checksum is used. 22 have to pass a class path to AOT compiler identical to class path used by runtime. 37 …ong usage. Some classes were omitted during AOT compilation due to the fact that they are not used. 60 of boot class file the options `--paoc-boot-output` should be used. The class hierarchy verificatio… 62 files for boot panda files is needed when the options `--enable-an` is used. 66 … system. It works identically to `--paoc-location` but only for boot files used during compilation. 68 …ot panda files, then all other entries of --boot-panda-files that will be used during execution sh…
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task_queue.h | 26 …eue is a thread-safe queue for tasks. Queues can be registered in TaskScheduler and used to execute 28 * @tparam Allocator - allocator of Task that will be used in internal queues. By default is used 43 …* @brief The TaskQueue factory. Intended to be used by the TaskScheduler's CreateAndRegister metho… 88 * used with tasks that have already triggered this callback. 105 * This method should be used only in TaskScheduler 116 * This method should be used only in TaskScheduler! 134 * @param addTaskFunc - Functor that will be used to add popped tasks to worker 154 * @param addTaskFunc - Functor that will be used to add popped tasks to helper 217 /// @brief Removes callback function. This method should be used only in TaskScheduler! 268 /// subscriber_lock_ is used in case of calling new_tasks_callback_
|