HomeSort by relevance Sort by last modified time
    Searched refs:clients (Results 1 - 25 of 41) sorted by null

1 2

  /external/dbus/bus/
test.c 35 static DBusList *clients = NULL; variable
117 _dbus_list_remove (&clients, connection);
121 if (clients == NULL)
164 if (!_dbus_list_append (&clients, connection))
181 _dbus_list_remove_last (&clients, connection);
183 if (clients == NULL)
199 link = _dbus_list_get_first_link (&clients);
203 DBusList *next = _dbus_list_get_next_link (&clients, link);
217 link = _dbus_list_get_first_link (&clients);
221 DBusList *next = _dbus_list_get_next_link (&clients, link)
    [all...]
  /external/webkit/WebCore/svg/graphics/
SVGResource.cpp 75 void SVGResource::invalidateClients(HashSet<SVGStyledElement*> clients)
77 HashSet<SVGStyledElement*>::const_iterator it = clients.begin();
78 const HashSet<SVGStyledElement*>::const_iterator end = clients.end();
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 28 // All attached clients
29 final HashSet<ProcessRecord> clients = new HashSet<ProcessRecord>(); field in class:ContentProviderRecord
72 if (clients.size() > 0) {
73 pw.print(prefix); pw.print("clients="); pw.println(clients);
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 121 // Swap the clients queue
122 Vector<WebIconDatabaseClient*> clients; local
123 clients.swap(mClients);
126 for (unsigned j = 0; j < clients.size(); ++j) {
127 clients[j]->didAddIconForPageUrl(queue[i]);
  /external/quake/quake/src/WinQuake/
host.cpp 195 svs.clients = (client_s*) Hunk_AllocName (svs.maxclientslimit*sizeof(client_t), "clients");
294 Sends text to all active clients
308 if (svs.clients[i].active && svs.clients[i].spawned)
310 MSG_WriteByte (&svs.clients[i].message, svc_print);
311 MSG_WriteString (&svs.clients[i].message, string);
381 // send notification to all clients
382 for (i=0, client = svs.clients ; i<svs.maxclients ; i++, client++)
387 MSG_WriteByte (&client->message, host_client - svs.clients);
    [all...]
host_cmd.cpp 92 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++)
233 for (i=0, client = svs.clients ; i<svs.maxclients ; i++, client++)
260 command from the console. Active clients are kicked off.
315 Goes to a new map, taking all clients along
514 if (svs.clients[i].active && (svs.clients[i].edict->u.v.health <= 0) )
536 fprintf (f, "%f\n", svs.clients->spawn_parms[i]);
643 sv.paused = true; // pause until all clients connect
707 svs.clients->spawn_parms[i] = spawn_parms[i];
739 // fprintf (f, "%f\n", svs.clients->spawn_parms[i])
    [all...]
sv_main.cpp 77 Make sure the event gets sent to all clients
252 client = svs.clients + clientnum;
320 if (!svs.clients[i].active)
323 Sys_Error ("Host_CheckForNewClients: no free clients");
325 svs.clients[i].netconnection = ret;
762 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
766 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++)
779 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++)
827 for (i=0, host_client = svs.clients ; i<svs.maxclients ; i++, host_client++)
982 Tell all the clients that the server is changing level
    [all...]
server.h 26 struct client_s *clients; // [maxclients] member in struct:__anon5500
67 sizebuf_t reliable_datagram; // copied to all clients at end of frame
pr_cmds.cpp 305 client = &svs.clients[entnum-1];
336 client = &svs.clients[entnum-1];
816 host_client = &svs.clients[entnum-1];
1234 // send message to all clients on this server
1238 for (j=0, client = svs.clients ; j<svs.maxclients ; j++, client++)
1523 return &svs.clients[entnum-1].message;
1627 client = svs.clients + (i-1);
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 117 Sends a datagram to all the clients informing them of the server crash,
150 clients before the server goes down. The messages are sent immediately,
166 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++)
229 // send notification to all remaining clients
278 i = client - svs.clients;
353 cl = &svs.clients[i];
513 int clients, spectators; local
603 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
623 // count up the clients and spectators
624 clients = 0
    [all...]
sv_ccmds.c 173 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
357 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++)
402 // most remote clients are 40 columns
407 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
440 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
508 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++)
779 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++)
853 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++)
pr_cmds.c 243 client = &svs.clients[entnum-1];
273 cl = &svs.clients[entnum-1];
692 cl = &svs.clients[entnum-1];
1058 // send message to all clients on this server
1062 for (j=0, client = svs.clients ; j<MAX_CLIENTS ; j++, client++)
1178 noaim = Info_ValueForKey (svs.clients[i-1].userinfo, "noaim");
1320 return &svs.clients[entnum-1].netchan.message;
1351 return &svs.clients[entnum-1];
1483 client = svs.clients + (i-1);
1532 s = va("\\%s\\%s\\\n",svs.clients[e1-1].name, svs.clients[e2-1].name)
    [all...]
sv_send.c 193 Sends text to all active clients
209 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++)
224 Sends text to all active clients
247 Sends the contents of sv.multicast to a subset of the clients,
251 MULTICAST_PVS send to clients potentially visible from org
252 MULTICAST_PHS send to clients potentially hearable from org
297 // send the data to all relevent clients
298 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++)
530 ent = svs.clients[client->spec_track - 1].edict;
584 // this will include clients, a packetentities, an
    [all...]
