/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 98 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 223 String msg = String.format("Proguard returned with error code %d. See console", 227 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 232 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 239 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 246 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 249 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 252 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 255 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 303 "Error exporting application:\n\n%1$s", e.getMessage())) [all...] |
/system/core/init/ |
signal_handler.c | 60 ERROR("untracked pid %d exited\n", pid); 96 ERROR("critical process '%s' exited %d times in %d minutes; "
|
/external/chromium/net/socket/ |
ssl_client_socket_win.cc | 34 // for the other error codes we may need to map. 36 // There are numerous security error codes, but these are the ones we thus 39 case SEC_E_WRONG_PRINCIPAL: // Schannel - server certificate error. 42 case SEC_E_UNTRUSTED_ROOT: // Schannel - server certificate error or 46 case SEC_E_CERT_EXPIRED: // Schannel - server certificate error or 54 case CRYPT_E_REVOKED: // CryptoAPI and Schannel server certificate error, 100 LOG(ERROR) << "Unexpected error " << err; 105 LOG(WARNING) << "Unknown error " << err << " mapped to net::ERR_FAILED"; 182 // Returns OK on success or a network error code on failure [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | 83 // <Handle error case. An error log message has already been generated.> 97 // invoked, or an error will occur. 113 // IsInterleaved() is true), or RESULT_ERROR if an error occurred during 158 // RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA if the end of 160 // latter may be an error condition if there is no more data available.) 181 // defined. Returns RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA 192 // IsInterleaved() is true), or RESULT_ERROR if an error occurred during 325 // Using a larger value will result in an error. 380 LOG(ERROR) << "Specified maximum target window size [all...] |
/cts/tools/dasm/src/java_cup/ |
parse_action_table.java | 9 * reduce, or an error. 118 /* if the action is not an error print it */ 119 if (under_state[row].under_term[col].kind() != parse_action.ERROR)
|
/development/tools/yuv420sp2rgb/ |
debug.h | 79 #define ERROR PRINT
|
/external/chromium/android/jni/ |
jni_utils.cc | 31 LOG(ERROR) << "*** Uncaught exception returned from Java call!\n";
|
/external/chromium/base/ |
dir_reader_linux.h | 41 RAW_LOG(ERROR, "Failed to close directory handle"); 63 DPLOG(FATAL) << "getdents64 returned an error: " << errno;
|
process_linux.cc | 116 LOG(ERROR) << "Failed to lower priority, errno: " << errno;
|
process_util_posix.cc | 113 LOG(ERROR) << "Received signal " << signal; 246 DPLOG(ERROR) << "Error waiting for process " << process_id; 261 DPLOG(ERROR) << "Unable to terminate process " << process_id; 269 PLOG(ERROR) << "Unable to terminate process group " << process_group_id; 311 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); 336 // ignore any error return values of close(). 514 PLOG(ERROR) << "fork"; 531 RAW_LOG(ERROR, "Failed to open /dev/null"); 538 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin") [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_creator.cc | 212 PLOG(ERROR) << "fwrite failed to write header"; 216 PLOG(ERROR) << "fwrite failed to write public_key.front"; 220 PLOG(ERROR) << "fwrite failed to write signature.front"; 231 PLOG(ERROR) << "fwrite failed to write buffer";
|
/external/chromium/chrome/browser/ |
process_singleton_mac.cc | 66 // |false| if the lock is held, or if there is an error. 102 LOG(ERROR) << "Unable to obtain profile lock.";
|
/external/chromium/chrome/browser/sync/engine/ |
store_timestamps_command.cc | 23 LOG(ERROR) << "Scoped dir lookup failed!";
|
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.cc | 64 LOG(ERROR) << "Could not get packet data"; 67 // TODO(akalin): Send an error response for malformed packets. 98 LOG(ERROR) << "Could not find cache invalidation IQ packet element"; 128 VLOG(2) << "Error when sending message"; 222 LOG(ERROR) << "Could not base64-encode message to send: " 243 LOG(ERROR) << "Could not base64-decode received message: "
|
/external/chromium/chrome/common/ |
service_process_util_linux.cc | 64 PLOG(ERROR) << "kill";
|
/external/chromium/crypto/ |
encryptor_mac.cc | 61 LOG(ERROR) << "CCCrypt returned " << err;
|
/external/chromium/net/base/ |
net_util_posix.cc | 65 PLOG(ERROR) << "getifaddrs";
|
x509_certificate_openssl_android.cc | 22 LOG(ERROR) << "Rejecting verify as no net library installed";
|
/external/chromium/net/disk_cache/ |
cache_util_win.cc | 48 LOG(ERROR) << "Unable to move the cache: " << GetLastError(); 64 // There is an error, but we share delete access so let's see if there is a
|
/external/iproute2/tc/ |
emp_ematch.y | 11 %error-verbose 27 %token <i> ERROR 40 | expr error
|
/external/libvpx/vp8/ |
vp8_cx_iface.c | 98 const struct vpx_internal_error_info *error) 102 if ((res = error->error_code)) 103 ctx->base.err_detail = error->has_detail 104 ? error->detail 111 #undef ERROR 112 #define ERROR(str) do {\ 119 ERROR(#memb " out of range ["#lo".."#hi"]");\ 124 ERROR(#memb " out of range [.."#hi"]");\ 129 ERROR(#memb " out of range ["#lo"..]");\ 133 if(!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean"); [all...] |
/frameworks/base/core/java/android/webkit/ |
DataLoader.java | 68 mLoadListener.error(EventHandler.ERROR,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapReceiver.java | 58 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
|
/sdk/anttasks/src/com/android/ant/ |
DependencyGraph.java | 41 NONE, NEW_FILE, UPDATED_FILE, MISSING_FILE, ERROR; 88 case ERROR: 106 case ERROR: 150 System.err.println("ERROR: Couldn't read " + dependencyFilePath); 265 System.err.println("ERROR " + folder.toString() + " is not a dir or can't be read"); 266 return DependencyStatus.ERROR;
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DdmPreferences.java | 42 public final static LogLevel DEFAULT_LOG_LEVEL = LogLevel.ERROR;
|