Searched refs:copy (Results 1 - 25 of 105) sorted by relevance

12345

/haiku/src/kits/interface/
H A DRect.cpp89 BRect copy(*this);
90 copy.InsetBy(point);
91 return copy;
98 BRect copy(*this);
99 copy.InsetBy(dx, dy);
100 return copy;
143 BRect copy(*this);
144 copy.OffsetBy(point);
145 return copy;
152 BRect copy(*thi
[all...]
H A DAffineTransform.cpp13 // Permission to copy, use, modify, sell and distribute this software
259 BAffineTransform copy(*this);
260 copy.TranslateBy(x, y);
261 return copy;
287 BAffineTransform copy(*this);
288 copy.RotateBy(angle);
289 return copy;
296 BAffineTransform copy(*this);
297 copy.RotateBy(center, angle);
298 return copy;
[all...]
/haiku/headers/tools/cppunit/
H A DSemaphoreSyncObject.h23 //! Prevents the use of the copy constructor.
24 SemaphoreSyncObject( const SemaphoreSyncObject &copy );
26 //! Prevents the use of the copy operator.
27 void operator =( const SemaphoreSyncObject &copy );
H A DLockerSyncObject.h23 //! Prevents the use of the copy constructor.
24 LockerSyncObject( const LockerSyncObject &copy );
26 //! Prevents the use of the copy operator.
27 void operator =( const LockerSyncObject &copy );
/haiku/headers/tools/cppunit/cppunit/
H A DTextTestProgressListener.h30 /// Prevents the use of the copy constructor.
31 TextTestProgressListener( const TextTestProgressListener &copy );
33 /// Prevents the use of the copy operator.
34 void operator =( const TextTestProgressListener &copy );
H A DSynchronizedObject.h70 /// Prevents the use of the copy constructor.
71 SynchronizedObject( const SynchronizedObject &copy );
73 /// Prevents the use of the copy operator.
74 void operator =( const SynchronizedObject &copy );
H A DTextOutputter.h48 /// Prevents the use of the copy constructor.
49 TextOutputter( const TextOutputter &copy );
51 /// Prevents the use of the copy operator.
52 void operator =( const TextOutputter &copy );
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DLockerHelper.h24 LockerHelper(const LockerHelper& copy);
25 LockerHelper& operator= (const LockerHelper& copy);
H A DKPPPConfigurePacket.h26 KPPPConfigurePacket(const KPPPConfigurePacket& copy);
27 KPPPConfigurePacket& operator= (const KPPPConfigurePacket& copy);
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp10 Permission is hereby granted, free of charge, to any person obtaining a copy of
13 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
52 PrintJobPage::PrintJobPage(const PrintJobPage& copy) argument
53 : fJobFile(copy.fJobFile)
54 , fNextPicture(copy.fNextPicture)
55 , fNumberOfPictures(copy.fNumberOfPictures)
56 , fPicture(copy.fPicture)
57 , fStatus(copy.fStatus)
62 PrintJobPage& PrintJobPage::operator=(const PrintJobPage& copy) argument
64 if (this != &copy) {
[all...]
/haiku/src/libs/glut/
H A Dglut_util.c27 char *copy; local
29 copy = (char*) malloc(strlen(string) + 1);
30 if (copy == NULL)
32 strcpy(copy, string);
33 return copy;
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h22 PPPInterfaceListener(const PPPInterfaceListener& copy);
49 PPPInterfaceListener& operator= (const PPPInterfaceListener& copy) argument
50 { SetTarget(copy.Target()); return *this; }
H A DPPPInterface.h18 PPPInterface(const PPPInterface& copy);
56 //! Same as \c SetTo(copy.ID());
57 PPPInterface& operator= (const PPPInterface& copy) argument
58 { SetTo(copy.ID()); return *this; }
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp37 BMessage copy(*message);
38 copy.AddString("value", Value());
39 return InputTextView::Invoke(&copy);
H A DInputTextView.cpp114 BMessage copy(*message);
115 copy.AddInt64("when", system_time());
116 copy.AddPointer("source", (BView*)this);
117 return BInvoker::Invoke(&copy);
H A DNummericalTextView.cpp45 BMessage copy(*message);
46 copy.AddInt32("be:value", IntValue());
47 copy.AddFloat("float value", FloatValue());
48 return InputTextView::Invoke(&copy);
/haiku/src/servers/app/
H A DIntRect.cpp86 IntRect copy(*this);
87 copy.InsetBy(point);
88 return copy;
95 IntRect copy(*this);
96 copy.InsetBy(dx, dy);
97 return copy;
140 IntRect copy(*this);
141 copy.OffsetBy(point);
142 return copy;
149 IntRect copy(*thi
[all...]
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcsmbsload.h15 You should have received a copy of the GNU Lesser General Public
39 extern void __wcsmbs_clone_conv (struct gconv_fcts *copy)
H A Dwcsmbsload.c15 You should have received a copy of the GNU Lesser General Public
78 __wcsmbs_clone_conv (struct gconv_fcts *copy) argument
81 *copy = __wcsmbs_gconv_fcts;
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp109 BMessage copy(*message);
110 copy.AddInt64("when", system_time());
111 copy.AddPointer("source", (BView*)this);
112 return BInvoker::Invoke(&copy);
/haiku/src/apps/sudoku/
H A DSudokuGenerator.cpp120 SudokuField copy(field);
126 } while (copy.ValueAt(x, y) == 0 || tried[x + y * field.Size()]);
129 copy.SetValueAt(x, y, 0);
131 if (_HasOnlyOneSolution(copy)) {
133 field.SetTo(&copy);
148 SudokuField copy(field);
149 copy.SetValueAt(x, y, 0);
151 if (_HasOnlyOneSolution(copy)) {
154 field.SetTo(&copy);
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S44 pushl 12(%ebp) # copy "image" argument
45 pushl 8(%ebp) # copy "systab" argument
/haiku/src/preferences/shortcuts/
H A DMetaKeyStateMap.cpp60 char* copy = new char[strlen(d) + 1]; local
61 strcpy(copy, d);
62 fStateDescs.AddItem(copy);
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp78 BHttpAuthentication* copy local
80 fAuthenticationMap->Put(hostHash, copy);
98 BCertificate* copy = new(std::nothrow) BCertificate(certificate); local
99 if (copy != NULL) {
100 fCertificates.AddItem(copy);
/haiku/src/kits/support/
H A DBufferedDataIO.cpp154 size_t copy = min_c(size, fSize); local
155 memcpy(buffer, fBuffer, copy);
156 TRACE("%p: copy %" B_PRIuSIZE" bytes to buffer\n", this, copy);
158 bytesRead += copy;
159 fPosition = copy;
160 fSize -= copy;

Completed in 135 milliseconds

12345