Home
last modified time | relevance | path

Searched refs:_copy (Results 1 – 25 of 35) sorted by relevance

12

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java120 m = _copy(_shared); in withSharedAttribute()
146 Map<Object,Object> m = _copy(_shared); in withoutSharedAttribute()
216 private Map<Object,Object> _copy(Map<?,?> src) in _copy() method in ContextAttributes.Impl
DCoercionConfigs.java80 newPerType[i] = _copy(_perTypeCoercions[i]); in copy()
96 private static MutableCoercionConfig _copy(MutableCoercionConfig src) { in _copy() method in CoercionConfigs
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerBuilder.java143 _injectables = _copy(src._injectables); in BeanDeserializerBuilder()
144 _backRefProperties = _copy(src._backRefProperties); in BeanDeserializerBuilder()
158 …private static HashMap<String, SettableBeanProperty> _copy(HashMap<String, SettableBeanProperty> s… in _copy() method in BeanDeserializerBuilder
163 private static <T> List<T> _copy(List<T> src) { in _copy() method in BeanDeserializerBuilder
/external/python/asn1crypto/asn1crypto/
Dcore.py508 new_obj._copy(self, copy.copy)
524 new_obj._copy(self, copy.deepcopy)
556 new_obj._copy(self, copy.deepcopy)
568 new_obj._copy(self, copy.deepcopy)
571 def _copy(self, other, copy_func): member in Asn1Value
784 def _copy(self, other, copy_func): member in Constructable
796 super(Constructable, self)._copy(other, copy_func)
977 def _copy(self, other, copy_func): member in Any
989 super(Any, self)._copy(other, copy_func)
1308 def _copy(self, other, copy_func): member in Choice
[all …]
/external/python/cpython3/Lib/
Dpty.py130 def _copy(master_fd, master_read=_read, stdin_read=_read): function
166 _copy(master_fd, master_read, stdin_read)
/external/python/cpython2/Lib/
Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): function
175 _copy(master_fd, master_read, stdin_read)
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py76 import copy as _copy namespace
541 output_node = _copy.deepcopy(self.node)
663 output_node = _copy.deepcopy(discrete)
824 new_nodes.append(_copy.deepcopy(node))
868 out.node.extend([_copy.deepcopy(node)])
1003 out.node.extend([_copy.deepcopy(name_to_node[node])])
1067 out.node.extend([_copy.deepcopy(name_to_node[n])])
1157 new_node = _copy.deepcopy(other_n)
/external/skqp/experimental/canvaskit/htmlcanvas/
Dpattern.js47 this._copy = function() { method in CanvasPattern
Dlineargradient.js37 this._copy = function() { method in LinearCanvasGradient
Dradialgradient.js40 this._copy = function() { method in RadialCanvasGradient
Dcanvas2dcontext.js921 if (this._fillStyle._copy) {
922 var fs = this._fillStyle._copy();
928 if (this._strokeStyle._copy) {
929 var ss = this._strokeStyle._copy();
/external/skia/modules/canvaskit/htmlcanvas/
Dpattern.js47 this._copy = function() { method in CanvasPattern
Dlineargradient.js37 this._copy = function() { method in LinearCanvasGradient
Dradialgradient.js40 this._copy = function() { method in RadialCanvasGradient
Dcanvas2dcontext.js907 if (this._fillStyle._copy) {
908 var fs = this._fillStyle._copy();
914 if (this._strokeStyle._copy) {
915 var ss = this._strokeStyle._copy();
/external/harfbuzz_ng/src/
Dhb-serialize.hh369 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy() function
373 _copy (const Type &src, hb_priority<0>) -> decltype (&(hb_declval<Type> () = src)) in _copy()
385 { return _copy (src, hb_prioritize, hb_forward<Ts> (ds)...); } in copy()
/external/python/cpython2/Lib/test/
Dtest_pty.py265 pty._copy(masters[0])
296 pty._copy(masters[0])
Dtest_copy.py661 def _check_weakref(self, _copy): argument
666 y = _copy(x)
669 y = _copy(x)
/external/python/setuptools/setuptools/
Dsandbox.py268 def _copy(self, source): member in AbstractSandbox
273 self._copy(self)
284 self._copy(_os)
/external/deqp/framework/delibs/depool/
DdePoolArray.h115 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) \
/external/python/cpython3/Lib/test/
Dtest_pty.py289 pty._copy(masters[0])
318 pty._copy(masters[0])
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java388 _copy(hdfptr, hdfpath, source.hdfptr);
424 private static native void _copy(long destptr, String hdfpath, long srcptr);
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Daliasing.md62 runtime, _copy-protection_ kicks in: an extra output buffer `O` is allocated,
/external/tensorflow/tensorflow/python/eager/
Dremote_execution_test.py102 x2 = x1._copy() # pylint: disable=protected-access
/external/pigweed/pw_toolchain/
Dgenerate_toolchain.gni338 _copy = pw_universal_copy
339 forward_variables_from(_copy, "*")

12