Searched refs:copy (Results 26 - 50 of 105) sorted by relevance

12345

/haiku/headers/tools/cppunit/cppunit/
H A DCompilerOutputter.h90 /// Prevents the use of the copy constructor.
91 CompilerOutputter( const CompilerOutputter &copy );
93 /// Prevents the use of the copy operator.
94 void operator =( const CompilerOutputter &copy );
H A DTestResultCollector.h71 /// Prevents the use of the copy constructor.
72 TestResultCollector( const TestResultCollector &copy );
74 /// Prevents the use of the copy operator.
75 void operator =( const TestResultCollector &copy );
H A DXmlOutputter.h118 /// Prevents the use of the copy constructor.
119 XmlOutputter( const XmlOutputter &copy );
121 /// Prevents the use of the copy operator.
122 void operator =( const XmlOutputter &copy );
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestFactoryRegistry.h129 TestFactoryRegistry( const TestFactoryRegistry &copy );
130 void operator =( const TestFactoryRegistry &copy );
/haiku/src/tools/cppunit/cppunit/
H A DTestCase.cpp36 Exception *copy = e.clone();
37 result->addFailure( this, copy );
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPManager.h17 PPPManager(const PPPManager& copy);
18 PPPManager& operator= (const PPPManager& copy);
/haiku/headers/libs/print/libprint/
H A DPrintJobReader.h10 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
40 PrintJobPage(const PrintJobPage& copy);
49 PrintJobPage& operator=(const PrintJobPage& copy);
H A DStatusWindow.h25 bool UpdateStatusBar(uint32 page, uint32 copy);
/haiku/headers/private/netservices/
H A DHttpHeaders.h25 BHttpHeader(const BHttpHeader& copy);
55 BHttpHeaders(const BHttpHeaders& copy);
/haiku/src/system/libnetwork/
H A Dgetifaddrs.cpp34 sockaddr_storage* copy = new (std::nothrow) sockaddr_storage;
35 if (copy == NULL)
47 memcpy(copy, &address, length);
48 copy->ss_len = length;
49 return (sockaddr*)copy;
/haiku/headers/cpp/
H A Dstl_bvector.h6 * Permission to use, copy, modify, distribute and sell this software
18 * Permission to use, copy, modify, distribute and sell this software
429 iterator __i = copy(begin(), __position, iterator(__q, 0));
431 _M_finish = copy(__position, end(), __i);
455 copy(__first, __last, _M_start);
477 copy(__first, __last, __position);
483 iterator __i = copy(begin(), __position, iterator(__q, 0));
484 __i = copy(__first, __last, __i);
485 _M_finish = copy(__position, end(), __i);
543 copy(__
[all...]
H A Dalgobase.h6 * Permission to use, copy, modify, distribute and sell this software
17 * Permission to use, copy, modify, distribute and sell this software
49 using __STD::copy;
H A Dstl_algobase.h6 * Permission to use, copy, modify, distribute and sell this software
18 * Permission to use, copy, modify, distribute and sell this software
113 // copy
116 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
157 static _OutputIter copy(_InputIter __first, _InputIter __last, function in struct:__copy_dispatch
168 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_dispatch
176 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_dispatch
182 inline _OutputIter copy(_InputIter __first, _InputIter __last, function
188 ::copy(__first, __last, __result);
194 inline _OutputIter copy(_InputIte function
202 inline char* copy(const char* __first, const char* __last, char* __result) { function
207 inline wchar_t* copy(const wchar_t* __first, const wchar_t* __last, function
259 static _BidirectionalIter2 copy(_BidirectionalIter1 __first, function in struct:__copy_backward_dispatch
269 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_backward_dispatch
279 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_backward_dispatch
[all...]
H A Dstl_deque.h6 * Permission to use, copy, modify, distribute and sell this software
18 * Permission to use, copy, modify, distribute and sell this software
617 erase(copy(__x.begin(), __x.end(), _M_start), _M_finish);
620 copy(__x.begin(), __mid, _M_start);
683 copy(__first, __mid, begin());
687 erase(copy(__first, __last, begin()), end());
823 copy(__next, _M_finish, __pos);
1059 copy(__last, _M_finish, __first);
1243 copy(__first, __last, inserter(*this, __pos));
1294 copy(__front
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c195 char *copy = strdup(param); local
196 if (!copy)
199 *(char **) var = copy;
296 char *copy; local
301 copy = strdup(opts);
302 if (!copy) {
306 res = process_real_option_group(ctx, copy);
307 free(copy);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h48 KPPPLCP(const KPPPLCP& copy);
49 KPPPLCP& operator= (const KPPPLCP& copy);
/haiku/headers/cpp/std/
H A Dbastring.cc15 // You should have received a copy of the GNU General Public License
72 p->copy (0, data (), len);
106 p->copy (0, data (), length ());
136 copy (size_t pos, const charT *s, size_t n) function in class:basic_string::Rep
139 traits::copy (data () + pos, s, n);
165 p->copy (0, data (), pos);
166 p->copy (pos + n2, data () + pos + n1, len - (pos + n1));
167 p->copy (pos, s, n2);
173 rep ()->copy (pos, s, n2);
201 p->copy (
231 copy (charT* s, size_type n, size_type pos) const function in class:basic_string
[all...]
H A Dstraits.h15 // You should have received a copy of the GNU General Public License
77 static char_type* copy (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
126 static char_type* copy (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
154 static char_type* copy (char_type* s1, const char_type* s2, size_t n)
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp164 BMessage copy(*Message());
165 copy.AddString("file", file->GetFile());
166 InvokeNotify(&copy);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp109 BBitmap *copy = new BBitmap(fFrame, fColorSpace, false); local
110 AutoDelete<BBitmap> _copy(copy);
111 if (copy == NULL || copy->IsValid() == false || copy->InitCheck() != B_OK)
117 memcpy(copy->Bits(), fBitmap->Bits(), fBitmap->BitsLength());
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp89 PPPInterfaceListener::PPPInterfaceListener(const PPPInterfaceListener& copy) argument
90 : fTarget(copy.Target()),
/haiku/src/libs/print/libprint/
H A DStatusWindow.cpp123 StatusWindow::UpdateStatusBar(uint32 page, uint32 copy) argument
146 sprintf(buffer,"%d",(int)(fCopies - copy) );
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Drshift.S15 You should have received a copy of the GNU Lesser General Public
36 mtctr r5 # copy size into CTR
/haiku/src/kits/app/
H A DHandler.cpp674 // No copy construction allowed.
749 BMessage* copy = NULL; local
751 copy = new BMessage(*notice);
752 copy->what = B_OBSERVER_NOTICE_CHANGE;
753 copy->AddInt32(B_OBSERVE_ORIGINAL_WHAT, notice->what);
755 copy = new BMessage(B_OBSERVER_NOTICE_CHANGE);
757 copy->AddInt32(B_OBSERVE_WHAT_CHANGE, what);
759 _SendNotices(what, copy);
760 _SendNotices(B_OBSERVER_OBSERVE_ALL, copy);
762 delete copy;
[all...]
/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp125 char* copy = &original; local
135 iconv(iso8859_1to, &copy, &len, &dst, &outputLeft);

Completed in 198 milliseconds

12345