/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
H A D | build.sh | 22 copy_to() function 58 copy_to $1 libwpa.a 66 copy_to $1 libwpa_client.a
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/ |
H A D | build.sh | 22 copy_to() function 58 copy_to $1 libwpa.a 66 copy_to $1 libwpa_client.a
|
/third_party/skia/gm/ |
H A D | bitmapfilters.cpp | 79 ToolUtils::copy_to(&bm4444, kARGB_4444_SkColorType, bm32); member in FilterGM::ToolUtils 80 ToolUtils::copy_to(&bm565, kRGB_565_SkColorType, bm32); member in FilterGM::ToolUtils
|
H A D | copy_to_4444.cpp | 39 SkAssertResult(ToolUtils::copy_to(&bm4444, kARGB_4444_SkColorType, bm)); variable
|
H A D | all_bitmap_configs.cpp | 40 ToolUtils::copy_to(©, colorType, *srcPtr); in copy_bitmap() 182 SkAssertResult(ToolUtils::copy_to(¬N32bitmap, ct, n32bitmap)); in make_not_native32_color_wheel()
|
H A D | bitmapcopy.cpp | 100 ToolUtils::copy_to(&fDst[i], gColorTypes[i], src); member in __anon18348::BitmapCopyGM::ToolUtils
|
H A D | simpleaaclip.cpp | 43 ToolUtils::copy_to(&bm2, bm.colorType(), bm); in paint_rgn()
|
H A D | animated_gif.cpp | 60 ToolUtils::copy_to(&bm, requiredBitmap.colorType(), requiredBitmap)) { in drawFrame()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 2227 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 in Generate_PushBoundArguments() local 2769 Register copy_to = x12; Generate_PushBoundArguments() local [all...] |
/third_party/skia/tests/ |
H A D | BitmapCopyTest.cpp | 104 bool success = ToolUtils::copy_to(©, gPairs[j].fColorType, subset); in DEF_TEST()
|
H A D | AnimatedImageTest.cpp | 325 if (!ToolUtils::copy_to(&bm, priorFrame.colorType(), priorFrame)) { in DEF_TEST()
|
H A D | BitmapTest.cpp | 183 if (!ToolUtils::copy_to(©, ct, source)) { in DEF_TEST()
|
H A D | CodecAnimTest.cpp | 413 ToolUtils::copy_to(bm, kN32_SkColorType, cachedFrames[cachedIndex]); in DEF_TEST()
|
H A D | CodecTest.cpp | 871 bool success = ToolUtils::copy_to(&tmp, bm.colorType(), decodedBm); in DEF_TEST()
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_utils.cpp | 95 ToolUtils::copy_to(©, kN32_SkColorType, bitmap); in write_bitmap()
|
/third_party/skia/tools/ |
H A D | ToolUtils.h | 249 bool copy_to(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src);
|
H A D | ToolUtils.cpp | 377 bool copy_to(SkBitmap* dst, SkColorType dstColorType, const SkBitmap& src) { in copy_to() function
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 2125 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()
|
H A D | heap.cc | 6270 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/ |
H A D | objects.cc | 4368 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/ |
H A D | rust-library.rs | [all...] |