/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/mindspore/mindspore/dataset/engine/ |
D | iterators.py | 66 def __init__(self, dataset, num_epochs=-1, output_numpy=False, do_copy=True): argument 83 if do_copy: 193 def __init__(self, dataset, columns=None, num_epochs=-1, output_numpy=False, do_copy=True): argument 198 super().__init__(dataset, num_epochs, output_numpy, do_copy)
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.h | 436 bool do_copy) { in UTF8ToUnicodeText() argument 438 if (do_copy) { in UTF8ToUnicodeText() 446 inline UnicodeText UTF8ToUnicodeText(const string& utf_string, bool do_copy) { in UTF8ToUnicodeText() argument 447 return UTF8ToUnicodeText(utf_string.data(), static_cast<int>(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()
|
/third_party/mindspore/tests/ |
D | dataset_mock.py | 58 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_lower_parallelcopy.c | 186 do_copy(struct ir3_compiler *compiler, struct ir3_instruction *instr, in do_copy() function 209 do_copy(compiler, instr, in do_copy() 350 do_copy(compiler, instr, entry); in _handle_copies()
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_bias_add.py | 64 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
|
D | test_control_flow.py | 54 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
|
D | test_pipeline_shared_parameter.py | 55 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
|
D | test_auto_parallel_double_subgraphs.py | 154 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
|
D | test_gather_v2_primitive.py | 62 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
|
D | test_pipeline_split.py | 55 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
|
/third_party/python/PC/layout/ |
D | main.py | 72 do_copy = True 75 do_copy = ( 80 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 | 1765 gboolean do_copy = FALSE; in foreach_metadata() local 1773 do_copy = FALSE; in foreach_metadata() 1775 do_copy = klass->transform_meta (trans, outbuf, *meta, inbuf); in foreach_metadata() 1777 g_type_name (info->api), do_copy); in foreach_metadata() 1782 if (do_copy) { in foreach_metadata()
|
/third_party/mindspore/tests/st/mix_precision/ |
D | utils.py | 110 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
|
/third_party/mindspore/tests/st/hcom/ |
D | hcom_sparsetensor.py | 79 def create_tuple_iterator(self, num_epochs=-1, do_copy=False): argument
|
/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/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 | 707 gboolean do_copy = FALSE; in foreach_metadata() local 713 do_copy = FALSE; in foreach_metadata() 715 do_copy = klass->transform_meta (encoder, outbuf, *meta, inbuf); in foreach_metadata() 717 g_type_name (info->api), do_copy); in foreach_metadata() 722 if (do_copy && info->transform_func) { in foreach_metadata()
|
/third_party/mindspore/tests/st/pynative/loss_scale/ |
D | test_loss_scale.py | 63 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
|
/third_party/mindspore/mindspore/train/ |
D | dataset_helper.py | 496 self.iter = self.dataset.create_tuple_iterator(num_epochs=epoch_num, do_copy=True)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 2199 gboolean do_copy = FALSE; in foreach_metadata() local 2205 do_copy = FALSE; in foreach_metadata() 2207 do_copy = klass->transform_meta (encoder, frame, *meta); in foreach_metadata() 2209 g_type_name (info->api), do_copy); in foreach_metadata() 2214 if (do_copy && info->transform_func) { in foreach_metadata()
|