/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/ |
H A D | tmVector.cpp | 95 tmVector::Remove(void *aElement) { function in class:tmVector
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | VlanConfig.h | 107 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 D | Smbios.h | 186 Remove an SMBIOS record. 238 EFI_SMBIOS_REMOVE Remove; member in struct:_EFI_SMBIOS_PROTOCOL
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCheapSets.cpp | 80 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 D | nsBaseHashtable.h | 160 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 D | nsHashtable.cpp | 255 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 D | the-solaris-kernel.h | 195 } Remove; member in struct:RTR0FNSOLTHREADCTX
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/ |
H A D | PackageFile.py | 131 ## Remove the file 135 def Remove(self, Files): member in class:PackageFile
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsErrorService.cpp | 83 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 D | MediumLock.cpp | 300 HRESULT MediumLockListMap::Remove(const ComObjPtr<MediumAttachment> &aMediumAttachment) function in class:MediumLockListMap
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageUSB.cpp | 155 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 D | OpenHashTable.h | 204 // 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 D | avl_Base.cpp.h | 393 * 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 D | DecParserUnitTest.py | 388 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 D | nsJavaXPCOMBindingUtils.cpp | 602 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 D | nsLocalFileOS2.cpp | 752 rv = Remove(PR_FALSE); 826 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile 857 file->Remove(recursive);
|
H A D | nsLocalFileUnix.cpp | 884 rv = Remove(PR_TRUE); 893 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile 931 if (NS_FAILED(rv = file->Remove(recursive)))
|
H A D | nsLocalFileWin.cpp | 1274 rv = Remove(PR_FALSE /* recursive */); 1351 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile 1404 file->Remove(recursive);
|
H A D | nsLocalFileOSX.cpp | 691 Remove(PR_TRUE); 714 NS_IMETHODIMP nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
|
H A D | nsLocalFileMac.cpp | 1692 return Remove( PR_TRUE ); 1794 nsLocalFile::Remove(PRBool recursive) function in class:nsLocalFile
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_0.h | 2326 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
|
H A D | VBoxCAPI_v3_1.h | 2232 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
|
H A D | VBoxCAPI_v3_2.h | 2278 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
|
H A D | VBoxCAPI_v4_0.h | 2427 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
|
H A D | VBoxCAPI_v4_1.h | 2627 nsresult (*Remove)( member in struct:IVFSExplorer_vtbl
|