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/ |
| D | anno2.txt | 2 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/ |
| D | gc_extension_data.h | 2 * 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/ |
| D | implementation_description.md | 9 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/ |
| D | get_language_specific_metadata.inc.erb | 2 * 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/ |
| D | define.h | 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 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/ |
| D | get_language_specific_metadata.inc.erb | 2 * 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/ |
| D | 19_stdlib.rst | 2 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.
|
| D | 0_authors.rst | 2 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/ |
| D | generate_standalone_canary.sh | 7 # 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/ |
| D | step2.ets | 1 /*--- 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/ |
| D | undefined_generic.ets | 1 /*--- 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 ---*/
|
| D | undefined_generic4.ets | 1 /*--- 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 ---*/
|
| D | undefined_generic1.ets | 1 /*--- 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 ---*/
|
| D | undefined_generic3.ets | 1 /*--- 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 ---*/
|
| D | undefined_example_1.ets | 1 /*--- 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 ---*/
|
| D | undefined_generic2.ets | 1 /*--- 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/ |
| D | get_language_specific_metadata.inc.erb | 7 * 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/ |
| D | define.h | 2 * 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/ |
| D | native_method_declaration.ets | 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 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/ |
| D | intersection_type_initialization.ets | 1 /*--- 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/ |
| D | rat02.ets | 7 * 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 ---*/
|
| D | rat29.ets | 7 * 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/ |
| D | multi_constantpool_closure.ts | 7 * 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/ |
| D | IntlSegmenter.cpp | 7 * 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/ |
| D | multi_level_inheritance_value_transfer11.ets | 7 * 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