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

  /system/extras/cppreopts/
cppreopts.sh 21 function do_copy() { function
62 do_copy ${file} ${dest_name} &
  /external/libtextclassifier/util/utf8/
unicodetext.h 216 // such conversion (if do_copy == false).
217 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy);
218 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy);
219 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy);
unicodetext.cc 277 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) {
279 if (do_copy) {
287 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) {
288 return UTF8ToUnicodeText(utf8_buf, strlen(utf8_buf), do_copy);
291 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy) {
292 return UTF8ToUnicodeText(str.data(), str.size(), do_copy);
296 return UTF8ToUnicodeText(str, /*do_copy=*/true);
  /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/libutils/include/utils/
SortedVector.h 147 virtual void do_copy(void* dest, const void* from, size_t num) const;
267 UTILS_VECTOR_NO_CFI 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 218 virtual void do_copy(void* dest, const void* from, size_t num) const;
409 UTILS_VECTOR_NO_CFI 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 814 static Result<Success> do_copy(const BuiltinArguments& args) { function in namespace:android::init
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 783 jnz .do_copy
785 .do_copy: xor ecx,ecx
  /system/core/libutils/
VectorImpl.cpp 541 do_copy(dest, from, num);
  /external/webp/src/enc/
picture_csp_enc.c 1108 const int do_copy = local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 2655 vixl::aarch64::Label do_copy; local
2720 vixl::aarch64::Label do_copy; local
    [all...]
intrinsics_arm_vixl.cc 2375 vixl32::Label do_copy; local
2435 vixl32::Label do_copy; local
    [all...]
intrinsics_x86.cc 3085 NearLabel do_copy; local
3124 NearLabel do_copy; local
    [all...]
intrinsics_x86_64.cc 1354 NearLabel do_copy; local
    [all...]
  /external/scapy/scapy/
asn1fields.py 132 def do_copy(self, x): member in class:ASN1F_field
fields.py 84 def do_copy(self, x): member in class:Field
535 def do_copy(self, x): member in class:PacketListField
    [all...]
packet.py 370 return self.get_field(fieldname).do_copy(value)
701 self.raw_packet_cache_fields[f.name] = f.do_copy(fval)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-rs6000.c 149 static bfd_boolean do_copy (bfd *, bfd *);
1760 do_copy (bfd *out_bfd, bfd *in_bfd) function
    [all...]
elfxx-mips.c 8947 bfd_boolean do_copy = TRUE; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c     [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
aes-586.asm     [all...]

Completed in 497 milliseconds