Home
last modified time | relevance | path

Searched full:primitives (Results 1 – 25 of 110) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb23 PRIMITIVES = Hash.new() constant
43 data.primitives.each do |primitive|
45 Signatures::PRIMITIVES[primitive.ref] = primitive.name
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/
Dchar_eq.params.yaml16 # primitives equal
26 # primitives not equal
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/01.for-of_type_annotation/
Dfor_of.params.yaml56 // array of primitives (char)
63 // array of primitives (long)
71 // array of primitives (int)
77 // array of primitives (boolean)
91 // array of boxed primitives (Char) with implicit unboxing
103 // array of primitives (int) with implicit boxing
108 // array of primitives (boolean) with implicit boxing
/arkcompiler/runtime_core/scripts/
Drun-check-concurrency-format.sh24 # Do not check files with primitives wrappers.
29 # Do not check files with primitives wrappers.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/ets-func-tests/
Dets-func-tests-ignored-JIT-REPEATS.txt1 # #15592 Timeouts. Will be fixed when generics accept primitives as type arguments
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/01.primitive_types/
Dpt_type.params.yaml15 primitives:
Dpt_metod.params.yaml15 primitives:
Dpt_constructor.params.yaml15 primitives:
Dpt_type.sts16 {% for p in primitives %}
Dpt_constructor.sts16 {% for p in primitives %}
Dpt_metod.sts16 {% for p in primitives %}
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml37 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
200 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
241 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
284 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
345 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
413 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
760 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
1134 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
1178 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Dprim_widening.params.yaml14 --- # List of allowed widening primitives conversion
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/
Dreadonly_neg_2.sts21 Use unsupported types (primitives, boxed)
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnewobj.yaml27 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
161 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
202 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
263 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
645 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule53.sts33 // Important corner case for casting primitives to the boxed counterparts:
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DConcurrencyHelpers.sts19 * @class provides api for sync primitives (see std/core/SyncPrimitives.sts) in escompat
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/
DConcurrencyHelpers.sts18 /// This class provides api for sync primitives (see SyncPrimitives.sts)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dempty.py27 """Base class for ArkTS mirror primitives."""
Darray.py31 """Base class for ArkTS mirror primitives."""
Dprimitive.py37 """Base class for ArkTS mirror primitives."""
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe53.md37 // Important corner case for casting primitives to the boxed counterparts:
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.cpp24 // Primitives types in ToEtsClassRoot()
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb41 % Signatures::PRIMITIVES.each do |ref, name|
45 // TypeDescriptor primitives
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp36 utf::CStringAsMutf8("Object is not an array of primitives")); in EtsArrayBufferFrom()

12345