| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/ |
| D | generic_class_constraint.params.yaml | 25 doc: cannot extend final class 29 doc: cannot extend final class 33 doc: cannot extend final class 37 doc: cannot extend final class 41 doc: cannot extend final class 45 doc: cannot extend final class 49 doc: cannot extend final class 53 doc: cannot extend final class 57 doc: cannot extend final class 61 doc: cannot extend final class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/ |
| D | for_loop_incorrect_params.params.yaml | 17 - doc: missing parentheses 21 - doc: missing right parentheses 25 - doc: missing left parentheses 29 - doc: missing opening curly bracket 33 - doc: missing closing curly bracket 38 - doc: using incorrect characters 44 - doc: using incorrect characters 50 - doc: using incorrect characters 56 - doc: multiple expressions
|
| D | for_loop_parameters.params.yaml | 16 - doc: For loop without any statement configured, no spaces () 24 - doc: For loop without any statement configured, spase as delimiter 32 …- doc: For loop with init as the only configured statement. Creating variable with already existin… 40 …- doc: For loop with expression as the only configured statement. Creating variable with already e… 49 …- doc: For loop with forUpdate as the only configured statement. Variable was created outside of t… 57 - doc: For loop with init and conditional statements configured. 65 - doc: For loop with init and forUpdate statements configured. 74 - doc: For loop with condition and forUpdate statements configured. Verify 'continue' statement. 83 - doc: For loop with all parameters configured. 91 - doc: For loop with multiple init options configured. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/ |
| D | escompat.rst | 18 .. rst-class:: doc-code-block 34 .. rst-class:: doc-code-block 50 .. rst-class:: doc-code-block 66 .. rst-class:: doc-code-block 86 .. rst-class:: doc-code-block 117 .. rst-class:: doc-code-block 129 .. rst-class:: doc-code-block 145 .. rst-class:: doc-code-block 161 .. rst-class:: doc-code-block 172 .. rst-class:: doc-code-block [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.subtype_to_supertype_conversions/ |
| D | subtype_to_supertype.params.yaml | 16 - doc: Example 1 23 - doc: Interface :> Class 30 - doc: Abstract class :> Class 37 - doc: Interface :> Interface :> Class, root interface 45 - doc: Interface :> Interface :> Class, intermediate interface 53 - doc: Abstract class :> Abstract class :> Class 61 - doc: Abstract class :> Abstract class :> Class 69 - doc: Interface :> Abstract class :> Class 77 - doc: Interface :> Abstract class :> Class 85 - doc: Union of interfaces :> Class [all …]
|
| D | subtype_to_supertype_neg.params.yaml | 16 - doc: Example 1, negative 23 - doc: Generic Base :> Derived, negative 30 - doc: Example 2, negative 34 - doc: String literal union
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/ |
| D | function_literal_type.params.yaml | 16 - doc: |- 28 doc: |- 35 - doc: |- 46 - doc: |- 61 doc: |- 68 - doc: |- 87 - doc: |- 108 doc: |- 117 - doc: |- 132 - doc: |- [all …]
|
| D | class_literal_type.params.yaml | 16 - doc: |- 30 - doc: |- 50 - doc: |- 81 doc: |- 91 doc: |- 105 doc: |- 114 - doc: |- 129 doc: |- 138 - doc: |- 156 doc: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/27.conditional-and_expression/ |
| D | conditional_and_boolean.params.yaml | 16 - doc: Conditional AND for 2x Boolean - true true 22 - doc: Conditional AND for 2x Boolean - true false 28 - doc: Conditional AND for 2x Boolean - false unknown 33 - doc: Conditional AND for 4x Boolean - true true true true 41 - doc: Conditional AND for 4x Boolean - true true true false 49 - doc: Conditional AND for 4x Boolean - true true false unknown 56 - doc: Conditional AND for 4x Boolean - true false unknown... 62 - doc: Conditional AND for 4x Boolean - false unknown...
|
| D | conditional_and_bool.params.yaml | 16 - doc: Conditional AND for 2x boolean - true true 22 - doc: Conditional AND for 2x boolean - true false 28 - doc: Conditional AND for 2x boolean - false unknown 33 - doc: Conditional AND for 4x boolean - true true true true 41 - doc: Conditional AND for 4x boolean - true true true false 49 - doc: Conditional AND for 4x boolean - true true false unknown 56 - doc: Conditional AND for 4x boolean - true false unknown... 62 - doc: Conditional AND for 4x boolean - false unknown...
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/28.conditional-or_expression/ |
| D | conditional_or_bool.params.yaml | 16 - doc: Conditional OR for 2x boolean - false false 22 - doc: Conditional OR for 2x boolean - false true 28 - doc: Conditional OR for 2x boolean - true unknown 33 - doc: Conditional OR for 4x boolean - false false false false 41 - doc: Conditional OR for 4x boolean - false false false true 49 - doc: Conditional OR for 4x boolean - false false true unknown 56 - doc: Conditional OR for 4x boolean - false true unknown... 62 - doc: Conditional OR for 4x boolean - true unknown...
|
| D | conditional_or_boolean.params.yaml | 16 - doc: Conditional OR for 2x Boolean - false false 22 - doc: Conditional OR for 2x Boolean - false true 28 - doc: Conditional OR for 2x Boolean - true unknown 33 - doc: Conditional OR for 4x Boolean - false false false false 41 - doc: Conditional OR for 4x Boolean - false false false true 49 - doc: Conditional OR for 4x Boolean - false false true unknown 56 - doc: Conditional OR for 4x Boolean - false true unknown... 62 - doc: Conditional OR for 4x Boolean - true unknown...
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/ |
| D | incorrect_parameter.params.yaml | 21 - { argument: "{i: 1, j: 1}", doc: "extra parameter" } 22 - { argument: "{j: false}", doc: "invalid parameter type" } 23 - { argument: "{j: \"some str\"}", doc: "invalid parameter type" } 24 - { argument: "{j: 1.8}", doc: "invalid parameter type" } 25 - { argument: "{i: 1.9}", doc: "invalid variable name" }
|
| D | static_partial_type.params.yaml | 25 doc: Static field is not a part of Partial<T> 36 doc: Static field is not a part of Partial<T> 72 doc: |- 91 doc: |- 103 doc: Static method is not a part of Partial<T>. 114 doc: Static method is not a part of Partial<T>.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/ |
| D | access_modifier_over.params.yaml | 17 - doc: Public member can be overridden and/or implemented by the public one. 26 - doc: Public member can be overridden and/or implemented by the public one. 35 - doc: Public member can be overridden and/or implemented by the public one. 44 - doc: Public member can be overridden and/or implemented by the public one. 51 - doc: Public member can be overridden and/or implemented by the public one. 58 - doc: Public member can be overridden and/or implemented by the public one. 65 - doc: Public member can be overridden and/or implemented by the public one. 72 - doc: Public member can be overridden and/or implemented by the public one. 79 - doc: Public member can be overridden and/or implemented by the public one. 87 - doc: Internal member can be overridden by the internal one only [all …]
|
| D | class_method_over_n3.params.yaml | 16 - doc: Override as number of type parameters is the same 48 …- doc: Override as type parameter of derived class function is contravariant to those used in base… 80 …- doc: Override as type parameter of derived class function is invariant to those used in base cla… 113 …- doc: Overload as type parameter of derived class function is covariant to those used in base cla… 146 - doc: Overload due to the different number of type parameters 179 - doc: |- 200 - doc: |- 221 - doc: |- 242 - doc: |- 264 - doc: |- [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/ |
| D | override_compatibility_class.params.yaml | 30 doc: Class/Interface type 42 doc: Class/Interface type 58 doc: Class/Interface type 77 doc: Class/Interface type 94 doc: Class/Interface type 108 doc: Class/Interface type 122 doc: Class/Interface type 148 doc: Class/Interface type 170 doc: Class/Interface type 187 doc: Class/Interface type [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/ |
| D | incorrect_parameter.params.yaml | 21 - { argument: "{i: 1.9, j: \"some str\"}", doc: "extra parameter" } 22 - { argument: "{j: false}", doc: "invalid parameter type" } 23 - { argument: "{j: \"some str\"}", doc: "invalid parameter type" } 24 - { argument: "{i: 1.9}", doc: "invalid variable name" }
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | pbc_2_ir_doc_gen.sh | 34 DOC=$PANDA_ROOT/docs/PBC2IR.md 39 [ -e "$DOC" ] && cp "$DOC" "$OLD_DOC" && rm "$DOC" 41 test "$DOC" 43 exec 1>"$DOC"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | TypeInterfaceTypeTest.ets | 34 doC(): Object; 45 override doC(): Object { 57 override doC(): Object { 105 test(findMethodByName(ict, "doC") != null, " doC method") + 121 test(findMethodByName(idt, "doC") != null, " doC method") +
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/03.subtyping_for_union_types/ |
| D | positive.params.yaml | 16 - doc: |- 24 - doc: |- 35 - doc: |- 41 - doc: |- 47 - doc: |-
|
| /arkcompiler/runtime_core/ |
| D | .gitignore | 25 static_core/plugins/ets/doc/.gitignore/out/ 26 static_core/plugins/ets/doc/.gitignore/build/ 27 static_core/plugins/ets/doc/.gitignore/rst~
|
| /arkcompiler/runtime_core/libabckit/ |
| D | README_zh.md | 7 - [如何构建与测试](doc/how_to_build_and_test_zh.md) 8 - [快速上手小册](doc/mini_cookbook_zh.md) 9 - [实现原理说明](doc/implementation_description_zh.md)
|
| D | README.md | 9 - [How to build and test](doc/how_to_build_and_test.md) 10 - [Cook Book](doc/mini_cookbook.md) 11 - [Implementation description](doc/implementation_description.md)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Segmenter.ets | 223 * @param doc The input text to segment 226 public segment(doc: string): Segments { 227 console.log("Segmentize", doc); 231 let result = this.segmentWith(doc, this._granularity) 235 segments[i] = TryToSegmentData(result[i], this._granularity, doc); 244 * @param doc The input text to segment 251 private segmentWith(doc: string, granularity: 'grapheme' | 'word' | 'sentence'): Cluster[] { 254 return Array.from<Cluster>(Segmenter.wordClusters(doc, this._locale)) 256 return Array.from<Cluster>(Segmenter.sentenceClusters(doc, this._locale)) 259 return Array.from<Cluster>(Segmenter.graphemeClusters(doc, this._locale))
|