Home
last modified time | relevance | path

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

/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/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/libunwind/doc/
Dlibunwind-dynamic.tex372 \_U\_dyn\_op\_copy\_state();
/external/pdfium/third_party/pymock/
Dmock.py373 def _copy(value): function