Home
last modified time | relevance | path

Searched full:same (Results 1 – 25 of 1557) sorted by relevance

12345678910>>...63

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/strings/
Dstring_compare_to.ets30 [ "A", "A", 0 ], // same str latin -> EQ
33 [ "A", "AAA", -1 ], // same prefix -> LT
34 [ "AAA", "A", 1 ], // same prefix ->GT
35 [ "AAA", "AAA", 0 ], // same 3c str -> EQ
36 [ "AAAA", "AAAA", 0 ], // same 4c str -> EQ
39 [ "AAAA", "AAAAA", -1 ], // same prefix 4c vs 5c -> LT
40 [ "AAAAA", "AAAA", 1 ], // same prefix 5c vs 4c -> GT
41 [ "AAAAX", "AAAAX", 0 ], // same 5c str -> EQ
42 [ "AAAAA", "AAAAX", -1], // same 5c str -> LT
43 [ "AAAAX", "AAAAA", 1 ], // same 5c str -> EQ
[all …]
/arkcompiler/ets_frontend/arkguard/src/configs/ingoreFilenameList/
DingoreTest262List.json416 …"language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-…
417 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier-initializer.js",
418 "language/expressions/class/elements/after-same-line-gen-rs-private-getter-alt.js",
419 "language/expressions/class/elements/after-same-line-gen-rs-private-method-alt.js",
420 "language/expressions/class/elements/after-same-line-gen-rs-private-setter.js",
421 "language/expressions/class/elements/after-same-line-gen-rs-private-setter-alt.js",
422 "language/expressions/class/elements/after-same-line-gen-rs-private-method.js",
423 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier.js",
424 "language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier.js",
425 …"language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier-initializer.js",
[all …]
/arkcompiler/ets_frontend/test262/
Des2022_tests.txt211 language/expressions/class/elements/after-same-line-method-rs-field-identifier.js
214 language/expressions/class/elements/after-same-line-static-async-gen-computed-names.js
216 language/expressions/class/elements/same-line-async-gen-rs-field-identifier-initializer.js
226 language/expressions/class/elements/after-same-line-method-computed-names.js
227 language/expressions/class/elements/same-line-async-gen-literal-names-asi.js
228 language/expressions/class/elements/after-same-line-static-async-gen-literal-names.js
231 language/expressions/class/elements/same-line-async-method-literal-names-asi.js
234 language/expressions/class/elements/after-same-line-static-async-gen-rs-field-identifier.js
235 language/expressions/class/elements/after-same-line-method-literal-names-asi.js
237 language/expressions/class/elements/after-same-line-static-method-literal-names.js
[all …]
Dtest-list-test262-other-fastverify-qemu-aot-pgo-language-expressions-class-part1.txt478 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-computed-names.js
479 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-grammar-privatenam…
480 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-computed-symbol-na…
481 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-literal-names.js
482 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-literal-names-asi.…
483 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-method-get…
484 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-field-usag…
485 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-method-usa…
486 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-private-names.js
487 test262/data/other_tests/language/expressions/class/elements/after-same-line-gen-rs-field-identifie…
[all …]
Dtest-list-test262-other-fastverify-qemu-aot-pgo-language-statements-class-part2.txt515 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-computed-names.js
517 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-literal-names-asi.js
518 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-grammar-privatename…
519 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-computed-symbol-nam…
520 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-literal-names.js
521 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-method-usag…
522 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-method-gett…
523 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-field-usage…
524 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-private-names.js
525 test262/data/other_tests/language/statements/class/elements/after-same-line-gen-rs-field-identifier…
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/print_unobfuscation/unobfuscation_source/
Dunobfudcation_source_expected_unobf.txt3 "sdk": "same as the system api names",
4 "lang": "same as the language keywords",
5 "conf": "same as the user-configured kept name",
6 "struct": "same as the ArkUI struct property",
7 "strProp": "same as the string property",
8 "exported": "same as the exported names and properties",
9 "enum": "same as the members in the enum"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/
DGetHashTest.ets35 suite.addTest("Get the hash value of same Class object", testUtilGetHash010)
36 suite.addTest("Get the hash value of same RegExp object", testUtilGetHash011)
48 assertEQ(result1, result2, "The same object should have the same hash code");
55 assertEQ(result1, result2, "The same object should have the same hash code");
72 assertEQ(result1, result2, "The same object should have the same hash code");
79 assertEQ(result1, result2, "The same object should have the same hash code");
86 assertEQ(result1, result2, "The same object should have the same hash code");
93 assertEQ(result1, result2, "The same object should have the same hash code");
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/FixedArray/
DunionCommonMember_neg.ets54 /* @@@ label1 Error TypeError: Member type must be the same for all union objects. */
55 /* @@@ label2 Error TypeError: Member type must be the same for all union objects. */
56 /* @@@ label3 Error TypeError: Member type must be the same for all union objects. */
57 /* @@@ label4 Error TypeError: Member type must be the same for all union objects. */
58 /* @@@ label5 Error TypeError: Member type must be the same for all union objects. */
59 /* @@@ label6 Error TypeError: Member type must be the same for all union objects. */
60 /* @@@ label7 Error TypeError: Member type must be the same for all union objects. */
61 /* @@@ label8 Error TypeError: Member type must be the same for all union objects. */
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DunionCommonMember_neg.ets54 /* @@@ label1 Error TypeError: Member type must be the same for all union objects. */
55 /* @@@ label2 Error TypeError: Member type must be the same for all union objects. */
56 /* @@@ label3 Error TypeError: Member type must be the same for all union objects. */
57 /* @@@ label4 Error TypeError: Member type must be the same for all union objects. */
58 /* @@@ label5 Error TypeError: Member type must be the same for all union objects. */
59 /* @@@ label6 Error TypeError: Member type must be the same for all union objects. */
60 /* @@@ label7 Error TypeError: Member type must be the same for all union objects. */
61 /* @@@ label8 Error TypeError: Member type must be the same for all union objects. */
DMultiPropertyWithSameName.ets37 /* @@? 22:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
38 /* @@? 27:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
39 /* @@? 28:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
40 /* @@? 33:5 Error TypeError: An object literal cannot have multiple properties with the same name. …
Dunion_generic_class_neg.ets45 /* @@? 38:14 Error TypeError: Member type must be the same for all union objects. */
46 /* @@? 39:14 Error TypeError: Member type must be the same for all union objects. */
47 /* @@? 41:14 Error TypeError: Member type must be the same for all union objects. */
48 /* @@? 42:14 Error TypeError: Member type must be the same for all union objects. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_sync_primitives_test.cpp91 // Check both EtsMutex and ark::Class<Mutex> has the same number of fields
92 // and at the same offsets
99 // Check both EtsMutex and ark::Class<Mutex> has the same number of fields
100 // and at the same offsets
107 // Check both EtsEvent and ark::Class<Event> has the same number of fields
108 // and at the same offsets
115 // Check both EtsCondVar and ark::Class<CondVar> has the same number of fields
116 // and at the same offsets
123 // Check both EtsQueueSpinlock and ark::Class<QueueSpinlock> has the same number of fields
124 // and at the same offsets
/arkcompiler/runtime_core/static_core/tests/test-lists/test262/
Dtest262-ignored-JIT-REPEATS.txt419 language/expressions/class/elements/after-same-line-gen-computed-names.js
420 language/expressions/class/elements/after-same-line-gen-computed-symbol-names.js
421 language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-st…
422 language/expressions/class/elements/after-same-line-gen-literal-names.js
423 language/expressions/class/elements/after-same-line-gen-literal-names-asi.js
424 language/expressions/class/elements/after-same-line-gen-private-field-usage.js
425 language/expressions/class/elements/after-same-line-gen-private-method-getter-usage.js
426 language/expressions/class/elements/after-same-line-gen-private-method-usage.js
427 language/expressions/class/elements/after-same-line-gen-private-names.js
428 language/expressions/class/elements/after-same-line-gen-rs-field-identifier.js
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/
Dimplements_same_interface_with_diferent_parameters.ets17 desc: Implement interface with same parameters.
18same time be a subtype of two interface types which are different parameterizations of the same ge…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/
Ddist.ets19 Declarations with the same name are distinguishable by signatures if:
20 - They are functions with the same name, but their signatures are not override-equivalent.
21 - They are methods with the same name, but their signatures are not override-equivalent.
22 - They are constructors of the same class, but their signatures are not override-equivalent.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/
Doverride_compatible_signature.params.yaml67 # same arguments 3:3
79 # same type parameters number
91 # same type parameters number, same parameters in override
103 # same type parameters number, same parameters in prototype 1
115 # same type parameters number, same parameters in prototype 2
127 # same type parameters number, different parameters
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/
DextensionAccessorNameDuplicatedWithInterfaceInstanceField.ets32 /* @@@ label1 Error TypeError: The extension accessor 'name' has the same name with method in class…
33 /* @@@ label1 Error TypeError: The extension accessor 'name' has the same name with method in class…
34 /* @@@ label2 Error TypeError: The extension accessor 'name' has the same name with method in class…
35 /* @@@ label2 Error TypeError: The extension accessor 'name' has the same name with method in class…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/
Doperations_on_literal_types2.ets23 type VER = "top" | "middle" | "bottom"| "same";
24 type HOR = "left" | "center" | "right"| "same";
25 let s: string[] = ["left", "top", "center", "same", "bottom", "middle", "right"]
28 let i: (VER|HOR)[] = ["left", "top", "center", "same", "bottom", "middle", "right"]
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt3 …rification of method put under lock to exclude double verification at the same time, or make verif…
4 …(? is writing to the field at the same time from different thread same value needs to be synced, m…
20 - done Introduce the same mechanism in checkcast
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Denum32.ets21 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
22 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
23 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
24 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
Denum_default_invalid_value_type.ets30 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
31 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
32 …s can be initialized only by compile-time expressions and initializers must be of the same type. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DDeepCopyTest.ets65 assertTrue(obj !== objCopy, "cloned object is the same as source object")
80 assertTrue(obj !== objCopy, "cloned object is the same as source object")
91 assertTrue(obj === objCopy, "returned object should be same as the source object")
106 assertTrue(obj !== objCopy, "cloned object is the same as source")
108 assertTrue(obj.next !== objCopy!.next, "one level nested object is the same as source")
148 assertTrue(objs !== objsCopy, "cloned array is the same as source array")
161 assertTrue(fnBox !== fnBoxCopy, "cloned object is the same as source object")
163 assertEQ(fnBox.fn!(), fnBoxCopy!.fn!(), "not the same results")
175 assertTrue(set !== setCopy, "cloned set is the same as source set")
176 assertEQ(set.size, setCopy!.size, "cloned set size is not the same as source set size")
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe102.md1 # Interface can not extend interfaces with the same method
3 Rule ``arkts-no-extend-same-prop``
7 In TypeScript, an interface that extends two other interfaces with the same method
10 signatures that are not distinguishable, e.g., two methods that have the same
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Disinstance.yaml31 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou…
32 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…
163 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou…
164 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…
179 # O and T are of the same type, std object
185 # O and T are of the same type, custom object
191 # O and T are of the same type, string
196 # O and T are of the same type, type
225 # O and T are of the same type, both arrays, std object
233 # O and T are of the same type, both arrays, custom object
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/01.function_overloading/
Dfn_overloading_n.ets19 If two functions declared in the same declaration space
20 have the same name but different signatures that are not
22 params: same-signature functions

12345678910>>...63