/system/core/include/utils/ |
SortedVector.h | 129 virtual void do_copy(void* dest, const void* from, size_t num) const; 253 void SortedVector<TYPE>::do_copy(void* dest, const void* from, size_t num) const { function in class:android::SortedVector
|
Vector.h | 204 virtual void do_copy(void* dest, const void* from, size_t num) const; 399 void Vector<TYPE>::do_copy(void* dest, const void* from, size_t num) const { function in class:android::Vector
|
/external/clang/test/Analysis/ |
dtor.cpp | 512 static void do_copy(T *dest, const T *src, unsigned count); 515 void do_copy(T *dest, const U *src, unsigned count) { function in namespace:TypeTraitExpr 517 copier<IsSimple, T>::do_copy(dest, src, count); 524 do_copy(p, other.p, 1);
|
/system/core/init/ |
builtins.cpp | 765 static int do_copy(const std::vector<std::string>& args) { function 945 {"copy", {2, 2, do_copy}},
|
/art/compiler/optimizing/ |
intrinsics_arm.cc | 1515 Label do_copy; local [all...] |
intrinsics_arm64.cc | 2136 vixl::Label do_copy; local [all...] |
intrinsics_x86_64.cc | 1274 NearLabel do_copy; local [all...] |
/external/opencv/cv/src/ |
cvcolor.cpp | 316 int do_copy = src_cn > 3 || blue_idx != 2 || src == dst; \ 319 if( !do_copy ) \ 364 int do_copy = src_cn > 3 || blue_idx != 2 || src == dst; local 367 if( !do_copy ) 418 int do_copy = dst_cn > 3 || blue_idx != 2 || src == dst; \ 421 if( !do_copy ) \ [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-rs6000.c | 149 static bfd_boolean do_copy (bfd *, bfd *); 1788 do_copy (bfd *out_bfd, bfd *in_bfd) function [all...] |
elfxx-mips.c | 8911 bfd_boolean do_copy = TRUE; local [all...] |