Home
last modified time | relevance | path

Searched +full:language +full:- +full:specific (Results 1 – 25 of 6767) sorted by relevance

12345678910>>...271

/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt2 Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
10 See the License for the specific language governing permissions and
13 Annotations - 2
18 .. _Built-in Annotations:
20 Built-in Annotations
23 A set of *built-in annotations* can be added to some future language version.
26 A list of built-in annotations will be defined later.
40 .. code-block:: typescript
50 .. _Plugin-Defined Annotations:
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_extension_data.h2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
23 // Base class for all GC language-specific data holders.
24 // Can be extended for different language types.
46 // language extension got the corresponding type of data
/arkcompiler/runtime_core/libabckit/doc/
Dimplementation_description.md9 1. [Two types of `abc` files](#two-types-of-abc-files)
10 2. [C API and C++ implementation](#c-api-and-c-implementation)
11 3. [Control flow by components](#control-flow-by-components)
12 4. [Control flow by source files](#control-flow-by-source-files)
13 5. [Dispatch between dynamic and static file formats](#dispatch-between-dynamic-and-static-file-for…
14 6. [Data structures (context) and opaque pointers](#data-structures-context-and-opaque-pointers)
15 7. [Data structures (context) implementation](#data-structures-context-implementation)
16 8. [Includes naming conflict](#includes-naming-conflict)
17 9. [Bytecode<-->IR](#bytecode--ir)
43 ├── metadata_core.h // API for language-independent metadata inspection/transformation
[all …]
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dget_language_specific_metadata.inc.erb2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 LOG(DEBUG, DISASSEMBLER) << "\n[getting language-specific annotations]\n";
/arkcompiler/runtime_core/static_core/assembler/
Ddefine.h2 * Copyright (c) 2021-2025 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
19 /* Implementation-specific defines */
25 // CC-OFFNXT(G.PRE.06) solid logic
26 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
42 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
46 _(".language", LANG) \
/arkcompiler/runtime_core/disassembler/templates/
Dget_language_specific_metadata.inc.erb2 * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 LOG(DEBUG, DISASSEMBLER) << "\n[getting language-specific annotations]\n";
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D19_stdlib.rst2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
10 See the License for the specific language governing permissions and
21 The Standard Library of the |LANG| language defines the required set of types,
26 and the |LANG|-specific part adds more advanced features.
D0_authors.rst2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
10 See the License for the specific language governing permissions and
18 Language design lead:
20 - Nedoria Aleksei
24 - Bronnikov Georgy
25 - Gavrin Evgeny
26 - Huo Qingyi
27 - Kanatov Alexey
28 - Nedoria Aleksei
[all …]
/arkcompiler/runtime_core/libabckit/scripts/
Dgenerate_standalone_canary.sh7 # http://www.apache.org/licenses/LICENSE-2.0
12 # See the License for the specific language governing permissions and
15 set -e
16 set -u
17 set -o pipefail
20 local -r input_file="${1:?}"
21 local -r output_file="${2:?}"
30 * http://www.apache.org/licenses/LICENSE-2.0
35 * See the License for the specific language governing permissions and
47 * -std=c99 -pedantic -pedantic-errors -Wall -Wextra -Werror
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/
Dstep2.ets1 /*---
2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 {%- for c in cases %}
17 /*---
18 desc: >-
19 As there is more than one applicable method, the most specific method must be selected.
20 ---*/
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/11.type_undefined/
Dundefined_generic.ets1 /*---
2 Copyright (c) 2024-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 tags: [negative, compile-only]
19 ---*/
Dundefined_generic4.ets1 /*---
2 Copyright (c) 2024-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
Dundefined_generic1.ets1 /*---
2 Copyright (c) 2024-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
Dundefined_generic3.ets1 /*---
2 Copyright (c) 2024-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
Dundefined_example_1.ets1 /*---
2 Copyright (c) 2024-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 desc: Type undefined can be used as the type argument that instantiates a generic type if specific
18 ---*/
Dundefined_generic2.ets1 /*---
2 Copyright (c) 2024-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
/arkcompiler/runtime_core/static_core/abc2program/templates/
Dget_language_specific_metadata.inc.erb7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 LOG(DEBUG, ABC2PROGRAM) << "\n[getting language-specific annotations]\n";
/arkcompiler/runtime_core/assembler/
Ddefine.h2 * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
19 /* Implementation-specific defines */
43 _(".language", LANG) \
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.native_functions_and_methods/02.native_methods/
Dnative_method_declaration.ets2 * Copyright (c) 2021-2025 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
16 /*---
18 …d that is native is implemented in platform-dependent code, typically written in another programmi…
19 tags: [compile-only]
20 ---*/
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/
Dintersection_type_initialization.ets1 /*---
2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …e the most specific class or array type such that Ti < Ci . Then there must be some Ck such that C…
18 ---*/
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/
Drat02.ets7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
16 /*---
17 desc: Test assigning values to elements at specific positions in an array(number[]).
18 ---*/
Drat29.ets7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
16 /*---
17 desc: Test the specific attribute types of objects in the array(string).
18 ---*/
/arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_closure/
Dmulti_constantpool_closure.ts7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
25 * http://www.apache.org/licenses/LICENSE-2.0
30 * See the License for the specific language governing permissions and
33 var x = "-1";
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlSegmenter.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
44 /// @brief Converts an ETS string containing a BCP47 language tag to ICU Locale
68 * @param isWordLike Boolean indicating if cluster represents a word-like segment
77 ANI_FATAL_IF_ERROR(env->FindClass("Lstd/core/Intl/Cluster;", &clusterClass)); in StdCoreIntlCreateClusterObject()
81 ANI_FATAL_IF_ERROR(env->Class_FindMethod(clusterClass, "<ctor>", ":V", &constructorMethod)); in StdCoreIntlCreateClusterObject()
86 // NOLINTNEXTLINE(cppcoreguidelines-pro-type-vararg) in StdCoreIntlCreateClusterObject()
87 ANI_FATAL_IF_ERROR(env->Object_New(clusterClass, constructorMethod, &clusterObj)); in StdCoreIntlCreateClusterObject()
91 ANI_FATAL_IF_ERROR(env->Class_FindField(clusterClass, "cluster", &clusterField)); in StdCoreIntlCreateClusterObject()
94 ANI_FATAL_IF_ERROR(env->Class_FindField(clusterClass, "index", &indexField)); in StdCoreIntlCreateClusterObject()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/
Dmulti_level_inheritance_value_transfer11.ets7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
16 /*---
17 desc: Multi-level inheritance verifies that the public member variable _publicVar in class b is cor…
18 ---*/
27 this._publicVar = 'Multi-level inheritance';
42 assertEQ(test._publicVar, 'Multi-level inheritance');

12345678910>>...271