Searched defs:remove (Results 1 - 25 of 44) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dremove.c42 remove.c 8.1 (Berkeley) 6/4/93
43 NetBSD: remove.c,v 1.13 2003/08/07 16:43:30 agc Exp
57 remove(const char *file) function
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Disa.h58 void ( * remove ) ( struct isa_device *isa ); member in struct:isa_driver
H A Dlinux.h52 void (*remove)(struct linux_device *device); member in struct:linux_driver
H A Dmca.h77 void ( * remove ) ( struct mca_device *mca ); member in struct:mca_driver
H A Ddevice.h110 void ( * remove ) ( struct root_device *rootdev ); member in struct:root_driver
H A Deisa.h79 void ( * remove ) ( struct eisa_device *eisa ); member in struct:eisa_driver
H A Disapnp.h232 void ( * remove ) ( struct isapnp_device *isapnp ); member in struct:isapnp_driver
H A Dnetdevice.h394 void ( * remove ) ( struct net_device *netdev ); member in struct:net_driver
H A Dinfiniband.h462 void ( * remove ) ( struct ib_device *ibdev ); member in struct:ib_driver
H A Dpci.h346 void ( * remove ) ( struct pci_device *pci ); member in struct:pci_driver
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dfailurecategory.py183 def remove(self, uidAuthor, idFailureCategory, fNeedCommit=True): member in class:FailureCategoryLogic
195 FailureReasonLogic(self._oDb).remove(
225 self.remove(
H A Dfailurereason.py240 def remove(self, uidAuthor, idFailureReason, fNeedCommit=True): member in class:FailureReasonLogic
279 self.remove(
H A Dglobalresource.py200 def remove(self, uidAuthor, idGlobalRsrc): member in class:GlobalResourceLogic
H A Dschedgroup.py131 asAttributes.remove('oTestGroup');
355 asAttributes.remove('oBuildSrc');
356 asAttributes.remove('oBuildSrcValidationKit');
357 asAttributes.remove('aoTestBoxes');
574 raise TMExceptionBase('Cannot remove the default scheduling group (id 1).');
826 def remove(self, uidAuthor, idScedGroup, fNeedCommit=True): member in class:SchedGroupLogic
H A Dschedulerbase.py439 def remove(self): member in class:SchedulerBase.BuildCache.BuildCacheEntry
442 This doesn't actually remove it from the cache array, only marks
1024 oEntry.remove();
1084 oEntry.remove();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMkPkg.py22 from os import remove namespace
118 remove(XmlFile)
245 os.remove(GlobalData.gCONTENT_FILE)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_composite.cpp56 bool CrFbDisplayComposite::remove(CrFbDisplayBase *pDisplay, bool fCleanupDisplay) function in class:CrFbDisplayComposite
338 remove(pIter, fCleanupDisplays);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py24 from os import remove namespace
310 remove(LogFile)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py29 from os import remove namespace
142 remove(File)
190 Dirs.remove(Item)
193 Dirs.remove(Dir)
307 self._key_list.remove(Key)
398 ## Return value related to a key, and remove the (key, value) from the dict
409 ## Return (key, value) pair, and remove the (key, value) from the dict
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp368 void* VBoxVHWAHandleTable::remove(uint32_t h) function in class:VBoxVHWAHandleTable
2589 pList->remove(pSurf);
2627 pList->remove(pSurf);
2639 void * test = mSurfHandleTable.remove(pCmd->u.in.hSurf);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp652 HRESULT VFSExplorer::remove(const std::vector<com::Utf8Str> &aNames, function in class:VFSExplorer
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.c636 * Destroy and remove any remaining breakpoints, set dpr_done and clear
671 dt_proc_lookup(dtrace_hdl_t *dtp, struct ps_prochandle *P, int remove) argument
687 if (remove)
688 *dpp = dpr->dpr_hash; /* remove from pid hash chain */
755 * Before we free the process structure, remove this dt_proc_t from the
757 * and remove this dt_proc_t if it is enqueued.
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp468 void remove(ListenerRecord *aRec) function in class:EventMapList
759 (*aEvMap)[j - FirstEvent].remove(this);
1102 // keep listener record reference, in case someone will remove it while in callback
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp83 virtual bool remove() = 0;
278 bool remove() function in class:UIMediumItemHD
288 /* Propose to remove medium storage: */
346 /** Proposes user to remove CMedium storage wrapped by <i>this</i> item. */
420 bool remove() function in class:UIMediumItemCD
503 bool remove() function in class:UIMediumItemFD
841 pMediumItem->remove();
1043 /* Create remove-action: */
1047 /* Configure remove-action: */
1736 m_pActionCopy->setToolTip(m_pActionCopy->text().remove('
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...

Completed in 117 milliseconds

12