/external/python/cpython3/Lib/ |
D | pty.py | 129 def _copy(master_fd, master_read=_read, stdin_read=_read): function 164 _copy(master_fd, master_read, stdin_read)
|
D | argparse.py | 87 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/ |
D | pty.py | 140 def _copy(master_fd, master_read=_read, stdin_read=_read): function 175 _copy(master_fd, master_read, stdin_read)
|
D | argparse.py | 86 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/ |
D | test_pty.py | 251 pty._copy(masters[0]) 282 pty._copy(masters[0])
|
D | test_copy.py | 661 def _check_weakref(self, _copy): argument 666 y = _copy(x) 669 y = _copy(x)
|
D | _mock_backport.py | 273 def _copy(value): function
|
/external/python/cpython3/Lib/test/ |
D | test_pty.py | 263 pty._copy(masters[0]) 292 pty._copy(masters[0])
|
D | test_copy.py | 788 def _check_weakref(self, _copy): argument 793 y = _copy(x) 796 y = _copy(x)
|
D | test_shutil.py | 870 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/ |
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/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
D | runtime.py | 146 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/ |
D | JniHdf.java | 388 _copy(hdfptr, hdfpath, source.hdfptr); 424 private static native void _copy(long destptr, String hdfpath, long srcptr);
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 760 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/ |
D | array_ops.py | 138 return input._copy() # pylint: disable=protected-access
|
/external/libunwind/doc/ |
D | libunwind-dynamic.tex | 372 \_U\_dyn\_op\_copy\_state();
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 373 def _copy(value): function
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 271 def _copy(value): function
|