Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpty.py129 def _copy(master_fd, master_read=_read, stdin_read=_read): function
164 _copy(master_fd, master_read, stdin_read)
Dargparse.py87 import copy as _copy namespace
953 items = _copy.copy(_ensure_value(namespace, self.dest, []))
979 items = _copy.copy(_ensure_value(namespace, self.dest, []))
/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)
Dargparse.py86 import copy as _copy namespace
929 items = _copy.copy(_ensure_value(namespace, self.dest, []))
955 items = _copy.copy(_ensure_value(namespace, self.dest, []))
/external/python/cpython2/Lib/test/
Dtest_pty.py251 pty._copy(masters[0])
282 pty._copy(masters[0])
Dtest_copy.py661 def _check_weakref(self, _copy): argument
666 y = _copy(x)
669 y = _copy(x)
D_mock_backport.py273 def _copy(value): function
/external/python/cpython3/Lib/test/
Dtest_pty.py263 pty._copy(masters[0])
292 pty._copy(masters[0])
Dtest_copy.py788 def _check_weakref(self, _copy): argument
793 y = _copy(x)
796 y = _copy(x)
Dtest_shutil.py870 def _copy(src, dst): function
873 shutil.copytree(src_dir, dst_dir, copy_function=_copy)
1687 def _copy(src, dst): function
1689 shutil.move(self.src_file, self.dst_dir, copy_function=_copy)
1695 def _copy(src, dst): function
1699 shutil.move(self.src_dir, self.dst_dir, copy_function=_copy)
/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/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Druntime.py146 def _copy(self): member in Context
170 c = self._copy()
178 c = self._copy()
464 ns = TemplateNamespace(uri, self.context._copy(),
/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/python/framework/
Dops.py760 def _copy(self, ctx=None, device_name=None): member in _EagerTensorBase
778 return [dresult._copy(device_name=self_device)]
802 return self._copy(context.context(), "CPU:0")
815 return self._copy(context.context(), "GPU:" + str(gpu_index))
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py138 return input._copy() # pylint: disable=protected-access
/external/libunwind/doc/
Dlibunwind-dynamic.tex372 \_U\_dyn\_op\_copy\_state();
/external/pdfium/third_party/pymock/
Dmock.py373 def _copy(value): function
/external/python/cpython3/Lib/unittest/
Dmock.py271 def _copy(value): function