/external/chromium_org/chromeos/network/ |
network_handler_callbacks.cc | 26 const std::string& error_name, 28 return CreateDBusErrorData(path, error_name, error_detail, "", ""); 33 const std::string& error_name, 38 error_name, 39 make_scoped_ptr(CreateErrorData(path, error_name, error_detail))); 44 const std::string& error_name, 49 error_data->SetString(kErrorName, error_name); 58 void ShillErrorCallbackFunction(const std::string& error_name, 69 NET_LOG_ERROR(error_name, detail); 74 CreateDBusErrorData(path, error_name, detail [all...] |
network_handler_callbacks.h | 33 void(const std::string& error_name, 46 const std::string& error_name, 53 const std::string& error_name, 58 const std::string& error_name, 64 // |error_name| is the error name passed to |error_callback|. 69 const std::string& error_name,
|
network_activation_handler.h | 22 // Constants for |error_name| from |error_callback|. 33 // On failure, |error_callback| will be called with |error_name| one of: 44 // On failure, |error_callback| will be called with |error_name| one of:
|
network_connection_handler.h | 50 // Constants for |error_name| from |error_callback| for Connect. 86 // Constants for |error_name| from |error_callback| for Disconnect. 93 // On failure, |error_callback| will be called with |error_name| one of the 108 // On failure, |error_callback| will be called with |error_name| one of: 163 const std::string& error_name, 169 const std::string& error_name, 179 const std::string& error_name);
|
/external/chromium_org/third_party/skia/src/core/ |
SkError.cpp | 104 const char *error_name = NULL; local 107 error_name = "No Error"; 110 error_name = "Invalid Argument"; 113 error_name = "Invalid Operation"; 116 error_name = "Invalid Handle"; 119 error_name = "Invalid Paint"; 122 error_name = "Out Of Memory"; 125 error_name = "Parse Error"; 128 error_name = "Unknown error"; 132 sprintf( str, "%s: ", error_name ); [all...] |
/external/skia/src/core/ |
SkError.cpp | 104 const char *error_name = NULL; local 107 error_name = "No Error"; 110 error_name = "Invalid Argument"; 113 error_name = "Invalid Operation"; 116 error_name = "Invalid Handle"; 119 error_name = "Invalid Paint"; 122 error_name = "Out Of Memory"; 125 error_name = "Parse Error"; 128 error_name = "Unknown error"; 132 sprintf( str, "%s: ", error_name ); [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
network_state_notifier.cc | 41 // Error messages based on |error_name|, not network_state->error(). 42 string16 GetConnectErrorString(const std::string& error_name) { 43 if (error_name == NetworkConnectionHandler::kErrorNotFound) 45 if (error_name == NetworkConnectionHandler::kErrorConfigureFailed) 48 if (error_name == ash::network_connect::kErrorActivateFailed) 193 const std::string& error_name, 198 ShowConnectErrorNotification(error_name, shill_error, service_path, 206 weak_ptr_factory_.GetWeakPtr(), error_name, shill_error), 208 weak_ptr_factory_.GetWeakPtr(), error_name, shill_error, 213 const std::string& error_name, [all...] |
network_state_notifier.h | 47 // Show a connection error notification. If |error_name| matches an error 52 void ShowNetworkConnectError(const std::string& error_name, 58 const std::string& error_name, 63 const std::string& error_name, 69 const std::string& error_name,
|
network_connect.cc | 62 void ShowErrorNotification(const std::string& error_name, 66 ShowNetworkConnectError(error_name, shill_error, service_path); 115 const std::string& error_name, 117 NET_LOG_ERROR("Connect Failed: " + error_name, service_path); 123 if (error_name == NetworkConnectionHandler::kErrorConnectCanceled) 126 if (error_name == shill::kErrorBadPassphrase || 127 error_name == NetworkConnectionHandler::kErrorPassphraseRequired || 128 error_name == NetworkConnectionHandler::kErrorConfigurationRequired || 129 error_name == NetworkConnectionHandler::kErrorAuthenticationRequired) { 134 if (error_name == NetworkConnectionHandler::kErrorCertificateRequired) [all...] |
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_api_nonchromeos.cc | 58 const std::string& error_name, 60 error_ = error_name; 98 const std::string& error_name, 100 error_ = error_name; 135 const std::string& error_name, 137 error_ = error_name; 171 const std::string& error_name, 173 error_ = error_name; 203 const std::string& error_name, 205 error_ = error_name; [all...] |
networking_private_api.h | 36 void GetPropertiesFailed(const std::string& error_name, 59 void Failure(const std::string& error_name, 81 void Failure(const std::string& error_name, 102 void ErrorCallback(const std::string& error_name, 123 void ErrorCallback(const std::string& error_name, 242 const std::string& error_name, 268 const std::string& error_name, 289 void ErrorCallback(const std::string& error_name, const std::string& error); 310 void ErrorCallback(const std::string& error_name, const std::string& error); 332 void ErrorCallback(const std::string& error_name, const std::string& error) [all...] |
networking_private_api_chromeos.cc | 104 const std::string& error_name, 106 error_ = error_name; 146 const std::string& error_name, 148 error_ = error_name; 210 const std::string& error_name, 212 error_ = error_name; 251 const std::string& error_name, 253 error_ = error_name; 436 const std::string& error_name, 438 error_ = error_name; [all...] |
/bionic/libc/bionic/ |
strerror_r.cpp | 50 const char* error_name = __strerror_lookup(error_number); local 51 if (error_name != NULL) { 52 length = snprintf(buf, buf_len, "%s", error_name);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_chromeos.cc | 590 const std::string& error_name, 597 << error_name << ": " << error_message; 601 // Determine the error code from error_name. 603 if (error_name == bluetooth_device::kErrorFailed) { 605 } else if (error_name == bluetooth_device::kErrorInProgress) { 607 } else if (error_name == bluetooth_device::kErrorNotSupported) { 633 const std::string& error_name, 640 << error_name << ": " << error_message; 646 // Determine the error code from error_name. 648 if (error_name == bluetooth_agent_manager::kErrorAlreadyExists [all...] |
bluetooth_device_chromeos.h | 117 const std::string& error_name, 125 const std::string& error_name, 132 const std::string& error_name, 138 void OnCancelPairingError(const std::string& error_name, 152 void OnUnregisterAgentError(const std::string& error_name, 159 const std::string& error_name, 166 const std::string& error_name, 179 const std::string& error_name,
|
bluetooth_profile_chromeos.h | 76 const std::string& error_name, 82 void OnUnregisterProfileError(const std::string& error_name,
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_agent_manager_client.cc | 114 std::string error_name; local 118 error_name = response->GetErrorName(); 121 error_name = kNoResponseError; 124 error_callback.Run(error_name, error_message);
|
bluetooth_agent_manager_client.h | 26 // It receives two arguments: the name of the error in |error_name| and 28 typedef base::Callback<void(const std::string& error_name,
|
bluetooth_profile_manager_client.h | 74 // It receives two arguments: the name of the error in |error_name| and 76 typedef base::Callback<void(const std::string& error_name,
|
bluetooth_profile_manager_client.cc | 206 std::string error_name; local 210 error_name = response->GetErrorName(); 213 error_name = kNoResponseError; 216 error_callback.Run(error_name, error_message);
|
bluetooth_adapter_client.cc | 226 std::string error_name; local 230 error_name = response->GetErrorName(); 233 error_name = kNoResponseError; 236 error_callback.Run(error_name, error_message);
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.cc | 354 const char* error_name = NULL; local 363 error_name = "bluetoothConnectUnknownError"; 366 error_name = "bluetoothConnectInProgress"; 369 error_name = "bluetoothConnectFailed"; 372 error_name = "bluetoothConnectAuthFailed"; 375 error_name = "bluetoothConnectAuthCanceled"; 378 error_name = "bluetoothConnectAuthRejected"; 381 error_name = "bluetoothConnectAuthTimeout"; 384 error_name = "bluetoothConnectUnsupportedDevice"; 388 if (error_name) [all...] |
/external/chromium_org/components/wifi/ |
wifi_service_test.cc | 18 void LogError(const std::string& error_name, 20 LOG(ERROR) << "WiFi Error: " << error_name; 24 void TestError(const std::string& error_name, 26 LOG(ERROR) << "WiFi Error: " << error_name;
|
/external/chromium_org/third_party/launchpad_translations/ |
generated_resources_eo.xtb | 12 <translation id="1031460590482534116">Okazis eraro dum konservado de la klienta atestilo. Eraro <ph name="ERROR_NUMBER"/> (<ph name="ERROR_NAME"/>).</translation>
|
/external/chromium_org/device/nfc/ |
nfc_adapter_chromeos.h | 93 const std::string& error_name, 99 const std::string& error_name,
|