HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 51 - 75 of 479) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/quake/quake/src/WinQuake/
host.cpp 101 if (sv.active)
139 if (sv.active)
295 Sends text to all active clients
309 if (svs.clients[i].active && svs.clients[i].spawned)
377 host_client->active = false;
385 if (!client->active)
414 if (!sv.active)
417 sv.active = false;
430 if (host_client->active && host_client->message.cursize)
459 if (host_client->active)
    [all...]
host_cmd.cpp 74 if (!sv.active)
91 print ("players: %i active (%i max)\n\n", net_activeconnections, svs.maxclients);
94 if (!client->active)
235 if (!client->active)
260 command from the console. Active clients are kicked off.
294 if (!sv.active)
330 if (!sv.active || cls.demoplayback)
355 if (!sv.active || cls.demoplayback)
380 if (cls.demoplayback || !sv.active)
482 if (!sv.active)
    [all...]
  /gdk/samples/quake/jni/
host.cpp 106 if (sv.active)
144 if (sv.active)
300 Sends text to all active clients
314 if (svs.clients[i].active && svs.clients[i].spawned)
382 host_client->active = false;
390 if (!client->active)
419 if (!sv.active)
422 sv.active = false;
435 if (host_client->active && host_client->message.cursize)
464 if (host_client->active)
    [all...]
host_cmd.cpp 74 if (!sv.active)
91 print ("players: %i active (%i max)\n\n", net_activeconnections, svs.maxclients);
94 if (!client->active)
235 if (!client->active)
260 command from the console. Active clients are kicked off.
294 if (!sv.active)
330 if (!sv.active || cls.demoplayback)
355 if (!sv.active || cls.demoplayback)
380 if (cls.demoplayback || !sv.active)
482 if (!sv.active)
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 88 char active; member in struct:SysChannelRec_
112 channel->active = 0;
140 /* list of active channels */
150 assert( channel->active != 0 );
161 channel->active = 0;
167 assert( channel->active == 0 );
170 channel->active = 1;
224 if (events && !channel->active) {
227 else if (!events && channel->active) {
285 if (channel->active) {
    [all...]
  /hardware/msm7k/librpc/
svc.c 75 int active; member in struct:registered_server_struct
409 svc->active = getpid();
412 svc->active = 0;
466 if (serv->active) {
477 if (serv->active) {
490 if (serv->active) {
523 if (serv->active) {
538 if (serv->active) {
553 if (serv->active) {
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 44 int active; member in struct:__anon10728
101 while ( SDL_EventQ.active ) {
150 /* Create the lock and set ourselves active */
161 SDL_EventQ.active = 1;
189 SDL_EventQ.active = 0;
323 if ( ! SDL_EventQ.active ) {
  /development/apps/Development/src/com/android/development/
LogViewer.java 42 volatile boolean active = true; field in class:LogViewer
59 this.active = true;
93 while (active) {
  /system/core/sh/
histedit.c 229 static int active = 0; local
251 error("history not active");
292 * Catch interrupts to reset active counter and
296 active = 0;
304 if (++active > MAXHISTLOOPS) {
305 active = 0;
440 if (lflg == 0 && active > 0)
441 --active;
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 46 /* TODO(estade): find a better color for active. */
47 .recent-menu-item:active,
  /external/webkit/Source/WebCore/css/
wml.css 157 do:active {
161 do:active:disabled {
255 a:-webkit-any-link:active, anchor:-webkit-any-link:active {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 314 QTest::addColumn<bool>("active");
333 QFETCH(bool, active);
338 // Use controlView to manage active/inactive state of test views by raising
358 if (active && background) {
359 // Rendered image must have red background on an active QGraphicsWebView.
360 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush1);
361 } else if (active && !background) {
362 // Rendered image must have red foreground on an active QGraphicsWebView.
363 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush1);
364 } else if (!active && background)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 330 QTest::addColumn<bool>("active");
349 QFETCH(bool, active);
354 // Use controlView to manage active/inactive state of test views by raising
364 if (active && background) {
365 // Rendered image must have red background on an active QWebView.
366 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush1);
367 } else if (active && !background) {
368 // Rendered image must have red foreground on an active QWebView.
369 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush1);
370 } else if (!active && background)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 91 group.classList.remove('active');
93 self.assert(group.classList.contains('active'));
98 // Elements inside an active group should not be disabled, and vice versa
107 group.classList.remove('active');
127 // Checkbox only works in active group, `testActivationClicks` tests
129 group.classList.add('active');
157 .classList.contains('active'));
175 .classList.contains('active'));
193 .classList.contains('active'));
211 .classList.contains('active'));
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 107 c->rasterizer.procs.activeTexture(c, c->textures.active);
116 * If the active textures are EGLImage, they need to be locked before
172 c->rasterizer.procs.activeTexture(c, c->textures.active);
311 const int active = c->textures.active; local
312 const GLuint name = c->textures.tmu[active].name;
315 texture_unit_t& u(c->textures.tmu[active]);
333 // bind this texture to the current active texture unit
338 invalidate_texture(c, active);
353 // bind this texture to the current active texture uni
367 const int active = c->textures.active; local
384 const int active = c->textures.active; local
620 const int active = c->textures.active; local
    [all...]
  /external/chromium-trace/src/shared/css/
widgets.css 171 /* Active *********************************************************************/
173 button:not(.custom-appearance):not(.link-button):enabled:active,
174 input[type='button']:not(.custom-appearance):not(.link-button):enabled:active,
175 input[type='submit']:not(.custom-appearance):not(.link-button):enabled:active,
176 select:enabled:active,
177 input[type='checkbox']:enabled:active,
178 input[type='radio']:enabled:active {
184 select:enabled:active {
261 .link-button:active {
  /external/e2fsprogs/lib/ext2fs/
dosio.h 58 unsigned char active; member in struct:__anon6176
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java 86 int active = 1; local
94 ++active;
95 } else if (active == 0) {
110 --active;
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 58 private boolean active = true; field in class:TestCameraMotionPath
160 if (active) {
161 active = false;
164 active = true;
TestMotionPath.java 57 private boolean active = true; field in class:TestMotionPath
154 if (active) {
155 active = false;
158 active = true;
  /external/v8/test/mjsunit/regress/
regress-982.js 34 function g(active) {
36 if (i == active) {
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 108 virtual void setActive(bool active = true, bool pause = false);

Completed in 629 milliseconds

1 23 4 5 6 7 8 91011>>