Searched refs:removed (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsObserverList.cpp104 PRBool removed = PR_FALSE; local
119 removed = mObserverList->RemoveElement(observerRef);
120 if (!removed)
125 if (!removed && observerRef)
126 removed = mObserverList->RemoveElement(observerRef);
129 removed = mObserverList->RemoveElement(*anObserver);
131 return removed ? NS_OK : NS_ERROR_FAILURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcpmap.pl983 my $removed = 0;
990 $removed = $removed + $lowerbounds[$index];
994 $removed = $removed + $upperbounds[$index - 1];
997 $filled[$i] = $filled[$i] - $removed;
1003 printf OUTPUT "const WCHAR %s[%d] =\n", $name, $index * 256 + 512 - $removed;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddns.c373 * @param hostname hostname for which entries shall be removed from the local
375 * @param addr address for which entries shall be removed from the local host-list
376 * @return the number of removed entries
381 int removed = 0; local
396 removed++;
402 return removed;
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dgvmat64.asm30 ; 3. This notice may not be removed or altered from any source distribution.
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm182 ;; 3. This notice may not be removed or altered from any source distribution.
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_1.h7756 nsresult (*GetRemoved)(IStorageDeviceChangedEvent *pThis, PRBool *removed);
H A DVBoxCAPI_v4_2.h8762 nsresult (*GetRemoved)(IStorageDeviceChangedEvent *pThis, PRBool *removed);
H A DVBoxCAPI_v4_3.h20868 nsresult (*GetRemoved)(IStorageDeviceChangedEvent *pThis, PRBool *removed);
20895 nsresult (*GetRemoved)(IStorageDeviceChangedEvent *pThis, PRBool *removed);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmshtml.idl3378 [retval, out] IHTMLDOMNode **removed);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmshtml.idl3762 [retval, out] IHTMLDOMNode **removed);

Completed in 900 milliseconds