Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 2516) sorted by relevance

12345678910>>...101

/arkcompiler/ets_runtime/test/aottest/starrayspread/
Dstarrayspread.ts25 var copy = [...arr];
27 print(copy[1])
28 print(copy.length);
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DreadonlyFloat32ArrayAssignableWithFloat32Array.ts22 const c = copy(b);
24 AssertType(copy(b), "Float32Array");
25 AssertType(copy, "(Float32Array) => Float32Array");
50 function copy(a: Float32Array) { function
/arkcompiler/toolchain/build/third_party_gn/musl/
DBUILD.gn4 # You may obtain a copy of the License at
165 # Generate a copy target for each file
167 copy("copy_uapi_${file}") {
182 …# Generate a copy target for each file in scsi dir to avoid being influenced by musl_copy_inc_scsi…
184 copy("copy_uapi_scsi_${file}") {
192 copy("copy_uapi_asm") {
216 copy("musl_copy_inc_hook_file") {
221 copy("musl_copy_inc_bits") {
232 copy("musl_copy_inc_fortify") {
243 copy("musl_copy_inc_root") {
[all …]
/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp74 std::copy(values.begin() + 5, values.end(), std::back_inserter(vector)); in TestVectorGrow()
100 std::copy(values.begin(), values.begin() + 4, std::back_inserter(vector)); in TestVectorIteration()
130 std::copy(values.begin() + 4, values.end(), std::back_inserter(vector)); in TestVectorIteration()
329 std::copy(values.begin(), values.end(), std::back_inserter(vector1)); in TEST_F()
344 std::copy(values.begin(), values.end(), std::back_inserter(vector2)); in TEST_F()
358 std::copy(values.begin(), values.end(), std::back_inserter(vector1)); in TEST_F()
373 std::copy(values.begin(), values.end(), std::back_inserter(vector2)); in TEST_F()
388 std::copy(values.begin(), values.end(), std::back_inserter(vector1)); in TEST_F()
399 std::copy(values.begin(), values.begin() + 2, std::back_inserter(vector1)); in TEST_F()
410 std::copy(values.begin(), values.end(), std::back_inserter(vector1)); in TEST_F()
[all …]
Dbit_vector_test.cpp104 std::copy(values.begin(), values.end(), std::back_inserter(vec1));
106 std::copy(values.begin(), values.end(), std::back_inserter(vec2));
244 std::copy(values.begin(), values.end(), std::back_inserter(vector)); in TestModification()
269 std::copy(values.begin(), values.end(), std::back_inserter(vector)); in TestModification()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlater_elimination.cpp125 DependChains* copy = new (chunk_) DependChains(chunk_); in TryEliminateDependSelector() local
126 copy->CopyFrom(dependChain); in TryEliminateDependSelector()
130 copy->Merge(tempChain); in TryEliminateDependSelector()
132 return UpdateDependChain(gate, copy); in TryEliminateDependSelector()
Drange_guard.cpp80 DependChains* copy = new (chunk_) DependChains(chunk_); in TraverseDependSelector() local
81 copy->CopyFrom(dependChain); in TraverseDependSelector()
85 copy->Merge(tempChain); in TraverseDependSelector()
87 return UpdateDependChain(gate, copy); in TraverseDependSelector()
Dloop_peeling.cpp38 GateRef copy = GetCopy(gate); in Peel() local
44 acc_.NewIn(copy, i, copyIn); in Peel()
46 acc_.NewIn(copy, i, in); in Peel()
/arkcompiler/runtime_core/templates/events/
Devents.h.erb5 * You may obtain a copy of the License at
32 … std::copy(class_name.begin(), class_name.begin() + std::min(class_name.size(), BUF_SIZE - 1) + 1,
34 …std::copy(method_name.begin(), method_name.begin() + std::min(method_name.size(), BUF_SIZE - 1) + …
/arkcompiler/runtime_core/gn/build/
Dohos.gni4 # You may obtain a copy of the License at
81 copy("${target_name}") {
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Drun.py33 old_env = os.environ.copy()
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity4 ' You may obtain a copy of the License at
31 :Compact: copy marked/alive objects to the old regions(create new if required)
/arkcompiler/toolchain/build/
Dtest.gni4 # You may obtain a copy of the License at
30 # copy fuzz config file
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-02.pa4 # You may obtain a copy of the License at
15 # containing exact copy of ISA specification assertions relevant to this test.
Darrays-03.pa4 # You may obtain a copy of the License at
15 # containing exact copy of ISA specification assertions relevant to this test.
/arkcompiler/ets_frontend/arkguard/bin/
Dsecharmony7 * You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/fuzztest/containersvectorgetlastelement_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/aottest/loops/
Dexpect_output.txt4 # You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/aottest/getiteratornext/
Dexpect_output.txt4 # You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew2_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespname_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetequal_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-noerror/modify-lexenv-5/
Dexpected.txt4 # You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetadd_fuzzer/corpus/
Dinit4 # You may obtain a copy of the License at

12345678910>>...101