Searched defs:_copy (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython2/Lib/
H A Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): function
175 _copy(master_fd, master_read, stdin_read)
H A 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/cpython3/Lib/
H A Dpty.py129 def _copy(master_fd, master_read=_read, stdin_read=_read): function
164 _copy(master_fd, master_read, stdin_read)
H A 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/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java388 _copy(hdfptr, hdfpath, source.hdfptr);
424 private static native void _copy(long destptr, String hdfpath, long srcptr); method in class:JniHdf
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Druntime.py146 def _copy(self): member in class:Context
170 c = self._copy()
178 c = self._copy()
464 ns = TemplateNamespace(uri, self.context._copy(),
/external/pdfium/third_party/pymock/
H A Dmock.py373 def _copy(value): function
/external/python/cpython2/Lib/test/
H A D_mock_backport.py273 def _copy(value): function
/external/python/cpython3/Lib/test/
H A Dtest_shutil.py870 def _copy(src, dst): function in function:TestShutil.test_copytree_special_func
873 shutil.copytree(src_dir, dst_dir, copy_function=_copy)
1687 def _copy(src, dst): function in function:TestMove.test_move_file_special_function
1689 shutil.move(self.src_file, self.dst_dir, copy_function=_copy)
1695 def _copy(src, dst): function in function:TestMove.test_move_dir_special_function
1699 shutil.move(self.src_dir, self.dst_dir, copy_function=_copy)
/external/python/cpython3/Lib/unittest/
H A Dmock.py271 def _copy(value): function
/external/tensorflow/tensorflow/python/framework/
H A Dops.py760 def _copy(self, ctx=None, device_name=None): member in class:_EagerTensorBase
778 return [dresult._copy(device_name=self_device)]
779 tape.record_operation("_copy", [new_tensor], [self], grad_fun)
802 return self._copy(context.context(), "CPU:0")
815 return self._copy(context.context(), "GPU:" + str(gpu_index))
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 843 milliseconds