| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/ |
| D | interface_args_neg.params.yaml | 108 …let v: J<J<X>[]> = new A<J<X>[]>(new J<X>[0]) // cannot use array creation expression with interfa… 111 …let v: J<J<X[]>[]> = new A<J<X[]>[]>(new J<X[]>[0]) // cannot use array creation expression with i… 114 …let v: J<J<I>[]> = new A<J<I>[]>(new J<I>[0]) // cannot use array creation expression with interfa… 117 …let v: J<J<I[]>[]> = new A<J<I[]>[]>(new J<I[]>[0]) // cannot use array creation expression with i… 120 …null>[]> = new A<J<I[]|null>[]>(new J<I[]|null>[0]) // cannot use array creation expression with i… 123 …let v: J<J<Color[]>[]> = new A<J<Color[]>[]>(new J<Color[]>[0]) // cannot use array creation expre… 126 let v: J<B> = new A<B>(new J<X>[0]) // cannot use array creation expression with interfaces. 131 let v: J<B> = new A<B>(new J<X[]>[0]) // cannot use array creation expression with interfaces. 136 …let v: J<J<B>[]> = new A<J<B>[]>(new J<B>[0]) // cannot use array creation expression with interfa…
|
| D | method_args1_neg.params.yaml | 106 let v: I[] = new I[0] // cannot use array creation expression with interfaces 111 let v: I[]|null = new I[0] // cannot use array creation expression with interfaces
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | union_normalization_test_2.cpp | 71 // Create union type, which will be normalized inside creation function in TEST_F() 82 // Create union type, which will be normalized inside creation function in TEST_F() 93 // Create union type, which will be normalized inside creation function in TEST_F() 107 // Create union type, which will be normalized inside creation function in TEST_F() 186 // Create union type, which will be normalized inside creation function in TEST_F() 198 // Create union type, which will be normalized inside creation function in TEST_F() 211 // Create union type, which will be normalized inside creation function in TEST_F() 226 // Create union type, which will be normalized inside creation function in TEST_F() 246 // Create union type, which will be normalized inside creation function in TEST_F() 265 // Create union type, which will be normalized inside creation function in TEST_F() [all …]
|
| D | union_normalization_test_1.cpp | 54 // Create union type, which will be normalized inside creation function in TEST_F() 81 // Create union type, which will be normalized inside creation function in TEST_F() 114 // Create union type, which will be normalized inside creation function in TEST_F() 138 // Create union type, which will be normalized inside creation function in TEST_F() 169 // Create union type, which will be normalized inside creation function in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| D | worker_thread.cpp | 23 /* 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/ |
| D | class_instance_creation_expressions.params.yaml | 14 --- # List of valid class instance creation samples
|
| D | class_instance_creation_expressions.sts | 19 desc: Class instance creation expression
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.array_creation_expressions/ |
| D | array_creation_expressions.sts | 19 desc: Array creation expression
|
| D | array_creation_expressions.params.yaml | 14 --- # List of valid array creation expressions
|
| D | expr.sts | 19 An array creation expression creates an object that is a new array with the elements of
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | instantied_interface_with_array_creation_expression.sts | 22 /* @@@ label Error TypeError: Cannot use array creation expression with abstract classes and interf…
|
| D | instantied_abstract_class_with_array_creation_expression.sts | 22 /* @@@ label Error TypeError: Cannot use array creation expression with abstract classes and interf…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_settings.h | 124 * @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/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/ |
| D | constructor_declaration_with_type_arguments.sts | 18 assert: A constructor is used in the creation of an object that is an instance of a class. A constr…
|
| D | constructor_declaration.sts | 20 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/ |
| D | filesystem.cpp | 106 LOG_FULL(INFO) << realPath << " exists, skip creation"; in CreateEmptyFile() 114 LOG_FULL(INFO) << dir << " exists, skip creation"; in CreateEmptyFile()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ |
| D | nase1.sts | 17 desc: NegativeArraySizeError is thrown by an array creation expression
|
| D | nase3.sts | 17 desc: NegativeArraySizeError is thrown by an array creation expression
|
| D | nase2.sts | 17 desc: NegativeArraySizeError is thrown by an array creation expression
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-warnings-generation.puactivity | 16 title Creation of files with warnings
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | time_utils.h | 28 /// 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/ |
| D | array_creation.sts | 20 Each dimension expression in an array creation expression
|
| D | array_creation_n.sts | 20 Each dimension expression in an array creation expression.
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | static-analyzer-warnings-generation-activity.plantuml | 16 title Creation of files with warnings
|
| /arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/ |
| D | README.md | 7 - build HAP (or just module named `entry` if defaults are used during project creation)
|