Home
last modified time | relevance | path

Searched full:including (Results 1 – 25 of 211) sorted by relevance

123456789

/arkcompiler/runtime_core/static_core/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/toolchain/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/jsvm/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_runtime/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/runtime_core/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
DREADME.md14 … Runtime Core consists of language-independent basic runtime libraries, including ArkCompiler File…
28 ├── compiler # Compiler including IR(intermediate representation) and passes for byt…
38 ├── libpandabase # Basic ArkCompiler runtime library, including logs, synchronization pr…
92 | --version | Print version info, including file format version and minimum supported …
/arkcompiler/ets_frontend/ets2panda/
DLICENSE.txt28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_frontend/arkguard/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
189 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
/arkcompiler/ets_frontend/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
49 "Contribution" shall mean any work of authorship, including
56 to the Licensor or its representatives, including but not limited to
83 institute patent litigation against any entity (including a
148 implied, including, without limitation, any warranties or conditions
155 whether in tort (including negligence), contract, or otherwise,
158 liable to You for damages, including any direct, indirect, special,
161 Work (including but not limited to damages for loss of goodwill,
189 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
DLICENSE27 including but not limited to software source code, documentation
31 transformation or translation of a Source form, including but
48 "Contribution" shall mean any work of authorship, including
55 to the Licensor or its representatives, including but not limited to
82 institute patent litigation against any entity (including a
147 implied, including, without limitation, any warranties or conditions
154 whether in tort (including negligence), contract, or otherwise,
157 liable to You for damages, including any direct, indirect, special,
160 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
DLICENSE27 including but not limited to software source code, documentation
31 transformation or translation of a Source form, including but
48 "Contribution" shall mean any work of authorship, including
55 to the Licensor or its representatives, including but not limited to
82 institute patent litigation against any entity (including a
147 implied, including, without limitation, any warranties or conditions
154 whether in tort (including negligence), contract, or otherwise,
157 liable to You for damages, including any direct, indirect, special,
160 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe84.md8 (including fully qualified names of functions) to achieve that same behavior.
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.json.ets53 …* (including indentation, line break characters, etc.) into the output JSON string for readability…
76 …* (including indentation, line break characters, etc.) into the output JSON string for readability…
/arkcompiler/runtime_core/common_interfaces/base/
Druntime_param.h25 * including the heap size, region size at runtime, and etc.
88 * including the garbage ratio, garbage collection interval and etc.
177 * including the config information of heap, garbage collection, thread and log.
/arkcompiler/ets_frontend/ets2panda/driver/dependency_analyzer/
DREADME.md3 Defining dependencies between files. Not including standard library files.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/
Darr_inf_n.ets20 including explicit type annotation of a variable declaration,
Dspec-ex2.ets19 including explicit type annotation of a variable declaration,
Dspec-ex3.ets19 including explicit type annotation of a variable declaration,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/06.method_declarations/06.overriding_methods/
Dthrowing_in_abstract_method.ets18 assert: A method that overrides or hides another method, including methods that implement abstract …
Dthrowing_in_overrided_method.ets18 assert: A method that overrides or hides another method, including methods that implement abstract …
Dno_throwing_in_hided_method.ets18 assert: A method that overrides or hides another method, including methods that implement abstract …
Dno_throwing_in_overrided_method.ets18 assert: A method that overrides or hides another method, including methods that implement abstract …
Dno_throwing_in_abstract_method.ets18 assert: A method that overrides or hides another method, including methods that implement abstract …
Dthrowing_in_hided_method.ets18 assert: A method that overrides or hides another method, including methods that implement abstract …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/
Dambient_annotations_n.ets18 including field initialization

123456789