HomeSort by relevance Sort by last modified time
    Searched refs:do_copy (Results 1 - 16 of 16) sorted by null

  /system/extras/cppreopts/
cppreopts.sh 21 function do_copy() { function
61 do_copy ${odex_file} ${dest_name} &
  /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/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
VectorImpl.h 104 virtual void do_copy(void* dest, const void* from, size_t num) const = 0;
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/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...]
  /system/core/init/
builtins.cpp 819 static int do_copy(const std::vector<std::string>& args) { function
1003 {"copy", {2, 2, do_copy}},
    [all...]
  /system/core/libutils/
VectorImpl.cpp 541 do_copy(dest, from, num);
  /art/compiler/optimizing/
intrinsics_arm.cc 1522 Label do_copy; local
    [all...]
intrinsics_arm64.cc 2142 vixl::Label do_copy; local
    [all...]
intrinsics_x86_64.cc 1277 NearLabel do_copy; local
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
xcodeproj_file.py 739 def UpdateProperties(self, properties, do_copy=False):
747 If do_copy is True, then lists, dicts, strong-owned XCObjects, and
    [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...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c     [all...]
  /external/boringssl/win-x86/crypto/aes/
aes-586.asm     [all...]

Completed in 465 milliseconds