Searched refs:error_no (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h166 GetLwpInfo(lldb::tid_t tid, void *lwpinfo, int &error_no);
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher_unittest.cc223 int error_no = net::ERR_CONNECTION_RESET; local
224 net::URLRequestStatus status(net::URLRequestStatus::FAILED, error_no);
227 GoogleServiceAuthError::FromConnectionError(error_no);
242 int error_no = net::ERR_CONNECTION_RESET; local
243 net::URLRequestStatus status(net::URLRequestStatus::FAILED, error_no);
246 GoogleServiceAuthError::FromConnectionError(error_no);

Completed in 268 milliseconds