Home
last modified time | relevance | path

Searched refs:copy_to (Results 1 – 21 of 21) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/
Dbuild.sh22 copy_to() function
58 copy_to $1 libwpa.a
66 copy_to $1 libwpa_client.a
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
Dbuild.sh22 copy_to() function
58 copy_to $1 libwpa.a
66 copy_to $1 libwpa_client.a
/third_party/skia/gm/
Dbitmapfilters.cpp79 ToolUtils::copy_to(&bm4444, kARGB_4444_SkColorType, bm32); in onOnceBeforeDraw()
80 ToolUtils::copy_to(&bm565, kRGB_565_SkColorType, bm32); in onOnceBeforeDraw()
Dall_bitmap_configs.cpp40 ToolUtils::copy_to(&copy, colorType, *srcPtr); in copy_bitmap()
182 SkAssertResult(ToolUtils::copy_to(&notN32bitmap, ct, n32bitmap)); in make_not_native32_color_wheel()
Dcopy_to_4444.cpp39 SkAssertResult(ToolUtils::copy_to(&bm4444, kARGB_4444_SkColorType, bm)); in onDraw()
Dbitmapcopy.cpp100 ToolUtils::copy_to(&fDst[i], gColorTypes[i], src); in onDraw()
Dsimpleaaclip.cpp43 ToolUtils::copy_to(&bm2, bm.colorType(), bm); in paint_rgn()
Danimated_gif.cpp60 ToolUtils::copy_to(&bm, requiredBitmap.colorType(), requiredBitmap)) { in drawFrame()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2227 Register copy_to = x11; in Generate_FunctionPrototypeCall() local
2240 __ Sub(copy_to, copy_from, kSystemPointerSize); in Generate_FunctionPrototypeCall()
2241 __ CopyDoubleWords(copy_to, copy_from, count); in Generate_FunctionPrototypeCall()
2250 __ Add(copy_to, copy_from, kSystemPointerSize); in Generate_FunctionPrototypeCall()
2251 __ CopyDoubleWords(copy_to, copy_from, count, in Generate_FunctionPrototypeCall()
2731 Register copy_to = x12; in Generate_PushBoundArguments() local
2732 __ SlotAddress(copy_to, slots_to_claim); in Generate_PushBoundArguments()
2733 __ Add(copy_from, copy_to, kSystemPointerSize); in Generate_PushBoundArguments()
2734 __ CopyDoubleWords(copy_to, copy_from, argc); in Generate_PushBoundArguments()
2751 Register copy_to = x12; in Generate_PushBoundArguments() local
[all …]
/third_party/skia/tests/
DBitmapCopyTest.cpp104 bool success = ToolUtils::copy_to(&copy, gPairs[j].fColorType, subset); in DEF_TEST()
DAnimatedImageTest.cpp325 if (!ToolUtils::copy_to(&bm, priorFrame.colorType(), priorFrame)) { in DEF_TEST()
DBitmapTest.cpp183 if (!ToolUtils::copy_to(&copy, ct, source)) { in DEF_TEST()
DCodecAnimTest.cpp413 ToolUtils::copy_to(bm, kN32_SkColorType, cachedFrames[cachedIndex]); in DEF_TEST()
DCodecTest.cpp871 bool success = ToolUtils::copy_to(&tmp, bm.colorType(), decodedBm); in DEF_TEST()
/third_party/skia/tools/skdiff/
Dskdiff_utils.cpp95 ToolUtils::copy_to(&copy, kN32_SkColorType, bitmap); in write_bitmap()
/third_party/skia/tools/
DToolUtils.h249 bool copy_to(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src);
DToolUtils.cpp377 bool copy_to(SkBitmap* dst, SkColorType dstColorType, const SkBitmap& src) { in copy_to() function
/third_party/node/deps/v8/src/heap/
Dfactory.cc2125 int copy_to = 0, length = raw_src.length(); in CompactWeakArrayList() local
2129 raw_result.Set(copy_to++, element, mode); in CompactWeakArrayList()
2131 raw_result.set_length(copy_to); in CompactWeakArrayList()
2133 MemsetTagged(ObjectSlot(raw_result.data_start() + copy_to), in CompactWeakArrayList()
2134 read_only_roots().undefined_value(), new_capacity - copy_to); in CompactWeakArrayList()
Dheap.cc6270 int copy_to = 0; in CompactWeakArrayList() local
6274 new_array->Set(copy_to++, element); in CompactWeakArrayList()
6276 new_array->set_length(copy_to); in CompactWeakArrayList()
/third_party/node/deps/v8/src/objects/
Dobjects.cc4368 int copy_to = kFirstIndex; in Compact() local
4373 callback(value, i, copy_to); in Compact()
4374 new_array->Set(copy_to++, element); in Compact()
4379 new_array->set_length(copy_to); in Compact()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs49860 src.copy_to(dst, tail_len);