Home
last modified time | relevance | path

Searched full:allows (Results 1 – 25 of 182) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
DTS_compatibility.rst101 |LANG| allows generating highly efficient code that relies on an objects'
152 |TS| allows rather relaxed assignment into variables of function type.
249 |TS| allows overriding a class field with a field in a subclass of invariant
309 |TS| allows using type ``void`` in union types. |LANG| allows no ``void``
328 |TS| allows covariant array assignment.
329 |LANG| allows invariant array assignment only:
364 |TS| allows assignments of tuples into arrays. |LANG| handles arrays and tuples
365 as different types. |LANG| allows no assignment of tuples into arrays. This
388 listed explicitly in the ``extends`` clause of a class. |LANG| allows it because
423 |LANG| handles such clauses at compile time. |LANG| allows no expressions
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/
Dsampler.md5 Current implementation allows profiling only the whole application from start till end. Gathered in…
17 Another public method `SetSampleInterval` allows setting sampling interval in microseconds with def…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DSyncPrimitives.ets28 /// Coroutine mutex. This allows to get exclusive access to the critical section.
68 /// Coroutine one-shot event. This allows to block current coroutine until event is fired
143 /// Queue spinlock allows to get exclusive access to the critical section without context switching
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
D06_glossary.rst20 …A class that implements an asynchronous lock and allows asynchronous operations to be performed un…
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/
DsetupTests.ts17 // allows you to do things like:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/
Dextension_functions_array.ets19 The extension function mechanism allows using a special form of top-level functions
Dextension_functions_interface.ets19 The extension function mechanism allows using a special form of top-level functions
Dextension_functions_class.ets19 The extension function mechanism allows using a special form of top-level functions
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/01.selective_export_directive/t02/
Dd.ets17 desc: Single export directive allows specifying the declaration to be exported from the current com…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/03.readonly_utility_type/
Dexample_readonly_assignability.ets18 … Type T is assignable (see Assignability) to Readonly<T>, and allows assignments as a consequence:
Dreadonly_type_compatibility_neg.ets20 …Type T is compatible (see Type Compatibility) with Readonly<T>, and allows assignments as a conseq…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/
Dtuple_enum_and_object_literal.ets20 that allows converting type T1 to type T2.
Dclass_and_interface.ets20 that allows converting type T1 to type T2.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_interfaces/
Dinterface_type_parameter_default.ets20 allows dropping a type argument when a particular type of instantiation is used.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/
Dtrlambda_func.ets19 The trailing lambda mechanism allows using a special form of function
Dtrlambda_met.ets19 The trailing lambda mechanism allows using a special form of function
Dtrlambda_static_met.ets19 The trailing lambda mechanism allows using a special form of function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_classes/
Dclass_type_parameter_default.ets19 …Type parameters of generic types can have defaults. This situation allows dropping a type argument…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/04.Names_Declarations_and_Scopes/4.8.Function_Declarations/4.8.5.Rest_Parameter/
DIssue14111.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DBadTypeError.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/02.single_export_directive/
Dpkg01_test.ets17 desc: Single export directive allows specifying the declaration to be exported from the current com…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/
Drest_parameter.ets19 A rest parameter allows to make a function or method that take an unbounded
Drest_parameter_neg.ets19 A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/examples/
Dexample_type_variance_case_03.ets17 desc: Ensuring that method_one in subclasses allows contravariant parameter types with derived clas…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/
Dfunction_type_parameter_default.ets20 This situation allows dropping a type argument when a particular type of instantiation is used.

12345678