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

  /system/core/libpixelflinger/tinyutils/
Vector.h 156 virtual void do_copy(void* dest, const void* from, size_t num) const;
319 void Vector<TYPE>::do_copy(void* dest, const void* from, size_t num) const { function in class:android::Vector
  /frameworks/base/include/utils/
Vector.h 198 virtual void do_copy(void* dest, const void* from, size_t num) const;
397 void Vector<TYPE>::do_copy(void* dest, const void* from, size_t num) const { function in class:android::Vector
  /external/qemu/
shaper.c 67 int do_copy )
72 if (do_copy)
81 if (do_copy) {
107 int do_copy; member in struct:NetShaperRec_
162 netshaper_create( int do_copy,
231 packet = queued_packet_create( data, size, opaque, shaper->do_copy );
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 781 int do_copy = 1; local
798 do_copy = C_plus_plus;
802 do_copy = ! C_plus_plus;
806 do_copy = 1;
815 else if ( do_copy )
  /system/core/init/
builtins.c 567 int do_copy(int nargs, char **args) function
  /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...]

Completed in 428 milliseconds