Searched defs:do_copy (Results 1 - 4 of 4) sorted by relevance

/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 ) \

Completed in 1434 milliseconds