Searched refs:do_copy (Results 1 - 8 of 8) sorted by relevance

/external/qemu/android/skin/
H A Dsurface.h54 /* create a 'slow' surface from a given pixel buffer. if 'do_copy' is TRUE, then
63 int do_copy );
H A Dsurface.c195 int do_copy )
200 if (do_copy) {
/external/qemu/include/android/
H A Dshaper.h23 NetShaper netshaper_create ( int do_copy,
/external/chromium_org/rlz/test/
H A Drlz_test_helpers.cc99 const bool do_copy = (base::win::GetVersion() >= base::win::VERSION_WIN7); local
102 if (do_copy) {
117 if (do_copy) {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.h415 // 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) { argument
442 return UTF8ToUnicodeText(utf_string.data(), utf_string.size(), do_copy);
430 UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) argument
/external/qemu/android/
H A Dshaper.c67 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, argument
231 packet = queued_packet_create( data, size, opaque, shaper->do_copy );
/external/opencv/cv/src/
H A Dcvcolor.cpp316 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 ) \
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py740 def UpdateProperties(self, properties, do_copy=False):
748 If do_copy is True, then lists, dicts, strong-owned XCObjects, and
786 if do_copy:
814 # any more because it may not be right if do_copy is true.
888 # Use do_copy=True so that each new object gets its own copy of strong
890 self.UpdateProperties(defaults, do_copy=True)

Completed in 6805 milliseconds