/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
util.py | 452 for error_name in ['WSAEWOULDBLOCK', 'EWOULDBLOCK', 'EAGAIN']: 453 if (error_name in dir(errno) and 454 error_number == getattr(errno, error_name)):
|
/external/chromium_org/chromeos/dbus/ |
shill_client_helper.cc | 194 std::string error_name; local 199 error_name = response->GetErrorName(); 202 error_callback.Run(error_name, error_message);
|
nfc_client_helpers.h | 30 // It receives two arguments: the name of the error in |error_name| and 32 typedef base::Callback<void(const std::string& error_name,
|
shill_client_helper.h | 64 typedef base::Callback<void(const std::string& error_name,
|
shill_client_unittest_base.h | 85 MOCK_METHOD2(Run, void(const std::string& error_name,
|
/external/chromium_org/chromeos/network/ |
network_configuration_handler.cc | 43 const std::string& error_name) { 44 std::string error_msg = "Config Error: " + error_name; 47 error_callback, service_path, error_name, error_msg);
|
network_state_handler_unittest.cc | 29 void ErrorCallbackFunction(const std::string& error_name, 31 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
|
network_profile_handler.cc | 36 const std::string& error_name,
|
shill_property_handler_unittest.cc | 32 void ErrorCallbackFunction(const std::string& error_name, 34 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
|
network_device_handler.h | 42 // Constants for |error_name| from |error_callback|.
|
policy_applicator.cc | 31 const std::string& error_name,
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator.h | 154 void GetPropertiesFailure(const std::string& error_name, 210 const std::string& error_name,
|
mobile_activator.cc | 318 const std::string& error_name, 320 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name, 845 const std::string& error_name, [all...] |
/external/chromium_org/chrome/browser/chromeos/options/ |
wimax_config_view.cc | 45 const std::string& error_name, 47 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function);
|
vpn_config_view.h | 83 void GetPropertiesError(const std::string& error_name,
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
mltypes.h | 148 #define ERROR_NAME(x) (#x)
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
mltypes.h | 133 #define ERROR_NAME(x) (#x)
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
mltypes.h | 148 #define ERROR_NAME(x) (#x)
|
/external/chromium_org/dbus/ |
message.h | 100 bool SetErrorName(const std::string& error_name); 238 const std::string& error_name,
|
object_proxy.cc | 560 const base::StringPiece& error_name, 562 if (ignore_service_unknown_errors_ && error_name == kErrorServiceUnknown) 567 << ": " << error_name << ": " << error_message;
|
object_proxy.h | 250 const base::StringPiece& error_name,
|
/external/chromium_org/chromeos/audio/ |
cras_audio_handler.h | 238 void HandleGetNodesError(const std::string& error_name,
|
cras_audio_handler.cc | 693 void CrasAudioHandler::HandleGetNodesError(const std::string& error_name, 696 << error_name << ": " << error_msg;
|
/external/chromium_org/components/wifi/ |
wifi_service_win.cc | 237 // Check |error_code| and if is not |ERROR_SUCCESS|, then store |error_name| 240 const std::string& error_name, 727 const std::string& error_name, 730 DLOG(ERROR) << "WiFiService Error " << error_code << ": " << error_name; local 731 *error = error_name; [all...] |
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_detector_impl_unittest.cc | 33 void ErrorCallbackFunction(const std::string& error_name, 35 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
|