Searched refs:reset (Results 1 - 25 of 122) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.h104 #pragma options align=reset
H A Dmac_xpidl_panel.cpp89 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset);
201 /* determine if we need to reset paths, recompile, or relink */
202 Validate(pb->originalPrefs, pb->currentPrefs, &pb->recompile, &pb->relink, &pb->reset);
393 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset) argument
401 *reset = false;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dhistogram.h45 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values);
48 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
/vbox/include/iprt/cpp/
H A Dmem.h231 this->reset(NULL);
235 this->reset(pNewMem);
263 this->reset(aNewValue);
H A Dautores.h172 void reset(T a_hRes = NilRes()) function in class:RTCAutoRes
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.inc192 add dx, 14h ; reset register if PCNet is in word I/O mode
193 in ax, dx ; reset is performed by reading the reset register
195 add dx, 18h ; reset register if PCNet is in word I/O mode
196 in eax, dx ; reset is performed by reading the reset register
232 mov dx, 04D0h ;; reset ELCR1 + ELCR2
252 out dx, ax ;; reset PIRQ route control
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/ip/
H A Dtcprst.d253 self->reset = self->conn_id;
257 /self->reset/
259 pcount[self->reset] = -1;
260 rollover[self->reset] = 0;
261 end_ptr[self->reset] = 0;
262 num[self->reset] = 0;
264 self->reset = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h54 void reset() function in class:VBoxDispProfileEntry
172 VBOXDISPPROFILESET_FOREACHENTRY( m_Entries[i].reset(); );
176 void reset() function in class:VBoxDispProfileSet
/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp141 NilObj.reset();
189 FreeIt2.reset();
192 FreeIt2.reset(FreeIt2.get()); /* this one is weird, but it's how things works... */
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-triple-fault-1.asm91 db 'Warm reset vector support is broken', 0dh, 0ah, 0
95 ; Test that the warm reset interface works.
139 ; Sets up the warm reset vector.
223 ; Sets up the warm reset vector.
350 %include "bootsector2-template-footer.mac" ; reset the initial environemnt.
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c227 int stopped, reset = 0; local
231 stopped = ath9k_hw_stopdmarecv(ah, &reset);
241 return stopped && !reset;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinaspi.h139 SRB_BusDeviceReset16 reset; member in union:tagSRB16
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpcnet32.h125 void ( *reset ) ( unsigned long ); member in struct:pcnet32_access
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinaspi.h139 SRB_BusDeviceReset16 reset; member in union:tagSRB16
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_com_exceptions.py87 def reset(self): member in class:TestHandler
/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp249 pResp->reset();
354 pResp->reset();
H A DGuestDnDPrivate.cpp178 reset();
249 void GuestDnDResponse::reset(void) function in class:GuestDnDResponse
308 reset();
316 reset();
753 pResp->reset();
/vbox/src/VBox/Devices/USB/testcase/
H A DtstTrekStorGo.c290 int reset(void) function
294 return doioctl(USBDEVFS_RESET, &i, "reset");
303 reset();
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp143 reset();
382 reset();
749 reset();
878 reset();
998 reset();
1152 reset(); /* Reset state on failure. */
1184 reset();
1422 void VBoxDnDWnd::reset(void) function in class:VBoxDnDWnd
H A DVBoxDnDDropTarget.cpp55 reset();
115 reset();
576 void VBoxDnDDropTarget::reset(void) function in class:VBoxDnDDropTarget
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp100 void reset();
147 void nsTimelineServiceTimer::reset() function in class:nsTimelineServiceTimer
500 timer->reset();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.h183 void reset(); // MR19
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h229 aArr.reset(aVec.size());
263 aArr.reset(aVec.size());
296 aArr.reset(static_cast<int>(aVec.size()));
323 aArr.reset(static_cast<int>(aVec.size()));
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm42 ; Beep and say hello to the post-reset world.
52 db 'Hello post-reset world', 0ah, 0dh, 0
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_32.s108 st %g0,[%o1] ! reset the next pointer; for

Completed in 299 milliseconds

12345