Searched refs:Copy (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/apps/activitymonitor/
H A DDataSource.h28 virtual DataSource* Copy() const;
84 virtual DataSource* Copy() const;
99 virtual DataSource* Copy() const;
114 virtual DataSource* Copy() const;
129 virtual DataSource* Copy() const;
143 virtual DataSource* Copy() const;
158 virtual DataSource* Copy() const;
172 virtual DataSource* Copy() const;
186 virtual DataSource* Copy() const;
200 virtual DataSource* Copy() cons
[all...]
H A DDataSource.cpp83 DataSource::Copy() const function in class:DataSource
93 return Copy();
316 UsedMemoryDataSource::Copy() const function in class:UsedMemoryDataSource
372 CachedMemoryDataSource::Copy() const function in class:CachedMemoryDataSource
431 SwapSpaceDataSource::Copy() const function in class:SwapSpaceDataSource
487 BlockCacheDataSource::Copy() const function in class:BlockCacheDataSource
541 SemaphoresDataSource::Copy() const function in class:SemaphoresDataSource
602 PortsDataSource::Copy() const function in class:PortsDataSource
656 ThreadsDataSource::Copy() const function in class:ThreadsDataSource
710 TeamsDataSource::Copy() cons function in class:TeamsDataSource
764 RunningAppsDataSource::Copy() const function in class:RunningAppsDataSource
834 CPUFrequencyDataSource::Copy() const function in class:CPUFrequencyDataSource
982 CPUUsageDataSource::Copy() const function in class:CPUUsageDataSource
1136 CPUCombinedUsageDataSource::Copy() const function in class:CPUCombinedUsageDataSource
1251 PageFaultsDataSource::Copy() const function in class:PageFaultsDataSource
1359 NetworkUsageDataSource::Copy() const function in class:NetworkUsageDataSource
1467 ClipboardSizeDataSource::Copy() const function in class:ClipboardSizeDataSource
1531 MediaNodesDataSource::Copy() const function in class:MediaNodesDataSource
[all...]
/haiku/headers/private/debugger/types/
H A DValueLocation.h55 if (!Copy(other))
67 if (!Copy(other))
73 bool Copy(const ValuePieceLocation& other) function in struct:ValuePieceLocation
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp130 if (!piece.Copy(tempPiece))
160 if (!piece.Copy(other.PieceAt(i)))
175 if (!piece.Copy(tempPiece))
205 if (!piece.Copy(other.PieceAt(i)))
265 return fPieces[index].Copy(piece);
/haiku/src/bin/
H A Dclipboard.cpp42 status_t Copy(const char *string);
91 status = Copy(optarg);
97 status = Copy(NULL);
235 ClipboardApp::Copy(const char *string) function in class:ClipboardApp
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h45 static void Copy(bdaddr_t& dst, const bdaddr_t& src) function in class:Bluetooth::bdaddrUtils
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp45 BBitmap *Copy();
105 OffscreenBitmap::Copy() function in class:OffscreenBitmap
229 return bitmap.Copy();
258 return bitmap.Copy();
/haiku/src/apps/installer/
H A DCopyEngine.h35 status_t Copy(const char* source,
H A DCopyEngine.cpp127 CopyEngine::Copy(const char* _source, const char* _destination, function in class:CopyEngine
H A DWorkerThread.cpp533 err = engine.Copy(srcDirectory.Path(), targetDirectory.Path(),
557 err = engine.Copy(pkgPath.Path(), targetPath.Path(),
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h74 void Copy(BClipboard* clipboard);
H A DTextDocumentView.cpp62 Copy(be_clipboard);
419 TextDocumentView::Copy(BClipboard* clipboard) function in class:TextDocumentView
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.h150 status_t Copy(BPositionIO* in, BPositionIO* out);
/haiku/src/apps/deskcalc/
H A DCalcView.h70 // Copy contents of view to system clipboard.
71 void Copy();
H A DCalcView.cpp341 Copy();
795 Copy(); // copy data to clipboard
801 CalcView::Copy() function in class:CalcView
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h119 status_t Copy(BPositionIO* in, BPositionIO* out);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp56 bdaddrUtils::Copy(conn->destination, dst);
/haiku/src/apps/diskprobe/
H A DDataView.h95 void Copy();
H A DFindWindow.cpp60 virtual void Copy(BClipboard* clipboard);
260 FindTextView::Copy(BClipboard* clipboard) function in class:FindTextView
263 BTextView::Copy(clipboard);
314 Copy(clipboard);
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h111 u_char Status, Pin, Copy, Option, ExtStatus; member in struct:config_info_t
169 u_char Status, Pin, Copy, ExtStatus; member in struct:config_req_t
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp326 if (!piece.Copy(objectLocation.PieceAt(0)))
400 if (!piece.Copy(_location.PieceAt(i)))
437 if (!piece.Copy(_location.PieceAt(0)))
974 if (!piece.Copy(parentLocation.PieceAt(0)))
1163 if (!piece.Copy(parentLocation.PieceAt(0)))
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp147 bdaddrUtils::Copy(createConnection->bdaddr, fBdaddr);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h183 * length = 0: Copy a whole
187 status_t Copy(const Node* origin, uint32 start, uint32 end,
200 //! Internal function used by Copy
251 * Copy-On-Write all internal nodes start from a specific level.
/haiku/src/apps/terminal/
H A DTermView.h118 void Copy(BClipboard* clipboard);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp999 Operator::Copy() const
1016 if (fLeft != NULL && (left = fLeft->Copy()) == NULL)
1018 if (fRight != NULL && (right = fRight->Copy()) == NULL) {

Completed in 213 milliseconds

12