/third_party/flutter/flutter/dev/tools/ |
D | mega_gallery.dart | 72 _copy(source, out); 128 _copy(_dir(lib, 'demo'), _dir(dest, 'demo')); 129 _copy(_dir(lib, 'gallery'), _dir(dest, 'gallery')); 133 void _copy(Directory source, Directory target) { 143 _copy(entity, Directory(path.join(target.path, name)));
|
/third_party/python/Lib/test/ |
D | test_pty.py | 325 self.orig_pty__copy = pty._copy 342 pty._copy = self.orig_pty__copy 404 pty._copy(masters[0]) 432 self.assertEqual(pty._copy(masters[0]), None) 445 pty._copy = lambda _1, _2, _3: None
|
D | test_copy.py | 778 def _check_weakref(self, _copy): argument 783 y = _copy(x) 786 y = _copy(x)
|
D | test_shutil.py | 723 def _copy(src, dst): function 726 shutil.copytree(src_dir, dst_dir, copy_function=_copy) 2112 def _copy(src, dst): function 2114 shutil.move(self.src_file, self.dst_dir, copy_function=_copy) 2120 def _copy(src, dst): function 2124 shutil.move(self.src_dir, self.dst_dir, copy_function=_copy)
|
/third_party/libsnd/src/ |
D | test_endswap.tpl | 69 endswap_[+ (get "name") +]_copy (first, orig, ARRAY_LEN (first)) ; 70 endswap_[+ (get "name") +]_copy (second, first, ARRAY_LEN (second)) ; 95 endswap_[+ (get "name") +]_copy (first, orig, ARRAY_LEN (first)) ; 96 endswap_[+ (get "name") +]_copy (first, first, ARRAY_LEN (first)) ;
|
/third_party/elfio/ |
D | .gitignore | 29 tests/elf_examples/*_copy 30 tests/elf_examples/*_copy.elf
|
/third_party/python/Lib/ |
D | pty.py | 134 def _copy(master_fd, master_read=_read, stdin_read=_read): function 181 _copy(master_fd, master_read, stdin_read)
|
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | function_cast.hpp | 203 _copy(typename ::std::remove_const<Target>::type value) in _copy() function in boost::parameter::aux::cast_convert 205 _copy(typename ::boost::remove_const<Target>::type value) in _copy() 214 return _self::_copy(source); in evaluate() 631 inline static Target _copy(Target value) in _copy() function in boost::parameter::aux::cast_convert 639 return _self::_mod_const(_self::_copy(source)); in evaluate()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-serialize.hh | 374 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy() function 378 _copy (const Type &src, hb_priority<0>) -> decltype (&(src = src)) in _copy() 390 { return _copy (src, hb_prioritize, hb_forward<Ts> (ds)...); } in copy()
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 47 this._copy = function() { method in CanvasPattern
|
D | lineargradient.js | 37 this._copy = function() { method in LinearCanvasGradient
|
D | radialgradient.js | 40 this._copy = function() { method in RadialCanvasGradient
|
D | canvas2dcontext.js | 921 if (this._fillStyle._copy) { 922 var fs = this._fillStyle._copy(); 928 if (this._strokeStyle._copy) { 929 var ss = this._strokeStyle._copy();
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 47 this._copy = function() { method in CanvasPattern
|
D | lineargradient.js | 37 this._copy = function() { method in LinearCanvasGradient
|
D | radialgradient.js | 40 this._copy = function() { method in RadialCanvasGradient
|
D | canvas2dcontext.js | 907 if (this._fillStyle._copy) { 908 var fs = this._fillStyle._copy(); 914 if (this._strokeStyle._copy) { 915 var ss = this._strokeStyle._copy();
|
/third_party/pixman/pixman/ |
D | pixman-region.c | 508 PREFIX (_copy) (region_type_t *dst, region_type_t *src) in PREFIX() argument 1197 return PREFIX (_copy) (new_reg, reg1); in PREFIX() 1201 return PREFIX (_copy) (new_reg, reg2); in PREFIX() 1205 return PREFIX (_copy) (new_reg, reg1); in PREFIX() 1362 return PREFIX (_copy) (dest, source); in PREFIX() 1388 return PREFIX (_copy) (new_reg, reg1); in PREFIX() 1399 return PREFIX (_copy) (new_reg, reg2); in PREFIX() 1413 return PREFIX (_copy) (new_reg, reg1); in PREFIX() 1424 return PREFIX (_copy) (new_reg, reg1); in PREFIX() 1435 return PREFIX (_copy) (new_reg, reg2); in PREFIX() [all …]
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
D | dePoolArray.h | 115 DE_INLINE deBool TYPENAME##_copy (DE_PTR_TYPE(TYPENAME) dst, const TYPENAME* src) DE_UNUSED_FUN… 189 DE_INLINE deBool TYPENAME##_copy (DE_PTR_TYPE(TYPENAME) dst, const TYPENAME* src) \
|
/third_party/harfbuzz/src/ |
D | hb-serialize.hh | 482 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy() function 486 _copy (const Type &src, hb_priority<0>) -> decltype (&(hb_declval<Type> () = src)) in _copy() 498 { return _copy (src, hb_prioritize, hb_forward<Ts> (ds)...); } in copy()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-serialize.hh | 538 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy() function 542 _copy (const Type &src, hb_priority<0>) -> decltype (&(hb_declval<Type> () = src)) in _copy() 554 { return _copy (src, hb_prioritize, std::forward<Ts> (ds)...); } in copy()
|
/third_party/boost/libs/algorithm/string/test/ |
D | replace_test.cpp | 65 BOOST_CHECK( Algo##_copy( str1, Params )==Output );\ 70 Algo##_copy( back_inserter(strout), str1, Params );\
|
/third_party/boost/libs/range/doc/reference/ |
D | adaptors.qbk | 92 …with an `_if` suffix. Furthermore, it turns out that algorithms with the `_copy` suffix are often … 119 1. we no longer need many of the `_if`, `_copy`, `_copy_if` and `_n` variants of algorithms.
|
/third_party/node/lib/ |
D | buffer.js | 212 function _copy(source, target, targetStart, sourceStart, sourceEnd) { function 791 return _copy(this, target, targetStart, sourceStart, sourceEnd);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtsdescriptor.c | 34 static type * _##name##_copy (type * source) \
|