Searched defs:Drop (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTable.py65 ## Drop a table
67 # Drop the table
69 def Drop(self): member in class:Table
72 EdkLogger.verbose("Drop tabel %s ... DONE!" % self.Table)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py58 self.Drop()
93 ## Drop a table
95 # Drop the table
97 def Drop(self): member in class:Table
102 print "An error occurred when Drop a table:", e.args[0]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Input.c270 UINT32 Drop; local
293 Drop = TCP_SUB_SEQ (Left, Seg->Seq);
299 Drop--;
315 if (Drop != 0) {
316 NetbufTrim (Nbuf, Drop, NET_BUF_HEAD);
325 Drop = TCP_SUB_SEQ (Seg->End, Right);
330 Drop--;
333 if (Drop != 0) {
334 NetbufTrim (Nbuf, Drop, NET_BUF_TAIL);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpInput.c294 UINT32 Drop; local
317 Drop = TCP_SUB_SEQ (Left, Seg->Seq);
323 Drop--;
339 if (Drop != 0) {
340 NetbufTrim (Nbuf, Drop, NET_BUF_HEAD);
349 Drop = TCP_SUB_SEQ (Seg->End, Right);
354 Drop--;
357 if (Drop != 0) {
358 NetbufTrim (Nbuf, Drop, NET_BUF_TAIL);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py58 self.Drop()
93 ## Drop a table
95 # Drop the table
97 def Drop(self): member in class:Table
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp261 STDMETHODIMP VBoxDnDDropTarget::Drop(IDataObject *pDataObject, function in class:VBoxDnDDropTarget
280 ("Data format changed between DragEnter() and Drop(), cfFormat=%RI16 (%s), hr=%Rhrc\n",
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleidl.h3499 virtual HRESULT STDMETHODCALLTYPE Drop(
3539 HRESULT (STDMETHODCALLTYPE *Drop)( member in struct:IDropTargetVtbl
3561 #define IDropTarget_Drop(This,pDataObj,grfKeyState,pt,pdwEffect) (This)->lpVtbl->Drop(This,pDataObj,grfKeyState,pt,pdwEffect)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleidl.h3499 virtual HRESULT STDMETHODCALLTYPE Drop(
3539 HRESULT (STDMETHODCALLTYPE *Drop)( member in struct:IDropTargetVtbl
3561 #define IDropTarget_Drop(This,pDataObj,grfKeyState,pt,pdwEffect) (This)->lpVtbl->Drop(This,pDataObj,grfKeyState,pt,pdwEffect)

Completed in 57 milliseconds