Home
last modified time | relevance | path

Searched refs:DoCopy (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-anon-97.cs12 public delegate void DoCopy(); in DoCopy() method in Space
14 public DoCopy CopyIt;
17 { DoCopy one; in Leak()
H A Dtest-anon-34.cs24 public delegate void DoCopy(); in DoCopy() method in Delegates.Space
26 public DoCopy CopyIt;
29 { DoCopy one = null; in Leak()
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGPathSegList.h22 wxSVGPathSegList(const wxSVGPathSegList& src) { DoCopy(src); } in wxSVGPathSegList()
24 { Clear(); DoCopy(src); return *this; }
30 void DoCopy(const wxSVGPathSegList& src);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGPathSegList.h24 { DoCopy(src); } in wxSVGPathSegList()
26 { Clear(); DoCopy(src); return *this; }
32 void DoCopy(const wxSVGPathSegList& src);
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_zipfile.cpp661 quint32 DoCopy, i; in ExtractFile() local
667 DoCopy = Stream.avail_out; in ExtractFile()
669 DoCopy = Stream.avail_in; in ExtractFile()
671 for (i = 0; i < DoCopy; i++) in ExtractFile()
675 RestReadUncompressed -= DoCopy; in ExtractFile()
676 Stream.avail_in -= DoCopy; in ExtractFile()
677 Stream.avail_out -= DoCopy; in ExtractFile()
678 Stream.next_out += DoCopy; in ExtractFile()
679 Stream.next_in += DoCopy; in ExtractFile()
680 Stream.total_out += DoCopy; in ExtractFile()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Darrimpl.cpp35 void name::DoCopy(const name& src) \
44 DoCopy(src); \
51 DoCopy(src); \
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Darrimpl.cpp36 void name::DoCopy(const name& src) \
45 DoCopy(src); \
52 DoCopy(src); \
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Darrimpl.cpp36 void name::DoCopy(const name& src) \
45 DoCopy(src); \
52 DoCopy(src); \
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Darrimpl.cpp36 void name::DoCopy(const name& src) \
45 DoCopy(src); \
52 DoCopy(src); \
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Darrimpl.cpp36 void name::DoCopy(const name& src) \
45 DoCopy(src); \
52 DoCopy(src); \
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Darrimpl.cpp35 void name::DoCopy(const name& src) \
44 DoCopy(src); \
51 DoCopy(src); \
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Darrimpl.cpp41 void name::DoCopy(const name& src) \
50 DoCopy(src); \
57 DoCopy(src); \
H A Dlist.h265 { Init(); DoCopy(list); } in wxListBase()
267 { Clear(); DoCopy(list); return *this; }
334 void DoCopy(const wxListBase& list);
546 …wxStringList(const wxStringList& other) : wxStringListBase() { DeleteContents(TRUE); DoCopy(other)… in wxStringList()
548 { Clear(); DoCopy(other); return *this; }
568 void DoCopy(const wxStringList&); // common part of copy ctor and operator=
H A Dhash.h166 { DoCopy(table); } in wxHashTable()
168 { Clear(); DoCopy(table); return *this; }
170 void DoCopy(const wxHashTable& table);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/file/
H A DnsFileChannel.cpp50 void DoCopy();
67 DoCopy(); in Run()
83 nsFileCopyEvent::DoCopy() in DoCopy() function in nsFileCopyEvent
218 mCopyEvent->DoCopy(); in NS_IMPL_ISUPPORTS_INHERITED0()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp43 return DoCopy(diagram, this, false, NULL); in IMPLEMENT_DYNAMIC_CLASS()
50 return DoCopy(this, diagram, true, dc, offsetX, offsetY); in Paste()
59 bool wxDiagramClipboard::DoCopy(wxDiagram* diagramFrom, wxDiagram* diagramTo, bool newIds, in DoCopy() function in wxDiagramClipboard
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp43 return DoCopy(diagram, this, false, NULL); in IMPLEMENT_DYNAMIC_CLASS()
50 return DoCopy(this, diagram, true, dc, offsetX, offsetY); in Paste()
59 bool wxDiagramClipboard::DoCopy(wxDiagram* diagramFrom, wxDiagram* diagramTo, bool newIds, in DoCopy() function in wxDiagramClipboard
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp43 return DoCopy(diagram, this, false, NULL); in IMPLEMENT_DYNAMIC_CLASS()
50 return DoCopy(this, diagram, true, dc, offsetX, offsetY); in Paste()
59 bool wxDiagramClipboard::DoCopy(wxDiagram* diagramFrom, wxDiagram* diagramTo, bool newIds, in DoCopy() function in wxDiagramClipboard
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp43 return DoCopy(diagram, this, false, NULL); in IMPLEMENT_DYNAMIC_CLASS()
50 return DoCopy(this, diagram, true, dc, offsetX, offsetY); in Paste()
59 bool wxDiagramClipboard::DoCopy(wxDiagram* diagramFrom, wxDiagram* diagramTo, bool newIds, in DoCopy() function in wxDiagramClipboard
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/file/
H A DnsFileChannel.cpp53 void DoCopy();
69 DoCopy(); in Run()
84 void nsFileCopyEvent::DoCopy() { in DoCopy() function in nsFileCopyEvent
204 mCopyEvent->DoCopy(); in ReadSegments()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/openmp/internal/
H A DFunctorsOpenMP.h92 static void DoCopy(T src, U dst, vtkm::Id numVals, std::true_type) in DoCopy() function
102 static void DoCopy(InIterT inIter, OutIterT outIter, vtkm::Id numVals, std::false_type) in DoCopy() function
113 static void DoCopy(InIterT inIter, OutIterT outIter, vtkm::Id numVals) in DoCopy() function
118 DoCopy(inIter, outIter, numVals, std::is_same<InValueType, OutValueType>()); in DoCopy()
153 DoCopy(inIter + i, outIter + i, chunkSize, isSame); in CopyHelper()
653 DoCopy(this->Data + right->OutputRange[0], this->Data + left->OutputRange[1], numVals);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/util/mkshadow/
H A Dmkshadow.c184 DoCopy(master_start, shadow_buffer, 0);
246 DoCopy(master, current, depth) in DoCopy() function
344 DoCopy(master, current, depth+1);
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/file/
H A DnsFileChannel.cpp53 void DoCopy();
69 DoCopy(); in Run()
84 void nsFileCopyEvent::DoCopy() { in DoCopy() function in nsFileCopyEvent
205 mCopyEvent->DoCopy(); in ReadSegments()
/dports/www/firefox/firefox-99.0/netwerk/protocol/file/
H A DnsFileChannel.cpp53 void DoCopy();
69 DoCopy(); in Run()
84 void nsFileCopyEvent::DoCopy() { in DoCopy() function in nsFileCopyEvent
205 mCopyEvent->DoCopy(); in ReadSegments()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/file/
H A DnsFileChannel.cpp53 void DoCopy();
69 DoCopy(); in Run()
84 void nsFileCopyEvent::DoCopy() { in DoCopy() function in nsFileCopyEvent
205 mCopyEvent->DoCopy(); in ReadSegments()

12345678910>>...14