HomeSort by relevance Sort by last modified time
    Searched defs:client_info (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
gen_client_lib.py 50 def __init__(self, discovery_doc, client_info, names, root_package, outdir,
54 self.__client_info = client_info
123 def client_info(self): member in class:DescriptorGenerator
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 37 #include "client/windows/crash_generation/client_info.h"
181 ClientInfo* client_info = *iter; local
187 client_info->UnregisterProcessExitWait(true);
188 client_info->UnregisterDumpRequestWaitAndBlockUntilNoPending();
194 delete client_info;
426 scoped_ptr<ClientInfo> client_info(
435 if (!client_info->Initialize()) {
441 // Iff successful, assigns ownership of the client_info pointer to the server
443 if (!RespondToClient(client_info.get())) {
449 client_info_ = client_info.release()
823 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
838 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
    [all...]
  /external/autotest/client/tests/kvm/deps/
rss.cpp 112 struct client_info { struct
271 client_info* Accept(SOCKET ListenSocket)
285 // Allocate a new client_info struct
286 client_info *ci = (client_info *)calloc(1, sizeof(client_info));
288 ExitOnError("Could not allocate client_info struct");
330 client_info *ci = (client_info *)client_info_ptr;
355 client_info *ci = (client_info *)client_info_ptr
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 27 struct wpabuf *client_info; member in struct:p2p_group_member
79 wpabuf_free(m->client_info);
129 if (m->client_info == NULL)
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
616 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
630 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
632 m->client_info ? 1 : 0,
721 if (m->client_info == NULL || wps == NULL)
724 pos = wpabuf_head(m->client_info);
    [all...]
  /external/opencv3/3rdparty/libtiff/
tiffiop.h 75 typedef struct client_info { struct
76 struct client_info *next;
  /external/pdfium/third_party/libtiff/
tiffiop.h 80 typedef struct client_info { struct
81 struct client_info *next;

Completed in 70 milliseconds