/external/qemu/android/skin/ |
surface.h | 54 /* create a 'slow' surface from a given pixel buffer. if 'do_copy' is TRUE, then 63 int do_copy );
|
surface.c | 195 int do_copy ) 200 if (do_copy) {
|
/external/qemu/ |
shaper.h | 23 NetShaper netshaper_create ( int do_copy,
|
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/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) {
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
unicodetext.h | 415 // If do_copy is true, then a copy of the string is made. The copy is 420 // If do_copy is false, then no copy is made. The resulting 427 // made (as if do_copy were true) and coerced to valid UTF-8 by 431 bool do_copy) { 433 if (do_copy) { 441 inline UnicodeText UTF8ToUnicodeText(const string& utf_string, bool do_copy) { 442 return UTF8ToUnicodeText(utf_string.data(), utf_string.size(), do_copy);
|
/frameworks/base/libs/hwui/utils/ |
SortedList.h | 98 virtual void do_copy(void* dest, const void* from, size_t num) const; 215 void SortedList<TYPE>::do_copy(void* dest, const void* from, size_t num) const {
|
/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
|
/system/core/init/ |
keywords.h | 35 int do_copy(int nargs, char **args); 95 KEYWORD(copy, COMMAND, 2, do_copy)
|
builtins.c | 701 int do_copy(int nargs, char **args) function
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
SortedVector.h | 128 virtual void do_copy(void* dest, const void* from, size_t num) const; 254 void SortedVector<TYPE>::do_copy(void* dest, const void* from, size_t num) const {
|
VectorImpl.h | 97 virtual void do_copy(void* dest, const void* from, size_t num) const = 0;
|
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
|
VectorImpl.cpp | 399 do_copy(dest, from, num);
|
/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/libutils/ |
VectorImpl.cpp | 489 do_copy(dest, from, num);
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | 740 def UpdateProperties(self, properties, do_copy=False): 748 If do_copy is True, then lists, dicts, strong-owned XCObjects, and [all...] |