/third_party/skia/third_party/externals/angle2/scripts/ |
D | update_chrome_angle.py | 80 def do_copy(filename, is_optional): function 96 do_copy(filename, False) 98 do_copy(filename, True)
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.h | 431 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/ |
D | internal.h | 47 int do_copy; /**< copy needed */ member
|
D | utils.c | 153 if (avr->ch_map_info.do_copy) in avresample_open() 724 info->do_copy = 1; in avresample_set_channel_mapping()
|
D | audio_data.c | 258 if (map->do_copy || map->do_zero) { in ff_audio_data_copy()
|
D | audio_convert.c | 373 if (map->do_copy || map->do_zero) { in ff_audio_convert()
|
/third_party/python/PC/layout/ |
D | main.py | 75 do_copy = True 78 do_copy = ( 83 if do_copy:
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 920 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()
|
D | gstbasetransform.c | 1714 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/ |
D | state_machine.hpp | 1736 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/ |
D | gstvideoencoder.c | 2000 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()
|
D | gstvideodecoder.c | 2915 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/ |
D | background.qbk | 173 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/ |
D | gstaudioencoder.c | 692 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()
|
D | gstaudiodecoder.c | 1219 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/ |
D | picture_csp_enc.c | 1118 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/ |
D | picture_csp_enc.c | 1122 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/ |
D | xcodeproj_file.py | 735 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/ |
D | xcodeproj_file.py | 760 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/ |
D | f2fs_io.c | 790 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy() function
|
/third_party/openssl/apps/ |
D | s_server.c | 3576 int *do_copy) in get_session() argument 3579 *do_copy = 0; in get_session()
|
/third_party/boringssl/win-x86/crypto/fipsmodule/ |
D | aes-586.asm | 2296 jb NEAR L$018do_copy 2300 L$018do_copy:
|