sv_init.c 77 to the clients -- only the fields that differ from the
160 for (i=0, host_client = svs.clients ; i<MAX_CLIENTS ; i++, host_client++)
276 clients along with it.
327 // leave slots at start for clients only
332 svs.clients[i].edict = ent;
334 svs.clients[i].old_frags = 0;
sv_user.c 68 // send the info about the new client to all connected clients
336 for (i=n, client = svs.clients + n ; i<MAX_CLIENTS ; i++, client++)
504 ent = EDICT_NUM( 1 + (host_client - svs.clients) );
789 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++)
842 clients
850 for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++)
899 // send notification to all clients
900 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++)
974 ent = EDICT_NUM(host_client - svs.clients + 1);
981 if (i < 0 || i >= MAX_CLIENTS || svs.clients[i].state != cs_spawned |
    [all...]
  /external/webkit/WebCore/svg/
SVGElement.cpp 286 std::auto_ptr<HashSet<SVGStyledElement*> > clients(extensions->removePendingResource(resourceId));
287 if (clients->isEmpty())
290 HashSet<SVGStyledElement*>::const_iterator it = clients->begin();
291 const HashSet<SVGStyledElement*>::const_iterator end = clients->end();
296 SVGResource::invalidateClients(*clients);
  /external/qemu/android/
hw-sensors.c 148 HwSensorClient* clients; member in struct:__anon4130
165 HwSensorClient** pnode = &cl->sensors->clients;
210 cl->next = sensors->clients;
211 sensors->clients = cl;
hw-qemud.c 56 * channel between clients running in the emulated system and 'services'
480 /** CLIENTS
487 * There is a global list of clients used to multiplex incoming
683 * by the emulator, that clients in the emulated system can connect
686 * Each service can have a limit on the number of clients they
697 QemudClient* clients; member in struct:QemudService
717 s->clients = NULL;
734 c->next_serv = s->clients;
735 s->clients = c;
743 QemudClient** pnode = &s->clients;
785 QemudClient* clients; member in struct:QemudMultiplexer
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 81 struct radius_client *clients; member in struct:radius_server_data
128 struct radius_client *client = data->clients;
859 struct radius_client *clients)
863 client = clients;
881 struct radius_client *clients, *tail, *entry; local
901 clients = tail = NULL;
1009 clients = tail = entry;
1018 radius_server_free_clients(NULL, clients);
1019 clients = NULL;
1025 return clients;
    [all...]
  /external/webkit/WebCore/platform/graphics/
FontCache.cpp 459 Vector<RefPtr<FontSelector> > clients; local
461 clients.reserveInitialCapacity(numClients);
464 clients.append(*it);
466 ASSERT(numClients == clients.size());
468 clients[i]->fontCacheInvalidated();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 111 * @param selectedClient The selected client. If null, no clients are selected.
417 // any change in the devices/clients, will be handled by the UI, and we'll receive
436 // any change in the devices/clients, will be handled by the UI, and we'll receive
461 * Sent when a device data changed, or when clients are started/terminated on the device.
471 // any change in the devices/clients, will be handled by the UI, and we'll receive
480 // get the clients and make sure ours is still in there.
481 Client[] clients = device.getClients(); local
483 for (Client client : clients) {
503 * @param selectedClient The selected client. If null, no clients are selected.
554 Client[] clients = device.getClients()
    [all...]
  /hardware/msm7k/librpc/
clnt.c 71 static volatile struct CLIENT *clients; variable in typeref:struct:CLIENT
201 CLIENT *client = (CLIENT *)clients;
271 V("rx thread timeout (%d clients):\n", num_clients);
274 CLIENT *trav = (CLIENT *)clients;
569 client->next = (CLIENT *)clients;
570 clients = client;
617 CLIENT *trav = (CLIENT *)clients, *prev = NULL;
626 clients = trav->next;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DeviceMonitor.java 532 Set<Client> clients = mClientsToReopen.keySet(); local
535 for (Client client : clients) {
672 // Once this is done, the new list contains pids for which we don't have clients yet,
673 // so we create clients for them, add them to the list, and start monitoring them.
675 List<Client> clients = device.getClientList(); local
684 synchronized (clients) {
685 for (int c = 0 ; c < clients.size() ;) {
686 Client client = clients.get(c);
703 // list of its device which is 'clients', so there's no need to
714 // at this point whatever pid is left in the list needs to be converted into Clients
    [all...]
  /external/bluetooth/bluez/audio/
unix.c 94 static GSList *clients = NULL; variable
161 if (!g_slist_find(clients, client))
581 if (!g_slist_find(clients, client)) {
629 for (cl = clients; cl; cl = cl->next) {
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 384 VERBOSE("openGlobalTransaction (%ld clients)", N);
409 SortedVector< sp<SurfaceComposerClient> > clients(gOpenTransactions);
413 const size_t N = clients.size();
414 VERBOSE("closeGlobalTransaction (%ld clients)", N);
419 clients[i]->closeTransaction();

Completed in 591 milliseconds

1 2