Home
last modified time | relevance | path

Searched full:arrays (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arrays/
Darrays_static.cpp80 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide.… in TEST_F()
84 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide.abc", in TEST_F()
85 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide_modified.abc", "store_element", in TEST_F()
101 …output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide_modif… in TEST_F()
109 … auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F()
113 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F()
114 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_modified_neg.abc", "store_element", in TEST_F()
135 … auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F()
139 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F()
140 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_modified.abc", "store_element", in TEST_F()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dfunction_spread_arg.ts.json54 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
114 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
Dpartial_type.ts.json34 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
44 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
Ddestructuring_for_loop.sts25 const arrays = [
30 for (const [q, w] of arrays) {
40 for ([x, y] of arrays) {
Ddestructuring_assignments.ts.json94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
144 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
234 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
264 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
294 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
404 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
424 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
Ddestructuring_assignments.ts.autofix.json106 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
168 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
318 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
348 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
378 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
512 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
532 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
Dobject_spread.ts.json44 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
Dobject_spread.ts.autofix.json56 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/arrays/
Dcreate_array_dynamic.cpp41 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dy… in TEST_F()
46 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic.abc", in TEST_F()
47 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic_modified.abc", "test", in TEST_F()
74 …output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic… in TEST_F()
82 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dy… in TEST_F()
87 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic.abc", in TEST_F()
88 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic_modified.abc", "test", in TEST_F()
120 …output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic… in TEST_F()
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule99.ts.json24 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
54 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
Drule69.ts.json74 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Disinstance.yaml53 …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…
330 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root
393 # O and T are of the same type, both arrays, std object
401 # O and T are of the same type, both arrays, custom object
409 # O and T are of the same type, both arrays, string
418 # O is a subtype of T, both arrays, std object
426 # O is a subtype of T, both arrays, custom object
455 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root
544 # O and T are of the same type, both arrays, std object
552 # O and T are of the same type, both arrays, custom object
[all …]
/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…
163 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root
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
241 # O and T are of the same type, both arrays, string
250 # O is a subtype of T, both arrays, std object
258 # O is a subtype of T, both arrays, custom object
286 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root
336 # O and T are of unrelated types, both arrays, std object
344 # O and T are of unrelated types, both arrays, custom object
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/
DannotationDecl_bad_type.sts24 …: Invalid annotation field type. Only numeric, boolean, string, enum, or arrays of these types are…
25 …: Invalid annotation field type. Only numeric, boolean, string, enum, or arrays of these types are…
26 …: Invalid annotation field type. Only numeric, boolean, string, enum, or arrays of these types are…
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe99.md1 # It is possible to spread only arrays or classes derived from arrays into the rest parameter or a…
9 Otherwise, manually "unpack" data from arrays and objects, where necessary.
10 All typed arrays from the standard library (for example, ``Int32Array``)
Drecipe80.md10 cannot change at runtime. For arrays, iterate with the regular ``for`` loop.
39 - Recipe 082: ``for-of`` is supported only for arrays, strings, sets, maps and classes derived fro…
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/arrays/
Darray_modify_test.cpp43 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starra… in TEST_F()
49 ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starrayspread.abc", in TEST_F()
50 …ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starrayspread_modified.abc", "starrayspread.fun… in TEST_F()
61 …output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starrayspre… in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DReadonlyArrayTest.sts16 class Arrays {
42 return Arrays.equals(leftReadOnly, rightReadOnly);
101 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
115 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
133 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
149 const testArray: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
163 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
166 if (!Arrays.equals(res, arr)) return RESULT_FAILURE;
193 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
207 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY);
[all …]
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dproperty.h24 static const char ARK_DFX_PROP[] = "ark.dfx.options"; // NOLINT(modernize-avoid-c-arrays)
25 static const char ARK_TRACE_PROP[] = "ark.trace.enable"; // NOLINT(modernize-avoid-c-arrays)
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dproperty.h26 static const char ARK_DFX_PROP[] = "ark.dfx.options"; // NOLINT(modernize-avoid-c-arrays)
27 static const char ARK_TRACE_PROP[] = "ark.trace.enable"; // NOLINT(modernize-avoid-c-arrays)
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_smart_pointers.h44 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
48 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
50 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
56 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_utils.h25 // NOLINTBEGIN(modernize-avoid-c-arrays)
27 // NOLINTEND(modernize-avoid-c-arrays)
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.h26 constexpr char DEFAULT_EMPTY_STACK_TRACE[] = "stack is empty"; // NOLINT (modernize-avoid-c-arrays)
27 constexpr char INTRINSIC_METHOD_NAME[] = "Intrinsic method"; // NOLINT (modernize-avoid-c-arrays)
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbitmap_page_alignment_test.cpp30 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()
40 // NOLINTBEGIN(modernize-avoid-c-arrays) in TEST_F()
43 // NOLINTEND(modernize-avoid-c-arrays) in TEST_F()
Dinternal_allocator_test.cpp110 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()
152 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()
177 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()
194 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()
225 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()

12345678910>>...14