HomeSort by relevance Sort by last modified time
    Searched refs:client_type (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_server.h 33 P2PSocketType client_type);
socket_host_tcp_server.cc 25 P2PSocketType client_type)
27 client_type_(client_type),
  /external/chromium_org/chromeos/dbus/
fake_dbus_thread_manager.cc 59 const DBusClientImplementationType client_type = local
81 scoped_ptr<CrosDisksClient>(CrosDisksClient::Create(client_type)));
111 scoped_ptr<PowerManagerClient>(PowerManagerClient::Create(client_type)));
113 SessionManagerClient::Create(client_type)));
118 scoped_ptr<UpdateEngineClient>(UpdateEngineClient::Create(client_type)));
  /external/fio/
server.h 111 uint16_t client_type; member in struct:cmd_line_pdu
117 uint32_t client_type; member in struct:cmd_job_pdu
client.h 98 uint32_t client_type; member in struct:client_ops
init.c 1035 int recursed, int client_type)
1058 td->client_type = client_type;
1221 if (add_job(td_new, jobname, numjobs, 1, client_type))
1234 void add_job_opts(const char **o, int client_type)
1246 add_job(td, jobname, 0, 0, client_type);
1265 add_job(td, jobname, 0, 0, client_type);
    [all...]
server.c 578 pdu->client_type = le32_to_cpu(pdu->client_type);
580 if (parse_jobs_ini(buf, 1, 0, pdu->client_type)) {
603 clp->client_type = le16_to_cpu(clp->client_type);
617 if (parse_cmd_line(clp->lines, argv, clp->client_type)) {
    [all...]
client.c 45 .client_type = FIO_CLIENT_TYPE_CLI,
252 client->type = ops->client_type;
315 client->type = ops->client_type;
536 clp->client_type = __cpu_to_le16(client->type);
662 pdu->client_type = cpu_to_le32(client->type);
    [all...]
fio.h 107 int client_type; member in struct:thread_data
iolog.c 621 if (td->client_type == FIO_CLIENT_TYPE_GUI) {
gclient.c     [all...]
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 266 int client_type,
    [all...]

Completed in 917 milliseconds