Searched refs:ClientInfo (Results 1 - 25 of 29) sorted by relevance

12

/external/google-breakpad/src/client/mac/crash_generation/
H A Dclient_info.h35 class ClientInfo { class in namespace:google_breakpad
37 explicit ClientInfo(pid_t pid) : pid_(pid) {} function in class:google_breakpad::ClientInfo
H A Dcrash_generation_server.h41 class ClientInfo;
63 const ClientInfo &client_info,
67 const ClientInfo &client_info);
H A Dcrash_generation_server.cc115 ClientInfo client(remote_pid);
/external/google-breakpad/src/client/linux/crash_generation/
H A Dclient_info.h37 class ClientInfo { class in namespace:google_breakpad
39 ClientInfo(pid_t pid, CrashGenerationServer* crash_server) function in class:google_breakpad::ClientInfo
H A Dcrash_generation_server.h41 class ClientInfo;
49 const ClientInfo* client_info,
53 const ClientInfo* client_info);
H A Dcrash_generation_server.cc272 ClientInfo info(crashing_pid, this);
/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_server.h40 class ClientInfo;
53 const ClientInfo* client_info);
56 const ClientInfo* client_info,
60 const ClientInfo* client_info);
167 bool PrepareReply(const ClientInfo& client_info,
170 // Duplicates various handles in the ClientInfo object for the client
174 bool CreateClientHandles(const ClientInfo& client_info,
179 bool RespondToClient(ClientInfo* client_info);
185 void HandleDumpRequest(const ClientInfo& client_info);
197 void HandleClientProcessExit(ClientInfo* client_inf
[all...]
H A Dclient_info.h44 class ClientInfo { class in namespace:google_breakpad
49 ClientInfo(CrashGenerationServer* crash_server,
57 ~ClientInfo();
171 ClientInfo(const ClientInfo& client_info);
172 ClientInfo& operator=(const ClientInfo& client_info);
H A Dclient_info.cc38 ClientInfo::ClientInfo(CrashGenerationServer* crash_server, function in class:google_breakpad::ClientInfo
61 bool ClientInfo::Initialize() {
90 void ClientInfo::UnregisterDumpRequestWaitAndBlockUntilNoPending() {
98 void ClientInfo::UnregisterProcessExitWait(bool block_until_no_pending) {
110 ClientInfo::~ClientInfo() {
111 // Waiting for the callback to finish here is safe because ClientInfo's are
115 // This is a little tricky because ClientInfo's may be destroyed by the same
120 // before deleting the ClientInfo
[all...]
H A Dcrash_generation_server.cc176 // Request all ClientInfo objects to unregister all waits.
179 std::list<ClientInfo*>::iterator iter;
181 ClientInfo* client_info = *iter;
190 // Destroying the ClientInfo here is safe because all wait operations for
191 // this ClientInfo were unregistered and no pending or running callbacks
192 // for this ClientInfo can possible exist (block_until_no_pending option
426 scoped_ptr<ClientInfo> client_info(
427 new ClientInfo(this,
518 // Note that there is only a single copy of the ClientInfo of the
523 // The lifetime of this ClientInfo depend
[all...]
/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc80 void(const google_breakpad::ClientInfo* client_info));
82 void(const google_breakpad::ClientInfo* client_info,
85 void(const google_breakpad::ClientInfo* client_info));
235 void* context, const google_breakpad::ClientInfo* client_info) {
242 const google_breakpad::ClientInfo* client_info,
249 void* context, const google_breakpad::ClientInfo* client_info) {
H A Dexception_handler_test.cc95 const google_breakpad::ClientInfo *client_info,
155 const google_breakpad::ClientInfo *client_info,
H A Dexception_handler_death_test.cc145 const google_breakpad::ClientInfo *client_info,
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
H A Dproxy_view.js128 // TODO(eroman): On Linux the ClientInfo.command_line is wrong in that it
131 if (ClientInfo.command_line &&
132 ClientInfo.command_line.indexOf(hostResolverRulesFlag) != -1) {
H A Dmain.js15 var ClientInfo = null; variable
296 ClientInfo = Constants.clientInfo;
H A Dbandwidth_view.js303 if (MainView.isViewingLoadedLog() && ClientInfo.numericDate) {
304 logTime = ClientInfo.numericDate;
H A Ddns_view.js89 logDate = new Date(ClientInfo.numericDate);
H A Dlog_util.js208 ClientInfo.numericDate =
212 ClientInfo.numericDate = 0;
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc201 const ClientInfo* client_info) {
218 const ClientInfo* client_info,
263 const ClientInfo* client_info) {
/external/google-breakpad/src/client/mac/tests/
H A Dcrash_generation_server_test.cc60 using google_breakpad::ClientInfo;
150 void dumpCallback(void *context, const ClientInfo &client_info,
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dgen_client.py156 client_info = util.ClientInfo.Create(
H A Dutil.py154 class ClientInfo(collections.namedtuple('ClientInfo', (
163 """Create a new ClientInfo object from a discovery document."""
156 'user_agent', 'client_class_name', 'url_version', 'api_key'))): class in inherits:collections.namedtuple('ClientInfo', ( 'package', 'scopes', 'version', 'client_id', 'client_secret', 'user_agent', 'client_class_name', 'url_version', 'api_key'
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dbase_api.py287 def ClientInfo(cls): member in class:BaseApiClient
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2469 milliseconds

12