/external/wayland/tests/ |
D | test-compositor.h | 33 struct client_info { struct 34 struct display *display; 35 struct wl_client *wl_client; 36 struct wl_listener destroy_listener; 37 const char *name; /* for debugging */ 39 int pipe; 40 pid_t pid; 41 int exit_code; 43 struct wl_list link; 44 void *data; /* for arbitrary use */
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.cc | 181 ClientInfo* client_info = *iter; in ~CrashGenerationServer() local 426 scoped_ptr<ClientInfo> client_info( in HandleReadDoneState() local 604 bool CrashGenerationServer::PrepareReply(const ClientInfo& client_info, in PrepareReply() 651 bool CrashGenerationServer::CreateClientHandles(const ClientInfo& client_info, in CreateClientHandles() 687 bool CrashGenerationServer::RespondToClient(ClientInfo* client_info) { in RespondToClient() 772 bool CrashGenerationServer::AddClient(ClientInfo* client_info) { in AddClient() 823 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); in OnDumpRequest() local 838 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); in OnClientEnd() local 846 void CrashGenerationServer::HandleClientProcessExit(ClientInfo* client_info) { in HandleClientProcessExit() 878 void CrashGenerationServer::HandleDumpRequest(const ClientInfo& client_info) { in HandleDumpRequest()
|
/external/python/apitools/apitools/base/py/ |
D | credentials_lib.py | 538 def CredentialsFromFile(path, client_info, oauth2client_args=None): argument 606 client_info, service_account_name=None, service_account_keyfile=None, argument 626 def _GetGaeServiceAccount(client_info, **unused_kwds): argument 632 def _GetGceServiceAccount(client_info, **unused_kwds): argument 639 client_info, skip_application_default_credentials=False, argument
|
/external/perfetto/include/perfetto/ipc/ |
D | service.h | 44 const ClientInfo& client_info() { in client_info() function
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 235 void* context, const google_breakpad::ClientInfo* client_info) { in CallOnClientConnected() 242 const google_breakpad::ClientInfo* client_info, in CallOnClientDumpRequested() 249 void* context, const google_breakpad::ClientInfo* client_info) { in CallOnClientExited()
|
D | exception_handler_test.cc | 155 const google_breakpad::ClientInfo *client_info, in ClientDumpCallback()
|
D | exception_handler_death_test.cc | 145 const google_breakpad::ClientInfo *client_info, in clientDumpCallback()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 201 const ClientInfo* client_info) { in ShowClientConnected() 218 const ClientInfo* client_info, in ShowClientCrashed() 263 const ClientInfo* client_info) { in ShowClientExited()
|
/external/python/apitools/apitools/gen/ |
D | gen_client_lib.py | 65 def __init__(self, discovery_doc, client_info, names, root_package, outdir, argument 143 def client_info(self): member in DescriptorGenerator
|
D | service_registry.py | 37 def __init__(self, client_info, message_registry, command_registry, argument
|
D | message_registry.py | 80 def __init__(self, client_info, names, description, root_package_dir, argument
|
D | command_registry.py | 118 def __init__(self, package, version, client_info, message_registry, argument
|
/external/libese/tools/ese_relay/ |
D | ese_relay.c | 83 struct sockaddr client_info; in main() local
|
/external/python/apitools/apitools/scripts/ |
D | oauth2l.py | 170 def _FetchCredentials(args, client_info=None, credentials_filename=None): argument
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 80 typedef struct client_info { struct 81 struct client_info *next; argument 82 void *data; 83 char *name;
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.cc | 55 const auto& client_info = ipc::Service::client_info(); in InitializeConnection() local
|
/external/google-breakpad/src/client/mac/tests/ |
D | crash_generation_server_test.cc | 150 void dumpCallback(void *context, const ClientInfo &client_info, in dumpCallback()
|
/external/perfetto/src/ipc/ |
D | host_impl.cc | 251 ClientInfo client_info(client_id, sock->peer_uid()); in OnDisconnect() local
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_group.c | 27 struct wpabuf *client_info; member
|
/external/adhd/cras/src/common/ |
D | cras_types.h | 387 struct cras_attached_client_info client_info[CRAS_MAX_ATTACHED_CLIENTS]; member
|