Searched defs:Remove (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmVector.cpp95 tmVector::Remove(void *aElement) { function in class:tmVector
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DVlanConfig.h107 Remove the configured VLAN device.
109 The Remove() function is used to remove the specified VLAN device.
138 EFI_VLAN_CONFIG_REMOVE Remove; member in struct:_EFI_VLAN_CONFIG_PROTOCOL
H A DSmbios.h186 Remove an SMBIOS record.
238 EFI_SMBIOS_REMOVE Remove; member in struct:_EFI_SMBIOS_PROTOCOL
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCheapSets.cpp80 nsCheapStringSet::Remove(const nsAString& aVal) function in class:nsCheapStringSet
82 // Remove from the hash if the hash is there
85 set->Remove(aVal);
89 // Remove the string if there is just a string
156 nsCheapInt32Set::Remove(PRInt32 aVal) function in class:nsCheapInt32Set
160 set->Remove(aVal);
H A DnsBaseHashtable.h160 void Remove(KeyType aKey) { this->RemoveEntry(aKey); } function in class:nsBaseHashtable
286 void Remove(KeyType aKey);
416 nsBaseHashtableMT<KeyClass,DataType,UserDataType>::Remove(KeyType aKey) function in class:nsBaseHashtableMT
419 nsBaseHashtable<KeyClass,DataType,UserDataType>::Remove(aKey);
H A DnsHashtable.cpp255 void *nsHashtable::Remove(nsHashKey *aKey) function in class:nsHashtable
799 void *value = Remove(aKey);
850 nsSupportsHashtable::Remove(nsHashKey *aKey, nsISupports **value) function in class:nsSupportsHashtable
852 void* data = nsHashtable::Remove(aKey);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthe-solaris-kernel.h195 } Remove; member in struct:RTR0FNSOLTHREADCTX
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py131 ## Remove the file
135 def Remove(self, Files): member in class:PackageFile
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsErrorService.cpp83 nsInt2StrHashtable::Remove(PRUint32 key) function in class:nsInt2StrHashtable
86 char* oldValue = (char*)mHashtable.Remove(&k);
118 return mErrorStringBundleURLMap.Remove(errorModule);
140 return mErrorStringBundleKeyMap.Remove(error);
/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp300 HRESULT MediumLockListMap::Remove(const ComObjPtr<MediumAttachment> &aMediumAttachment) function in class:MediumLockListMap
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp155 enum Action { Invalid, Add, Modify, Remove }; enumerator in enum:USBFilterCmd::Action
181 else if (!strcmp(a->argv[0], "remove")) cmd.mAction = USBFilterCmd::Remove;
354 case USBFilterCmd::Remove:
518 case USBFilterCmd::Remove:
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h204 // TODO: a ValueType* Remove(const KeyType& key) method is missing
206 bool Remove(ValueType* value) function in class:BOpenHashTable
/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h393 * Remove last stack entry.
399 KAVL_DECL(PKAVLNODECORE) KAVL_FN(Remove)(PPKAVLNODECORE ppTree, KAVLKEY Key) function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserUnitTest.py388 def Remove(self): member in class:TmpFile
409 self.File.Remove()
458 self.File.Remove()
513 File.Remove()
528 File.Remove()
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMBindingUtils.cpp602 NativeToJavaProxyMap::Remove(JNIEnv* env, nsISupports* aNativeObject, function in class:NativeToJavaProxyMap
760 JavaToXPTCStubMap::Remove(jint aJavaObjectHashCode) function in class:JavaToXPTCStubMap
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp752 rv = Remove(PR_FALSE);
826 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
857 file->Remove(recursive);
H A DnsLocalFileUnix.cpp884 rv = Remove(PR_TRUE);
893 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
931 if (NS_FAILED(rv = file->Remove(recursive)))
H A DnsLocalFileWin.cpp1274 rv = Remove(PR_FALSE /* recursive */);
1351 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
1404 file->Remove(recursive);
H A DnsLocalFileOSX.cpp691 Remove(PR_TRUE);
714 NS_IMETHODIMP nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
H A DnsLocalFileMac.cpp1692 return Remove( PR_TRUE );
1794 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h2326 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v3_1.h2232 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v3_2.h2278 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_0.h2427 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_1.h2627 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl

Completed in 192 milliseconds

12