/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 | 534 def CredentialsFromFile(path, client_info, oauth2client_args=None): argument 718 client_info, service_account_name=None, service_account_keyfile=None, argument 738 def _GetGaeServiceAccount(client_info, **unused_kwds): argument 744 def _GetGceServiceAccount(client_info, **unused_kwds): argument 751 client_info, skip_application_default_credentials=False, argument
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 232 void* context, const google_breakpad::ClientInfo* client_info) { in CallOnClientConnected() 239 const google_breakpad::ClientInfo* client_info, in CallOnClientDumpRequested() 246 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/perfetto/include/perfetto/ext/ipc/ |
D | service.h | 44 const ClientInfo& client_info() { in client_info() function
|
/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 | 64 def __init__(self, discovery_doc, client_info, names, root_package, outdir, argument 130 def client_info(self): member in DescriptorGenerator
|
D | service_registry.py | 37 def __init__(self, client_info, message_registry, argument
|
D | message_registry.py | 80 def __init__(self, client_info, names, description, root_package_dir, argument
|
/external/libese/tools/ese_relay/ |
D | ese_relay.c | 83 struct sockaddr client_info; in main() local
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 92 typedef struct client_info { struct 93 struct client_info *next; argument 94 void *data; 95 char *name;
|
/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 | 275 ClientInfo client_info(client_id, GetPosixPeerUid(sock)); in OnDisconnect() local
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.cc | 56 const auto& client_info = ipc::Service::client_info(); in InitializeConnection() 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 | 609 struct cras_attached_client_info client_info[CRAS_MAX_ATTACHED_CLIENTS]; member
|
/external/adhd/cras/client/cras-sys/src/ |
D | gen.rs | 2112 pub client_info: [cras_attached_client_info; 20usize], field
|