Home
last modified time | relevance | path

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

12

/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/mindspore/mindspore/dataset/engine/
Diterators.py66 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/
Dunicodetext.h436 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/
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()
/third_party/mindspore/tests/
Ddataset_mock.py58 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_parallelcopy.c186 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/
Dtest_bias_add.py64 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
Dtest_control_flow.py54 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
Dtest_pipeline_shared_parameter.py55 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
Dtest_auto_parallel_double_subgraphs.py154 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
Dtest_gather_v2_primitive.py62 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
Dtest_pipeline_split.py55 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
/third_party/python/PC/layout/
Dmain.py72 do_copy = True
75 do_copy = (
80 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.c1765 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/
Dutils.py110 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
/third_party/mindspore/tests/st/hcom/
Dhcom_sparsetensor.py79 def create_tuple_iterator(self, num_epochs=-1, do_copy=False): argument
/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/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.c707 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/
Dtest_loss_scale.py63 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
/third_party/mindspore/mindspore/train/
Ddataset_helper.py496 self.iter = self.dataset.create_tuple_iterator(num_epochs=epoch_num, do_copy=True)
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c2199 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()

12