Home
last modified time | relevance | path

Searched full:creation (Results 1 – 25 of 99) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dunion_normalization_test.cpp202 // Create union type, which will be normalized inside creation function in TEST_F()
229 // Create union type, which will be normalized inside creation function in TEST_F()
262 // Create union type, which will be normalized inside creation function in TEST_F()
286 // Create union type, which will be normalized inside creation function in TEST_F()
317 // Create union type, which will be normalized inside creation function in TEST_F()
357 // Create union type, which will be normalized inside creation function in TEST_F()
368 // Create union type, which will be normalized inside creation function in TEST_F()
379 // Create union type, which will be normalized inside creation function in TEST_F()
393 // Create union type, which will be normalized inside creation function in TEST_F()
472 // Create union type, which will be normalized inside creation function in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.cpp23 /* static - creation of the initial Worker thread */
33 /* Common actions for creation of the thread. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/14.new_expressions/
Dclass_instance_creation_expressions.params.yaml14 --- # List of valid class instance creation samples
Dclass_instance_creation_expressions.sts19 desc: Class instance creation expression
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_settings.h124 * @brief Limit the creation rate of tasks during marking in nanoseconds.
125 …* if average task creation is less than this value - it increases the stack size limit to create t…
192 * Limit the creation rate of tasks during marking in nanoseconds.
193 …* If average task creation is less than this value - it increases the stack size limit twice to cr…
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dinstantied_interface_with_array_creation_expression.sts22 /* @@? 19:3 Error TypeError: Cannot use array creation expression with abstract classes and interfa…
Dinstantied_abstract_class_with_array_creation_expression.sts22 /* @@? 19:3 Error TypeError: Cannot use array creation expression with abstract classes and interfa…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.array_creation_expressions/
Darray_creation_expressions.sts19 desc: Array creation expression
Darray_creation_expressions.params.yaml14 --- # List of valid array creation expressions
Dexpr.sts19 An array creation expression creates an object that is a new array with the elements of
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_containers_BlockingQueue.cpp24 /// @brief Mutex creation in internal space
32 /// @brief Event creation in internal space
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/
Dconstructor_declaration_with_type_arguments.sts18 assert: A constructor is used in the creation of an object that is an instance of a class. A constr…
Dconstructor_declaration.sts20 assert: A constructor is used in the creation of an object that is an instance of a class. A constr…
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp106 LOG_FULL(INFO) << realPath << " exists, skip creation"; in CreateEmptyFile()
114 LOG_FULL(INFO) << dir << " exists, skip creation"; in CreateEmptyFile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h260 // Type creation (currently all in global scope)
266 // derived type creation
275 /* using StructTypeBuilder interface for StructType creation
297 /* using FunctionBuilder interface for Function creation:
328 // var creation
351 /* using StructConstBuilder interface for StructConst creation:
358 /* using ArrayConstBuilder interface for ArrayConst creation:
408 /* using SwitchBuilder interface for switch statement creation
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/
Dnase1.sts17 desc: NegativeArraySizeError is thrown by an array creation expression
Dnase2.sts17 desc: NegativeArraySizeError is thrown by an array creation expression
Dnase3.sts17 desc: NegativeArraySizeError is thrown by an array creation expression
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dstatic-analyzer-warnings-generation-activity.plantuml16 title Creation of files with warnings
/arkcompiler/runtime_core/static_core/runtime/include/
Dtime_utils.h28 /// Measures time from creation to deletion of an object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Darray_creation.sts20 Each dimension expression in an array creation expression
Darray_creation_n.sts20 Each dimension expression in an array creation expression.
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-warnings-generation.puactivity16 title Creation of files with warnings
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/
Dstr_prim.sts20 giving it as an argument to an appropriate class instance creation expression.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_overload_signatures/
Dconstructor_overloading.sts18 …of methods. The overloading is resolved at compile time by each class instance creation expression.

1234