Home
last modified time | relevance | path

Searched full:with (Results 1 – 25 of 10235) sorted by relevance

12345678910>>...410

/arkcompiler/ets_runtime/test/sharedtest/check/
Dexpect_output.txt3 # you may not use this file except in compliance with the License.
20 Success update propString to null with stobjbyname
21 Success update subClassPropSendable to null with stobjbyname
22 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi…
23 Fail to update propBool to null with stobjbyname. err: TypeError: Cannot set sendable property with
24 Fail to update propBigInt1 to null with stobjbyname. err: TypeError: Cannot set sendable property w…
25 Fail to update propBigInt2 to null with stobjbyname. err: TypeError: Cannot set sendable property w…
26 Success update propStringOrNull to null with stobjbyname
27 Success update propNumberOrNull to null with stobjbyname
28 Success update propBoolOrNull to null with stobjbyname
[all …]
Dsharedcheck.ts4 * you may not use this file except in compliance with the License.
27 * you may not use this file except in compliance with the License.
157 print("Success to extend prop with defineProperty")
159 print("Fail to extend prop with defineProperty. err: " + error);
164 print("Success extend prop1 with defineProperty")
166 print("Fail to extend prop1 with defineProperty. err: " + error)
171 print("Success extend prop2 with defineProperties")
173 print("Fail to extend prop2 with defineProperties. err: " + error)
178 print("Success extend prop3 with stobjbyname")
180 print("Fail to extend prop3 with stobjbyname. err: " + error)
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h4 * you may not use this file except in compliance with the License.
33 // Atomic with release order reason: data race with hooks_ in SetHooks()
60 // Atomic with acquire order reason: data race with hooks_ in Breakpoint()
65 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in Breakpoint()
72 // Atomic with acquire order reason: data race with hooks_ in LoadModule()
77 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in LoadModule()
84 // Atomic with acquire order reason: data race with hooks_ in Paused()
89 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in Paused()
98 // Atomic with acquire order reason: data race with hooks_ in Exception()
103 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in Exception()
[all …]
Ddebug_inf.cpp4 * you may not use this file except in compliance with the License.
101 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in Lock()
110 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in UnLock()
119 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl()
127 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in AddCodeMetaInfoImpl()
138 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl()
158 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in DelCodeMetaInfoImpl()
162 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in DelCodeMetaInfoImpl()
166 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in DelCodeMetaInfoImpl()
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_004/
Dexpect_output.txt3 # you may not use this file except in compliance with the License.
15 function with one arg: 1
16 function with two args: 1, 2
17 function with three args: 1, 2, 3
18 function with four args: 1, 2, 3, 4
19 class function with args.
20 class function with one arg: 1
21 class function with two args: 1, 2
22 class function with three args: 1, 2, 3
23 class function with four args: 1, 2, 3, 4
[all …]
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dnon-const-lambda-with-scopes-expected.txt15 "program": "non-const-lambda-with-scopes.ets"
20 "program": "non-const-lambda-with-scopes.ets"
124 "program": "non-const-lambda-with-scopes.ets"
129 "program": "non-const-lambda-with-scopes.ets"
143 "program": "non-const-lambda-with-scopes.ets"
148 "program": "non-const-lambda-with-scopes.ets"
169 "program": "non-const-lambda-with-scopes.ets"
174 "program": "non-const-lambda-with-scopes.ets"
198 "program": "non-const-lambda-with-scopes.ets"
203 "program": "non-const-lambda-with-scopes.ets"
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dbase_mem_stats.cpp4 * you may not use this file except in compliance with the License.
33 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordAllocate()
41 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordMoved()
57 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordFree()
64 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
71 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
82 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap()
96 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap()
112 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
117 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
[all …]
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp4 * you may not use this file except in compliance with the License.
32 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordAllocate()
40 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordMoved()
56 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordFree()
63 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
70 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
81 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap()
95 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap()
111 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
116 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h4 * you may not use this file except in compliance with the License.
179 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in Method()
192 …// Atomic with relaxed order reason: data race with native_pointer_ with no synchronization or ord… in Method()
196 …// Atomic with release order reason: data race with compiled_entry_point_ with dependecies on writ… in Method()
373 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint()
380 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint()
387 …// Atomic with release order reason: data race with compiled_entry_point_ with dependecies on writ… in SetCompiledEntryPoint()
408 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompilationStatus()
421 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in SetCompilationStatus()
425 …// Atomic with release order reason: data race with access_flags_ with dependecies on writes befor… in SetCompilationStatus()
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.cpp4 * you may not use this file except in compliance with the License.
39 …// Atomic with acq_rel order reason: data race with humongous_objects_allocated_ with dependecies … in RecordAllocateObjects()
43 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordAllocateObjects()
56 …// Atomic with acq_rel order reason: data race with last_young_objects_moved_bytes_ with dependeci… in RecordYoungMovedObjects()
59 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordYoungMovedObjects()
72 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordTenuredMovedObjects()
90 …// Atomic with acq_rel order reason: data race with humongous_objects_freed_ with dependecies on r… in RecordFreeObjects()
94 …// Atomic with acq_rel order reason: data race with objects_freed_ with dependecies on reads after… in RecordFreeObjects()
119 …// Atomic with acquire order reason: data race with objects_allocated_ with dependecies on reads a… in GetTotalObjectsAllocated()
127 …// Atomic with acquire order reason: data race with objects_freed_ with dependecies on reads after… in GetTotalObjectsFreed()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/
Dassignment_of_arrays_with_union_types.params.yaml3 # you may not use this file except in compliance with the License.
18 desc: Test an array with a union type of number and string.
22 desc: Test an array with a union type of boolean and number.
26 desc: Test an array with a union type of string and boolean.
30 desc: Test an array with a union type of number, string, and boolean.
34 desc: Test an array with a union type of an enum type and number.
44 desc: Test an array with a union type of an enum type and string.
54 desc: Test an array with a union type of an enum type and boolean.
64 desc: Test an array with a union type of an enum type, number, and string.
75 desc: Test an array with a union type of a string array and a boolean array.
[all …]
/arkcompiler/runtime_core/taihe/test/ani_bundle/user/
Dmain.ets4 * you may not use this file except in compliance with the License.
690 assertEQ(info, "this is moduleinfo with name");
697 assertEQ(info, "this is moduleinfo with moduleSourceDir");
1123 suite.addTest("test bundle abilityInfo with bundleName", test_abilityinfo_with_bundleName)
1124 suite.addTest("test bundle abilityInfo with name", test_abilityinfo_with_name)
1125 suite.addTest("test bundle abilityInfo with label", test_abilityinfo_with_label)
1126 suite.addTest("test bundle abilityInfo with description", test_abilityinfo_with_description)
1127 suite.addTest("test bundle abilityInfo with icon", test_abilityinfo_with_icon)
1128 suite.addTest("test bundle abilityInfo with labelId", test_abilityinfo_with_labelId)
1129 suite.addTest("test bundle abilityInfo with descriptionId", test_abilityinfo_with_descriptionId)
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa.h4 * you may not use this file except in compliance with the License.
70 …* @brief Creates instruction with opcode LOAD_STRING. This instruction loads the string `string` i…
77 …* @brief Creates instruction with opcode SUB2. This instruction computes the binary operation `inp…
153 * @brief Creates instruction with opcode LDNAN. This instruction loads the `nan` into `acc`.
159 …* @brief Creates instruction with opcode LDINFINITY. This instruction loads the `infinity` into `a…
165 …* @brief Creates instruction with opcode LDUNDEFINED. This instruction loads the `undefined` into …
171 * @brief Creates instruction with opcode LDNULL. This instruction loads the `null` into `acc`.
177 …* @brief Creates instruction with opcode LDSYMBOL. This instruction loads the object `Symbol` in `…
183 …* @brief Creates instruction with opcode LDGLOBAL. This instruction loads the object `global` into…
189 * @brief Creates instruction with opcode LDTRUE. This instruction loads `true` into `acc`.
[all …]
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h4 * you may not use this file except in compliance with the License.
57 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in UpdateInlineCaches()
77 …// Atomic with release order reason: data race with classes_ with dependecies on writes before the… in UpdateInlineCaches()
84 …// Atomic with acquire order reason: data race with bytecode_pc_ with dependecies on reads after t… in GetBytecodePc()
91 …// Atomic with release order reason: data race with bytecode_pc_ with dependecies on writes before… in SetBytecodePc()
101 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in GetClassesCopy()
117 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in GetClassesCount()
131 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in IsMegamorphic()
155 // Atomic with relaxed order reason: data race with pc_
157 // Atomic with relaxed order reason: data race with taken_counter_
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/create_array_using_generic_types/
Dcreate_array_using_generic_types.params.yaml3 # you may not use this file except in compliance with the License.
14 --- # Instantiated array T[] with types.
18 desc: Instantiated array T[] with number type.
23 desc: Instantiated array T[] with binary number type.
28 desc: Instantiated array T[] with octal number type.
33 desc: Instantiated array T[] with hexadecimal number type.
38 desc: Instantiated array T[] with literal type.
43 desc: Instantiated array T[] with string type.
48 desc: Instantiated array T[] with byte type.
53 desc: Instantiated array T[] with short type.
[all …]
Dcreate_array_using_generic_types_new.params.yaml3 # you may not use this file except in compliance with the License.
14 --- # Instantiate built-in generic arrays(Array<T>) with types.
18 desc: Instantiate built-in generic arrays(Array<T>) with number types.
23 desc: Instantiate built-in generic arrays(Array<T>) with binary number types.
28 desc: Instantiate built-in generic arrays(Array<T>) with octal number types.
33 desc: Instantiate built-in generic arrays(Array<T>) with hexadecimal number types.
38 desc: Instantiate built-in generic arrays(Array<T>) with literal type.
43 desc: Instantiate built-in generic arrays(Array<T>) with string types.
48 desc: Instantiate built-in generic arrays(Array<T>) with union types.
53 desc: Instantiate built-in generic arrays(Array<T>) with int types.
[all …]
/arkcompiler/ets_runtime/test/moduletest/arraywith/
Darraywith.js4 * you may not use this file except in compliance with the License.
18 * @tc.desc:test Array.with
25 const arr1 = arr0.with(0, 0);
32 const arr3 = arr2.with(0, 0);
38 var result1 = arr4.with(4, 100);
40 var result2 = arr5.with(4, 100);
44 // testCase1: use only one parameter in Array.prototype.with()
47 const caseOneArr2 = caseOneArr1.with(2);
52 const caseTwoArray2 = caseTwoArray1.with(2, "three");
57 const caseThreeArray2 = caseThreeArray1.with(0, 1);
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp4 * you may not use this file except in compliance with the License.
25 // Atomic with acquire order reason: to sync with push in other threads in Push()
28 // Atomic with acquire order reason: to sync with push in other threads in Push()
30 // Atomic with acquire order reason: to sync with push in other threads in Push()
52 // Atomic with acquire order reason: to sync with push in other threads in Pop()
54 // Atomic with acquire order reason: to sync with push in other threads in Pop()
56 // Atomic with acquire order reason: to sync with push in other threads in Pop()
58 // Atomic with acquire order reason: to sync with push in other threads in Pop()
85 // Atomic with acquire order reason: to sync with push in other threads in FindValue()
87 // Atomic with acquire order reason: to sync with push in other threads in FindValue()
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dthread_pool_worker_task-sequence.plantuml6 "Task Manager" -> "GC Queue(ArkTS)" : request for X tasks in accordance with current distribution
7 "Task Manager" -> "GC Queue(Dynamic VM)" : request for Y tasks in accordance with current distribut…
8 "Task Manager" -> "JIT Queue" : request for Z tasks in accordance with current distribution
9 "Task Manager" -> "Worker 1" : provide tasks in accordance with current distribution
11 "Task Manager" -> "GC Queue(ArkTS)" : request for X tasks in accordance with current distribution
12 "Task Manager" -> "GC Queue(Dynamic VM)" : request for Y tasks in accordance with current distribut…
13 "Task Manager" -> "JIT Queue" : request for Z tasks in accordance with current distribution
14 "Task Manager" -> "Worker 2" : provide tasks in accordance with current distribution
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DGoodRadixTest.ets4 * you may not use this file except in compliance with the License.
18 …t(checkGoodRadix(Double.POSITIVE_INFINITY, 2, "Infinity"), "Check Positive Infinity with radix 2");
19 …(checkGoodRadix(Double.NEGATIVE_INFINITY, 2, "-Infinity"), "Check Negatibe Infinity with radix 2");
20 failures += test(checkGoodRadix(Double.NaN, 2, "NaN"), "Check Nan with radix 2");
22 …t(checkGoodRadix(Double.POSITIVE_INFINITY, 8, "Infinity"), "Check Positive Infinity with radix 8");
23 …(checkGoodRadix(Double.NEGATIVE_INFINITY, 8, "-Infinity"), "Check Negatibe Infinity with radix 8");
24 failures += test(checkGoodRadix(Double.NaN, 8, "NaN"), "Check Nan with radix 8");
26 …checkGoodRadix(Double.POSITIVE_INFINITY, 10, "Infinity"), "Check Positive Infinity with radix 10");
27 …heckGoodRadix(Double.NEGATIVE_INFINITY, 10, "-Infinity"), "Check Negatibe Infinity with radix 10");
28 failures += test(checkGoodRadix(Double.NaN, 10, "NaN"), "Check Nan with radix 10");
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Ddeclare_class_bad_5.ets4 * you may not use this file except in compliance with the License.
53 /* @@? 17:3 Error SyntaxError: Methods or fields should not be decorated with private in ambient cl…
54 /* @@? 18:3 Error SyntaxError: Methods or fields should not be decorated with internal in ambient c…
55 /* @@? 19:3 Error SyntaxError: Methods or fields should not be decorated with private in ambient cl…
56 /* @@? 20:3 Error SyntaxError: Methods or fields should not be decorated with internal in ambient c…
57 /* @@? 21:3 Error SyntaxError: Methods or fields should not be decorated with private in ambient cl…
58 /* @@? 22:3 Error SyntaxError: Methods or fields should not be decorated with internal in ambient c…
59 /* @@? 23:3 Error SyntaxError: Methods or fields should not be decorated with private in ambient cl…
60 /* @@? 24:3 Error SyntaxError: Methods or fields should not be decorated with internal in ambient c…
61 /* @@? 38:3 Error SyntaxError: Methods or fields should not be decorated with private in ambient cl…
[all …]
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Dgen_common.py5 # you may not use this file except in compliance with the License.
63 with CHeaderWriter(
102 with CHeaderWriter(
108 with enum_cpp_decl_target.indented(
116 with enum_cpp_decl_target.indented(
124 with enum_cpp_decl_target.indented(
134 with enum_cpp_decl_target.indented(
148 with CHeaderWriter(
180 with enum_cpp_defn_target.indented(
187 with enum_cpp_defn_target.indented(
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/
Dfor_loop_parameters.params.yaml3 # you may not use this file except in compliance with the License.
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.
100 - doc: For loop with multiple forUpdate options configured.
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixTitles.ts4 * you may not use this file except in compliance with the License.
18 [1, 'Replace property name with identifier'],
19 [3, 'Replace with \'private\' modifier'],
20 [5, 'Replace with let'],
22 [25, 'Replace with field declaration'],
23 [29, 'Replace with dot notation'],
25 [37, 'Replace with \'new Regexp()\' stdlib API call'],
27 [40, 'Replace with interface'],
42 [193, 'Replace with arrow function'],
47 [254, '"@Extend" transform to function with receiver'],
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker_macros.h4 * you may not use this file except in compliance with the License.
20 // CC-OFFNXT(G.PRE.02) should be with define
23 // CC-OFFNXT(G.PRE.02) should be with define
27 // CC-OFFNXT(G.PRE.02) should be with define
30 // CC-OFFNXT(G.PRE.02) should be with define
33 // CC-OFFNXT(G.PRE.02) should be with define
45 // CC-OFFNXT(G.PRE.02) should be with define
49 // CC-OFFNXT(G.PRE.02) should be with define
55 // CC-OFFNXT(G.PRE.02) should be with define
62 // CC-OFFNXT(G.PRE.02) should be with define
[all …]

12345678910>>...410