Home
last modified time | relevance | path

Searched refs:do_copy (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_chrome_angle.py80 def do_copy(filename, is_optional): function
96 do_copy(filename, False)
98 do_copy(filename, True)
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h431 bool do_copy) { in UTF8ToUnicodeText() argument
433 if (do_copy) { in UTF8ToUnicodeText()
441 inline UnicodeText UTF8ToUnicodeText(const string& utf_string, bool do_copy) { in UTF8ToUnicodeText() argument
442 return UTF8ToUnicodeText(utf_string.data(), utf_string.size(), do_copy); in UTF8ToUnicodeText()
/third_party/ffmpeg/libavresample/
Dinternal.h47 int do_copy; /**< copy needed */ member
Dutils.c153 if (avr->ch_map_info.do_copy) in avresample_open()
724 info->do_copy = 1; in avresample_set_channel_mapping()
Daudio_data.c258 if (map->do_copy || map->do_zero) { in ff_audio_data_copy()
Daudio_convert.c373 if (map->do_copy || map->do_zero) { in ff_audio_convert()
/third_party/python/PC/layout/
Dmain.py75 do_copy = True
78 do_copy = (
83 if do_copy:
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstadapter.c920 gboolean do_copy = FALSE; in foreach_metadata() local
926 do_copy = FALSE; in foreach_metadata()
928 do_copy = TRUE; in foreach_metadata()
932 if (do_copy && info->transform_func) { in foreach_metadata()
Dgstbasetransform.c1714 gboolean do_copy = FALSE; in foreach_metadata() local
1722 do_copy = FALSE; in foreach_metadata()
1724 do_copy = klass->transform_meta (trans, outbuf, *meta, inbuf); in foreach_metadata()
1726 g_type_name (info->api), do_copy); in foreach_metadata()
1731 if (do_copy) { in foreach_metadata()
/third_party/boost/boost/msm/back/
Dstate_machine.hpp1736 do_copy(rhs); in operator =()
1748 do_copy(rhs); in state_machine()
2456 static void do_copy(library_sm* self_,library_sm const& rhs) in do_copy() function
2459 region_copy_helper< ::boost::mpl::int_<region_id::value+1> >::do_copy(self_,rhs); in do_copy()
2466 static void do_copy(library_sm*,library_sm const& ){} in do_copy() function
2469 void do_copy (library_sm const& rhs, in do_copy() function in boost::msm::back::state_machine
2473 region_copy_helper< ::boost::mpl::int_<0> >::do_copy(this,rhs); in do_copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c2000 gboolean do_copy = FALSE; in foreach_metadata() local
2006 do_copy = FALSE; in foreach_metadata()
2008 do_copy = klass->transform_meta (encoder, frame, *meta); in foreach_metadata()
2010 g_type_name (info->api), do_copy); in foreach_metadata()
2015 if (do_copy && info->transform_func) { in foreach_metadata()
Dgstvideodecoder.c2915 gboolean do_copy = FALSE; in foreach_metadata() local
2921 do_copy = FALSE; in foreach_metadata()
2923 do_copy = klass->transform_meta (decoder, frame, *meta); in foreach_metadata()
2925 g_type_name (info->api), do_copy); in foreach_metadata()
2930 if (do_copy && info->transform_func) { in foreach_metadata()
/third_party/boost/libs/type_traits/doc/
Dbackground.qbk173 function `do_copy` that performs a "slow but safe" copy. The last parameter passed
175 there is an overload of do_copy that uses `memcpy`: this time the iterators are required
177 `__true_type`. Finally, the version of `copy` calls `do_copy`, passing
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c692 gboolean do_copy = FALSE; in foreach_metadata() local
698 do_copy = FALSE; in foreach_metadata()
700 do_copy = klass->transform_meta (encoder, outbuf, *meta, inbuf); in foreach_metadata()
702 g_type_name (info->api), do_copy); in foreach_metadata()
707 if (do_copy && info->transform_func) { in foreach_metadata()
Dgstaudiodecoder.c1219 gboolean do_copy = FALSE; in foreach_metadata() local
1225 do_copy = FALSE; in foreach_metadata()
1227 do_copy = klass->transform_meta (decoder, outbuf, *meta, inbuf); in foreach_metadata()
1229 g_type_name (info->api), do_copy); in foreach_metadata()
1234 if (do_copy && info->transform_func) { in foreach_metadata()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c1118 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
1120 if (do_copy) { in Import()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c1122 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
1124 if (do_copy) { in Import()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py735 def UpdateProperties(self, properties, do_copy=False): argument
781 if do_copy:
884 self.UpdateProperties(defaults, do_copy=True)
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py760 def UpdateProperties(self, properties, do_copy=False): argument
824 if do_copy:
941 self.UpdateProperties(defaults, do_copy=True)
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c790 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy() function
/third_party/openssl/apps/
Ds_server.c3576 int *do_copy) in get_session() argument
3579 *do_copy = 0; in get_session()
/third_party/boringssl/win-x86/crypto/fipsmodule/
Daes-586.asm2296 jb NEAR L$018do_copy
2300 L$018do_copy: