/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | remove.c | 42 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 D | isa.h | 58 void ( * remove ) ( struct isa_device *isa ); member in struct:isa_driver
|
H A D | linux.h | 52 void (*remove)(struct linux_device *device); member in struct:linux_driver
|
H A D | mca.h | 77 void ( * remove ) ( struct mca_device *mca ); member in struct:mca_driver
|
H A D | device.h | 110 void ( * remove ) ( struct root_device *rootdev ); member in struct:root_driver
|
H A D | eisa.h | 79 void ( * remove ) ( struct eisa_device *eisa ); member in struct:eisa_driver
|
H A D | isapnp.h | 232 void ( * remove ) ( struct isapnp_device *isapnp ); member in struct:isapnp_driver
|
H A D | netdevice.h | 394 void ( * remove ) ( struct net_device *netdev ); member in struct:net_driver
|
H A D | infiniband.h | 462 void ( * remove ) ( struct ib_device *ibdev ); member in struct:ib_driver
|
H A D | pci.h | 346 void ( * remove ) ( struct pci_device *pci ); member in struct:pci_driver
|
/vbox/src/VBox/ValidationKit/testmanager/core/ |
H A D | failurecategory.py | 183 def remove(self, uidAuthor, idFailureCategory, fNeedCommit=True): member in class:FailureCategoryLogic 195 FailureReasonLogic(self._oDb).remove( 225 self.remove(
|
H A D | failurereason.py | 240 def remove(self, uidAuthor, idFailureReason, fNeedCommit=True): member in class:FailureReasonLogic 279 self.remove(
|
H A D | globalresource.py | 200 def remove(self, uidAuthor, idGlobalRsrc): member in class:GlobalResourceLogic
|
H A D | schedgroup.py | 131 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 D | schedulerbase.py | 439 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 D | MkPkg.py | 22 from os import remove namespace 118 remove(XmlFile) 245 os.remove(GlobalData.gCONTENT_FILE)
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/ |
H A D | display_composite.cpp | 56 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 D | Log.py | 24 from os import remove namespace 310 remove(LogFile)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | Misc.py | 29 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 D | VBoxFBOverlay.cpp | 368 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 D | VFSExplorerImpl.cpp | 652 HRESULT VFSExplorer::remove(const std::vector<com::Utf8Str> &aNames, function in class:VFSExplorer
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_proc.c | 636 * 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 D | EventImpl.cpp | 468 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 D | UIMediumManager.cpp | 83 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 D | http.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ... |