HomeSort by relevance Sort by last modified time
    Searched refs:ERROR (Results 376 - 400 of 1186) sorted by null

<<11121314151617181920>>

  /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; "
  /system/core/logwrapper/
logwrap.c 41 #define ERROR(fmt, args...) \
49 ERROR(fmt, ## args); \
333 ERROR("poll failed\n");
467 ERROR("failed to lock signal_fd mutex\n");
474 ERROR("Cannot create parent ptty\n");
481 ERROR("Problem with /dev/ptmx\n");
488 ERROR("Cannot open child_ptty\n");
501 ERROR("Failed to fork\n");
  /system/core/sdcard/
sdcard.c 70 #define ERROR(x...) fprintf(stderr,x)
88 /* Pseudo-error constant used to indicate that no fuse status is needed
177 ERROR("Zero refcnt %p\n", node);
261 ERROR("opendir %s failed: %s", path, strerror(errno));
345 * in case an error occurs part way */
443 hdr.error = err;
455 hdr.error = 0;
465 ERROR("*** REPLY FAILED *** %d\n", errno);
    [all...]
  /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...]
  /bootable/recovery/
ui.h 38 enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
  /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/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 63 #define ERROR(fmt, ...) ALOGE("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
65 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
202 ERROR("failed to connect (%s)", strerror(errno));
212 ERROR("setsockopt failed (%s)", strerror(errno));
239 ERROR("write failed with errno=%d\n", errno);
275 ERROR("cmd failed (%s)", strerror(errno));
284 ERROR("ack failed (%s)", strerror(errno));
339 ERROR("audiopath start failed");
378 ERROR("audiopath stop failed");
424 ERROR("check a2dp ready failed")
    [all...]
  /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;
250 DPLOG(ERROR) << "Error waiting for process " << process_id;
265 DPLOG(ERROR) << "Unable to terminate process " << process_id;
273 PLOG(ERROR) << "Unable to terminate process group " << process_group_id;
315 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed");
340 // ignore any error return values of close().
518 PLOG(ERROR) << "fork";
535 RAW_LOG(ERROR, "Failed to open /dev/null");
546 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/openfst/src/bin/
fstcompile.cc 60 LOG(ERROR) << argv[0] << ": Open failed, file = " << argv[1];
fstminimize.cc 50 LOG(ERROR) << "Both outputs can't be standard out.";

Completed in 1707 milliseconds

<<11121314151617181920>>