Home
last modified time | relevance | path

Searched full:use (Results 1 – 25 of 11106) sorted by relevance

12345678910>>...445

/arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/
Dwide_sendable_lexical_env.ts4 * you may not use this file except in compliance with the License.
19 "use sendable";
26 "use sendable";
33 "use sendable";
40 "use sendable";
47 "use sendable";
54 "use sendable";
61 "use sendable";
68 "use sendable";
75 "use sendable";
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/
Dnull_and_undefined_equality.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
20 - use: |-
24 - use: |-
30 use: |-
36 use: |-
42 use: |-
48 use: |-
54 use: |-
60 use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/
Dincorrect_conversion_types.cpp4 * you may not use this file except in compliance with the License.
25 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
31 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
37 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
43 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
49 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
55 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
61 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
67 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
73 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/
Dconstr_args1.params.yaml3 # you may not use this file except in compliance with the License.
17 - use: |-
20 - use: |-
23 - use: |-
26 - use: |-
30 - use: |-
34 - use: |-
39 - use: |-
42 - use: |-
45 - use: |-
[all …]
Dinterface_args_neg.params.yaml3 # you may not use this file except in compliance with the License.
17 - use: |-
20 - use: |-
23 - use: |-
27 - use: |-
31 - use: |-
36 - use: |-
40 - use: |-
43 - use: |-
46 - use: |-
[all …]
Dclass_args.params.yaml3 # you may not use this file except in compliance with the License.
17 - use: |-
20 - use: |-
24 - use: |-
27 - use: |-
30 - use: |-
35 - use: |-
38 - use: |-
42 - use: |-
46 - use: |-
[all …]
Dclass_args_neg.params.yaml3 # you may not use this file except in compliance with the License.
17 - use: |-
21 - use: |-
25 - use: |-
28 - use: |-
31 - use: |-
35 - use: |-
39 - use: |-
43 - use: |-
46 - use: |-
[all …]
Dinterface_args.params.yaml3 # you may not use this file except in compliance with the License.
17 - use: |-
20 - use: |-
24 - use: |-
28 - use: |-
32 - use: |-
36 - use: |-
39 - use: |-
43 - use: |-
46 - use: |-
[all …]
Dconstr_args1_neg.params.yaml3 # you may not use this file except in compliance with the License.
17 - use: |-
20 - use: |-
23 - use: |-
26 - use: |-
30 - use: |-
35 - use: |-
38 - use: |-
43 - use: |-
46 - use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/05.never_type/
Dnever_class_instance_neg.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
19 - use: |-
23 - use: |-
26 - use: |-
29 - use: |-
32 - use: |-
35 - use: |-
38 - use: |-
42 - use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/12.union_types/
Dut_n.params.yaml3 # you may not use this file except in compliance with the License.
19 use: ''
23 use: ''
27 use: ''
33 use: |-
38 use: ''
42 use: ''
46 use: ''
51 use: ''
57 use: ''
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/
Dif2.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
22 - use: |-
28 - use: |-
35 - use: |-
42 - use: |-
49 - use: |-
58 - use: |-
70 - use: |-
78 - use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Dtest_class_methods.cpp4 * you may not use this file except in compliance with the License.
27 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
34 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
42 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
49 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
56 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
63 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
70 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
77 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
84 // NOLINTNEXTLINE(modernize-use-auto) in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Dconstructor_overload.params.yaml3 # you may not use this file except in compliance with the License.
18 use: |-
27 use: |-
36 use: |-
45 use: |-
51 use: |-
57 use: |-
63 use: |-
69 use: |-
76 use: |-
[all …]
Daccess_modifier_over.params.yaml3 # you may not use this file except in compliance with the License.
22 use: |-
31 use: |-
40 use: |-
50 use: |-
59 use: |-
68 use: |-
77 use: |-
86 use: |-
95 use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from-types_of_elements/
Darr_inf2.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
20 - use: |-
24 - use: |-
28 - use: |-
34 use: |-
38 - use: |-
54 use: |-
70 use: |-
73 - use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/
Dneg.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
20 - use: |-
24 - use: |-
28 - use: |-
32 - use: |-
36 - use: |-
40 - use: |-
44 - use: |-
48 - use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dscope.params.yaml3 # you may not use this file except in compliance with the License.
15 # use an alias defined in another unit
21 use: |-
29 use: |-
37 use: |-
41 # use an alias defined and exported as type from another unit
46 use: |-
54 use: |-
61 use: |-
65 # use an alias defined and exported from another unit
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/11.tuple_types/
Dtt_n.params.yaml3 # you may not use this file except in compliance with the License.
18 use: |-
22 - use: |-
26 - use: |-
35 use: |-
41 use: |-
47 use: |-
53 use: |-
57 - use: |-
61 - use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/04.literal_types/
Dfunction_literal_type.params.yaml3 # you may not use this file except in compliance with the License.
17 Use unexpected literal type as an argument for the function
22 use: |-
32 use: |-
36 Use literal type as an argument for the function
43 use: |-
54 use: |-
66 use: |-
80 use: |-
99 use: |-
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/
Dre_n.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
26 - use: |-
34 - use: |-
41 - use: |-
48 - use: |-
54 - use: |-
60 - use: |-
66 - use: |-
69 - use: |-
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule5.ts.json5 "you may not use this file except in compliance with the License.",
24 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
34 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
44 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
54 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
74 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
84 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
94 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
104 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
134 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)",
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstring_builder_optimizer.cpp4 * you may not use this file except in compliance with the License.
96 GateRef use = *it; in FindInBuilder() local
100 VisitGateUse(use); in FindInBuilder()
105 void StringBuilderOptimizer::VisitGateUse(GateRef use) in VisitGateUse() argument
107 Status useStatus = GetStatus(use); in VisitGateUse()
112 auto useOpCode = acc_.GetOpCode(use); in VisitGateUse()
113 if (useOpCode == OpCode::VALUE_SELECTOR && IsLoopHeader(use)) { in VisitGateUse()
118 UpdateStatus(use, State::IN_STRING_BUILDER); in VisitGateUse()
119 toVisit_.push_back(use); in VisitGateUse()
122 // if this use is string-add in VisitGateUse()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/
Dfor_of.params.yaml3 # you may not use this file except in compliance with the License.
16 - use: |-
21 - use: |-
26 - use: |-
31 - use: |-
35 - use: |-
44 - use: |-
50 - use: |-
55 - use: |-
60 - use: |-
[all …]
/arkcompiler/ets_runtime/test/sharedtest/sendable/
Dsendable.ts4 * you may not use this file except in compliance with the License.
20 'use sendable';
25 'use sendable';
39 'use sendable';
50 'use sendable';
55 'use sendable';
83 'use sendable';
102 'use sendable';
108 'use sendable';
124 'use sendable';
[all …]

12345678910>>...445