/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
D | ContextAttributes.java | 120 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
|
D | CoercionConfigs.java | 80 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/ |
D | BeanDeserializerBuilder.java | 143 _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/ |
D | core.py | 508 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/ |
D | pty.py | 130 def _copy(master_fd, master_read=_read, stdin_read=_read): function 166 _copy(master_fd, master_read, stdin_read)
|
/external/python/cpython2/Lib/ |
D | pty.py | 140 def _copy(master_fd, master_read=_read, stdin_read=_read): function 175 _copy(master_fd, master_read, stdin_read)
|
/external/tensorflow/tensorflow/lite/python/ |
D | op_hint.py | 76 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/ |
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();
|
/external/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();
|
/external/harfbuzz_ng/src/ |
D | hb-serialize.hh | 369 _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/ |
D | test_pty.py | 265 pty._copy(masters[0]) 296 pty._copy(masters[0])
|
D | test_copy.py | 661 def _check_weakref(self, _copy): argument 666 y = _copy(x) 669 y = _copy(x)
|
/external/python/setuptools/setuptools/ |
D | sandbox.py | 268 def _copy(self, source): member in AbstractSandbox 273 self._copy(self) 284 self._copy(_os)
|
/external/deqp/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) \
|
/external/python/cpython3/Lib/test/ |
D | test_pty.py | 289 pty._copy(masters[0]) 318 pty._copy(masters[0])
|
/external/jsilver/src/org/clearsilver/jni/ |
D | JniHdf.java | 388 _copy(hdfptr, hdfpath, source.hdfptr); 424 private static native void _copy(long destptr, String hdfpath, long srcptr);
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | aliasing.md | 62 runtime, _copy-protection_ kicks in: an extra output buffer `O` is allocated,
|
/external/tensorflow/tensorflow/python/eager/ |
D | remote_execution_test.py | 102 x2 = x1._copy() # pylint: disable=protected-access
|
/external/pigweed/pw_toolchain/ |
D | generate_toolchain.gni | 338 _copy = pw_universal_copy 339 forward_variables_from(_copy, "*")
|