Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/htmlcanvas/
Dpattern.js50 this._copy = function() { method in CanvasPattern
Dlineargradient.js37 this._copy = function() { method in LinearCanvasGradient
Dradialgradient.js40 this._copy = function() { method in RadialCanvasGradient
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLPadLayer.h113 CLCopy _copy; variable
DCLRNNLayer.h111 CLCopy _copy; variable
DCLCropResize.h138 std::vector<std::unique_ptr<CLCopy>> _copy; variable
/external/rappor/pipeline/
Dui.sh24 _copy() { function
/external/python/asn1crypto/asn1crypto/
Dcore.py571 def _copy(self, other, copy_func): member in Asn1Value
784 def _copy(self, other, copy_func): member in Constructable
977 def _copy(self, other, copy_func): member in Any
1308 def _copy(self, other, copy_func): member in Choice
1501 def _copy(self, other, copy_func): member in Concat
1817 def _copy(self, other, copy_func): member in AbstractString
2059 def _copy(self, other, copy_func): member in _IntegerBitString
2411 def _copy(self, other, copy_func): member in OctetBitString
2603 def _copy(self, other, copy_func): member in OctetString
2818 def _copy(self, other, copy_func): member in ParsableOctetString
[all …]
/external/python/cpython2/Lib/
Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): function
Dargparse.py86 import copy as _copy namespace
/external/python/cpython3/Lib/
Dpty.py134 def _copy(master_fd, master_read=_read, stdin_read=_read): function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerBuilder.java158 …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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfigs.java96 private static MutableCoercionConfig _copy(MutableCoercionConfig src) { in _copy() method in CoercionConfigs
DContextAttributes.java216 private Map<Object,Object> _copy(Map<?,?> src) in _copy() method in ContextAttributes.Impl
/external/python/cpython3/Lib/test/
Dtest_shutil.py723 def _copy(src, dst): function
2112 def _copy(src, dst): function
2120 def _copy(src, dst): function
Dtest_copy.py778 def _check_weakref(self, _copy): argument
/external/python/setuptools/setuptools/
Dsandbox.py278 def _copy(self, source): member in AbstractSandbox
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py69 import copy as _copy namespace
/external/harfbuzz_ng/src/
Dhb-serialize.hh634 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy() function
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator.py1313 def _copy(self, **overrides): member in _LinearOperatorSpec
/external/rust/crates/bytes/tests/
Dtest_bytes.rs550 let _copy = bytes.split(); in reserve_in_arc_nonunique_does_not_overallocate() localVariable
/external/python/cpython2/Lib/test/
Dtest_copy.py661 def _check_weakref(self, _copy): argument
D_mock_backport.py273 def _copy(value): function
/external/pdfium/third_party/pymock/
Dmock.py373 def _copy(value): function
/external/tensorflow/tensorflow/python/framework/
Dops.py1235 def _copy(self, ctx=None, device_name=None): member in _EagerTensorBase