Searched defs:attach (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Main/include/
H A DAutoCaller.h146 * @param aObj New object to attach, may be @c NULL.
148 void attach(VirtualBoxBase *aObj) function in class:AutoCaller
166 /** Verbose equivalent to <tt>attach(NULL)</tt>. */
167 void detach() { attach(NULL); }
H A DVirtualBoxBase.h823 void allocate() { attach(new D); }
834 void attach(D *d) { function in class:Shareable
844 void attach(Shareable &d) { function in class:Shareable
850 attach(d.mData);
870 attach(new D(*d));
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
/vbox/include/VBox/com/
H A DAutoLock.h537 void attach(LockHandle *aHandle);
539 /** @see attach (LockHandle *) */
540 void attach(LockHandle &aHandle) function in class:util::AutoWriteLock
542 attach(&aHandle);
545 /** @see attach (LockHandle *) */
546 void attach(const Lockable &aLockable) function in class:util::AutoWriteLock
548 attach(aLockable.lockHandle());
551 /** @see attach (LockHandle *) */
552 void attach(const Lockable *aLockable) function in class:util::AutoWriteLock
554 attach(aLockabl
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.cpp187 PRfilebuf::attach(PRFileDesc *fd) function in class:PRfilebuf
387 PRifstream::attach(PRFileDesc *fd) function in class:PRifstream
389 if (!(rdbuf()->attach(fd)))
453 PRofstream::attach(PRFileDesc *fd) function in class:PRofstream
455 if (!(rdbuf()->attach(fd)))
525 PRfstream::attach(PRFileDesc *fd) function in class:PRfstream
527 if (!(rdbuf()->attach(fd)))
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp612 * also means that if the lock was not acquired at all before #attach(), it
615 * @param aHandle New handle to attach.
617 void AutoWriteLock::attach(LockHandle *aHandle) function in class:util::AutoWriteLock
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h338 aVec[i].attach(aArr[i]);
684 void attach(OI *aIface) function in class:CInterface
707 /** Specialization of attach() for our own interface I. Never fails. */
708 void attach(I *aIface) function in class:CInterface
760 attach(that.ptr());
767 attach(aIface);
829 attach(that.ptr());
845 attach(aIface);
855 attach(that.ptr());
876 attach(aIfac
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp965 bool attach = !strcmp(a->argv[1], "usbattach"); local
986 if (attach)
1014 if (attach)
1649 if (!strcmp(a->argv[2], "attach"))
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp102 void attach();
613 void UIFrameBufferPrivate::attach() function in class:UIFrameBufferPrivate
1594 void UIFrameBuffer::attach() function in class:UIFrameBuffer
1596 m_pFrameBuffer->attach();
H A DUIMachineLogic.cpp121 USBTarget() : attach(false), id(QString()) {}
123 : attach(fAttach), id(strId) {}
124 bool attach; member in struct:USBTarget
132 WebCamTarget() : attach(false), name(QString()), path(QString()) {}
134 : attach(fAttach), name(strName), path(strPath) {}
135 bool attach; member in struct:WebCamTarget
1783 if (target.attach)
1785 /* Try to attach corresponding device: */
1829 if (target.attach)
1831 /* Try to attach correspondin
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h2282 int attach; member in struct:debug_process_request
3918 int attach; member in struct:attach_thread_input_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h2100 int attach; member in struct:debug_process_request
3641 int attach; member in struct:attach_thread_input_request
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 137 milliseconds