Searched full:see (Results 1 – 25 of 11682) sorted by relevance
12345678910>>...468
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/ |
| D | predefined_non_primitive_types.ets | 12 * See the License for the specific language governing permissions and 16 // see 3.1.1 Integer types 22 // see 3.1.2 Float types 26 // see 3.1.3 Boolean type 29 // see 3.1.4 Char type 32 // see 3.2.1 String type 35 // see 3.2.2 Array types
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | predefined_non_primitive_types.ets | 12 * See the License for the specific language governing permissions and 16 // see 3.1.1 Integer types 22 // see 3.1.2 Float types 26 // see 3.1.3 Boolean type 29 // see 3.1.4 Char type 32 // see 3.2.1 String type 35 // see 3.2.2 Array types
|
| D | types_decls.ets | 12 * See the License for the specific language governing permissions and 16 // see 3.1.1 Integer types 33 // see 3.1.2 Float types 43 // see 3.1.3 Boolean type 50 // see 3.1.4 Char type 56 // see 3.1.5 Void type
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 3_types.rst | 10 See the License for the specific language governing permissions and 33 (see :ref:`Type Inference`) by the compiler. 35 The types integral to |LANG| are called *predefined types* (see 169 - Class types (see :ref:`Classes`); 170 - Interface types (see :ref:`Interfaces`); 171 - Enumeration types (see :ref:`Enumerations`); 203 + Type aliases (see :ref:`Type Alias Declaration`); 321 types (see :ref:`Predefined Types`), except built-in arrays, are named types. 325 - Class declarations (see :ref:`Classes`), 326 - Interface declarations (see :ref:`Interfaces`), [all …]
|
| D | 4_names.rst | 10 See the License for the specific language governing permissions and 31 entity name with the *scope* (see :ref:`Scopes`). The scope affects the 80 - Name of a compilation unit (see :ref:`Compilation Units`) that is introduced 81 as a result of ``import * as N`` (see :ref:`Bind All with Qualified Access`) 84 - A class or interface type (see :ref:`Classes`, :ref:`Interfaces`) with ``x`` 124 (see :ref:`Scopes`). 148 - Different signatures (see :ref:`Declaration Distinguishable by Signatures`). 224 (see :ref:`Scopes`) is the region of program text where an entity is declared, 230 - Entities declared in namespaces (see :ref:`Namespace Declarations`). 234 Entities within the scope are accessible (see :ref:`Accessible`). [all …]
|
| D | 10_interfaces.rst | 10 See the License for the specific language governing permissions and 79 ``Object`` (see :ref:`Assignability`). 127 interface (see :ref:`Generics`). 170 interface declaration is not accessible (see :ref:`Accessible`). 171 - Type arguments (see :ref:`Type Arguments`) of ``typeReference`` denote a 172 parameterized type that is not well-formed (see 179 must name an accessible interface type (see :ref:`Accessible`). Otherwise, a 250 If superinterfaces have default implementations (see 254 - Method ``m`` with an override-compatible signature (see 299 properties (see :ref:`Interface Properties`) and methods (see [all …]
|
| D | 9_classes.rst | 10 See the License for the specific language governing permissions and 26 Declarations can introduce class members (see :ref:`Class Members`) or class 27 constructors (see :ref:`Constructor Declaration`). 30 declaration (see :ref:`Scopes`). 57 access modifiers (see :ref:`Access Modifiers`): 67 Every class defines two class-level scopes (see :ref:`Scopes`): one for 105 is a *generic class* (see :ref:`Generics`). 207 (see :ref:`Abstract Methods`). 245 Final classes are discussed in the chapter Experimental Features (see 291 - Class type named by ``typeReference`` is not accessible (see [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/18.annotations/01.declaring_annotations/01.types_of_annotation_fields/ |
| D | declaration_types_arrays.ets | 12 See the License for the specific language governing permissions and 20 - Numeric types (see Numeric Types); 21 - Type boolean (see Boolean Types and Operations); 22 - Type string (see Type string); 23 - Enumeration types (see Enumerations);
|
| D | declaration_types_n.ets | 12 See the License for the specific language governing permissions and 20 - Numeric types (see Numeric Types); 21 - Type boolean (see Boolean Types and Operations); 22 - Type string (see Type string); 23 - Enumeration types (see Enumerations);
|
| D | declaration_types.ets | 12 See the License for the specific language governing permissions and 20 - Numeric types (see Numeric Types); 21 - Type boolean (see Boolean Types and Operations); 22 - Type string (see Type string); 23 - Enumeration types (see Enumerations);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_string_constpool_doc.md | 24 …- enumerate all qualified names in the current file (see `ETSChecker::ResolveDynamicCallExpression… 26 …nd write it to the annotation of `jscall` class corresponding to the file (see `ETSEmitter::GenAnn… 27 …a.b.c", ...)` as `CallDynamic(qualifiedNameStart, qualifiedNameEnd, ...)` (see `LoadDynamicName` i… 31 …ons `[qnameBufferSize_, qnameBufferSize_ + N)` are assigned to this class (see `InitCallJSClass` i… 32 …- `qnameBufferSize_` is atomically increased by `N` (see `AllocateSlotsInStringBuffer` in [interop… 35 …with the `napi_string`s created from strings in `jscall` class annotation (see `ConstStringStorage… 39 …- load `classQualifiedNameStart` from the corresponding `jscall` class (see `GetClassQnameOffset` … 40 …Start + K)`-th string from constant pool (which is a global `napi_array`) (see `JSRuntimeCallJSBas…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.ets | 12 * See the License for the specific language governing permissions and 23 * @see getObjectSpaceType 34 * @see startGC 35 * @see scheduleGcAfterNthAlloc 131 * @see scheduleGcAfterNthAlloc 140 * @see postponeGCEnd 152 * @see postponeGCStart 164 * @see unpinObject 175 * @see pinObject 176 * @see allocatePinned<PrimitiveType>Array [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/ |
| D | module_implicit_import.ets | 12 * See the License for the specific language governing permissions and 20 …Every module implicitly imports (see Implicit Import) all exported entities from essential kernel … 21 standard library (see Standard Library). 22 …All entities from these packages are accessible (see Accessible) as simple names, like the console…
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 15 See https://en.wikipedia.org/wiki/Ahead-of-time_compilation. 16 * **Bytecode**. See **Panda Bytecode**. 21 See https://en.wikipedia.org/wiki/Intermediate_representation. 22 * **ISA** stands for **Instruction Set Architecture**. See **Panda Bytecode** and 28 See https://en.wikipedia.org/wiki/Just-in-time_compilation. 33 See [Assembly Format](assembly_format.md). 35 See [File Format](file_format.md). 37 compactness and efficient execution by Panda Runtime. See https://en.wikipedia.org/wiki/Bytecode. 61 Sometimes it is triggered by Minor GC, so it is impossible to separate them(see Full GC).
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 15 See https://en.wikipedia.org/wiki/Ahead-of-time_compilation. 16 * **Bytecode**. See **Panda Bytecode**. 21 See https://en.wikipedia.org/wiki/Intermediate_representation. 22 * **ISA** stands for **Instruction Set Architecture**. See **Panda Bytecode** and 28 See https://en.wikipedia.org/wiki/Just-in-time_compilation. 33 See [Assembly Format](assembly_format.md). 35 See [File Format](file_format.md). 37 compactness and efficient execution by Panda Runtime. See https://en.wikipedia.org/wiki/Bytecode. 61 Sometimes it is triggered by Minor GC, so it is impossible to separate them(see Full GC).
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/05.unary_plus/ |
| D | unary_plus_neg.ets | 12 * See the License for the specific language governing permissions and 18 …on with the unary operator ‘+’ must be convertible (see Implicit Conversions) to a numeric type (s…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/04.standard_library_usage/ |
| D | stdlib_default_import.ets | 12 * See the License for the specific language governing permissions and 20 All entities exported from the core packages of the standard library (see Standard Library) 21 are accessible as simple names (see Accessible) in any compilation unit.
|
| D | core_default_import.ets | 12 * See the License for the specific language governing permissions and 20 All entities exported from the core packages of the standard library (see Standard Library) 21 are accessible as simple names (see Accessible) in any compilation unit.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/ |
| D | function_argument_equivalent_neg_n2.ets | 12 See the License for the specific language governing permissions and 21 name are accessible (see Accessible) in a scope (see Scopes).
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/ |
| D | generic_class_union_normalization.ets | 12 See the License for the specific language governing permissions and 21 (see Final Classes) or becomes a single final class as a result of union normalization 22 (see Union Types Normalization). Then a compile-time error occurs.
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | reference-processor.puactivity | 11 ' See the License for the specific language governing permissions and 22 :Mark soft references(see Marking phase); 25 :ClearFinalizeReferences(see FinalizerDaemon);
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | reference-processor-activity.plantuml | 11 ' See the License for the specific language governing permissions and 22 :Mark soft references(see Marking phase); 25 :ClearFinalizeReferences(see FinalizerDaemon);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/ |
| D | readonly_custom_neg.ets | 12 * See the License for the specific language governing permissions and 19 …If the parameter type is prefixed with readonly, then the type must be of array type T[] (see Arra… 20 type [T1, T2, ..., Tn] (see Tuple Types). Otherwise, a compile-time error occurs.
|
| D | readonly_neg_2.ets | 12 * See the License for the specific language governing permissions and 19 …If the parameter type is prefixed with readonly, then the type must be of array type T[] (see Arra… 20 type [T1, T2, ..., Tn] (see Tuple Types). Otherwise, a compile-time error occurs.
|
| D | readonly.ets | 12 * See the License for the specific language governing permissions and 19 …If the parameter type is prefixed with readonly, then the type must be of array type T[] (see Arra… 20 type [T1, T2, ..., Tn] (see Tuple Types). Otherwise, a compile-time error occurs.
|
12345678910>>...468