Searched refs:active (Results 1 - 25 of 160) sorted by relevance

1234567

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dranfile.c282 int active, poll; local
352 for (active = 0; active < threads; active++)
354 hammer[active].ml = ml;
355 hammer[active].cv = cv;
356 hammer[active].id = id++;
357 hammer[active].writes = 0;
358 hammer[active].action = sg_go;
359 hammer[active]
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp68 static bool active = false; local
71 if (!active)
73 active = true;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Bus.h55 Bool active; member in struct:__anon6893
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Bus.h55 Bool active; member in struct:__anon7206
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Bus.h54 Bool active; member in struct:__anon8885
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Bus.h54 Bool active; member in struct:__anon9199
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Bus.h54 Bool active; member in struct:__anon9519
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Bus.h54 Bool active; member in struct:__anon5045
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Bus.h54 Bool active; member in struct:__anon5357
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Bus.h54 Bool active; member in struct:__anon5669
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Bus.h55 Bool active; member in struct:__anon5977
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Bus.h55 Bool active; member in struct:__anon6280
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Bus.h55 Bool active; member in struct:__anon6578
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_occlude.c40 q->active = GL_FALSE;
180 if (!q || q->active) {
217 if (!q || q->active) {
267 if (q && q->active) {
280 q->active = GL_TRUE;
282 q->active = GL_TRUE;
309 if (!q || !q->active) {
316 q->active = GL_FALSE;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_occlude.h32 GLboolean active; member in struct:__anon16218
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp318 PRIntn active, poll, limit = 0, max_virtual_procs = 0, threads = 0, virtual_procs; local
374 for (active = 0; active < threads; active++)
376 hammer[active] = new Hammer(thread_scope, &ml, &cv, limit);
377 hammer[active]->Start(); /* then make it roll */
394 while (active > 0)
418 active -= 1; /* this is another one down */
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIIconPool.h70 * @a normal, @a disabled and @a active icon states. */
73 const QPixmap &active = QPixmap());
H A DUIIconPool.cpp65 /* Add 'active' pixmap (if any): */
96 /* Add 'active' on/off pixmaps (if any): */
129 /* Add 'active' & 'small active' pixmaps (if any): */
142 const QPixmap &active /* = QPixmap() */)
152 if (!active.isNull())
153 iconSet.addPixmap(active, QIcon::Active);
/vbox/src/VBox/Devices/Audio/
H A Daudio.c787 if (sw->active) {
803 int was_active = sw->active;
816 since this might have been the only active voice */
845 sw->active = hw->enabled;
859 dolog ("Added %s active = %d\n", sw->name, sw->active);
861 if (sw->active) {
877 if (sw->active) {
985 if (sw->active || !sw->empty) {
1178 if (sw->active !
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Bus.h64 Bool active; member in struct:__anon7520
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Bus.h64 Bool active; member in struct:__anon7889
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Bus.h64 Bool active; member in struct:__anon8245
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Bus.h64 Bool active; member in struct:__anon8562
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Bus.h37 Bool active; member in struct:__anon3017
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Bus.h65 Bool active; member in struct:__anon4665

Completed in 185 milliseconds

1234567