/external/chromium_org/rlz/test/ |
rlz_test_helpers.cc | 100 const bool do_copy = (base::win::GetVersion() >= base::win::VERSION_WIN7); local 103 if (do_copy) { 118 if (do_copy) {
|
/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
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
Vector.h | 165 virtual void do_copy(void* dest, const void* from, size_t num) const; 328 void Vector<TYPE>::do_copy(void* dest, const void* from, size_t num) const { function in class:android::tinyutils::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 );
|
/system/core/init/ |
builtins.c | 701 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...] |