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

1 2 3 4 5 6 78 91011>>

  /system/core/init/
init.c 181 ERROR("service '%s' requires console\n", svc->name);
187 ERROR("cannot find '%s', disabling '%s'\n", svc->args[0], svc->name);
193 ERROR("service '%s' must be one-shot to use dynamic args, disabling\n",
203 ERROR("Out of memory while starting '%s'\n", svc->name);
212 ERROR("could not get context while starting '%s'\n", svc->name);
218 ERROR("could not get context while starting '%s'\n", svc->name);
227 ERROR("could not get context while starting '%s'\n", svc->name);
272 ERROR("Failed to set pid %d ioprio = %d,%d: %s\n",
298 ERROR("setgid failed: %s\n", strerror(errno));
304 ERROR("setgroups failed: %s\n", strerror(errno))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_info_private_api_chromeos.cc 58 LOG(ERROR) << "CrosLibrary can't be loaded.";
61 LOG(ERROR) << "Unknown property request: " << property_name;
  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.cc 32 LOG(ERROR) << "Failed to get machine model.";
36 LOG(ERROR) << "Failed to get machine serial number.";
  /external/chromium/chrome/browser/remoting/
setup_flow_register_step.cc 57 LOG(ERROR) << "Access denied by Chromoting Directory.";
62 LOG(ERROR) << "Chromoting Host registration failed: "
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 23 LOG(ERROR) << "Scoped dir lookup failed!";
47 LOG(ERROR) << "Scoped dir lookup failed!";
clear_data_command.cc 42 LOG(ERROR) << "Scoped dir lookup failed!";
64 // response to a store birthday error from the server.
68 LOG(ERROR) << "Error posting ClearData.";
  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 29 LOG(ERROR) << "Encryption fails: " << data;
46 LOG(ERROR) << "Decryption fails: ";
user_settings_posix.cc 26 LOG(ERROR) << "Encrytion failed: " << long_lived_service_token;
58 LOG(ERROR) << "Decryption failed: " << encrypted_service_token;
  /external/chromium/net/base/
network_change_notifier_win.cc 98 LOG(ERROR) << "WSALookupServiceBegin failed with: " << WSAGetLastError();
126 // Error code WSAEFAULT means there is a network connection but the
141 LOG_IF(ERROR, result != 0)
test_root_certs_nss.cc 70 LOG(ERROR) << "Cannot decode certificate trust string.";
78 LOG(ERROR) << "Cannot change certificate trust.";
  /external/chromium/net/disk_cache/
cache_util_posix.cc 22 LOG(ERROR) << "Unable to create destination cache directory.";
34 LOG(ERROR) << "Unable to move cache item.";
  /external/chromium/net/tools/flip_server/
create_listener.cc 75 << "error doing fcntl(fd, F_GETFL, 0) fd: " << fd
83 << "error doing fcntl(fd, F_SETFL, fcntl_return) fd: " << fd
134 LOG(ERROR) << "getaddrinfo " << " for (" << host << ":" << port
145 LOG(ERROR) << "Unable to create socket for (" << host << ":"
181 LOG(ERROR) << "Bind was unsuccessful for (" << host << ":"
193 LOG(ERROR) << "Unable to close the socket.. Considering this a fatal "
194 "error, and exiting\n";
208 LOG(ERROR) << "Listen was unsuccessful for (" << host << ":"
219 "error, and exiting\n";
257 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service << "):
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
decodetable.cc 53 LOG(ERROR) << "Internal error: GetNextInstruction() called before Init()"
98 LOG(ERROR) << "Instruction size is not a valid variable-length integer"
  /external/llvm/test/MC/X86/AlignedBundling/
switch-section-locked-error.s 6 # CHECK: ERROR: Unterminated .bundle_lock
  /external/openfst/src/bin/
fstdifference.cc 53 LOG(ERROR) << argv[0] << ": Can't take both inputs from standard input.";
75 LOG(ERROR) << argv[0] << ": Bad filter type \""
fstequivalent.cc 56 LOG(ERROR) << argv[0] << ": Can't take both inputs from standard input.";
78 LOG(ERROR) << argv[0] << ": Unknown selection type \""
fstintersect.cc 54 LOG(ERROR) << argv[0] << ": Can't take both inputs from standard input.";
76 LOG(ERROR) << argv[0] << "Unknown compose filter type: "
  /external/openfst/src/extensions/pdt/
pdtshortestpath.cc 54 LOG(ERROR) << argv[0] << ": No PDT parenthesis label pairs provided";
72 LOG(ERROR) << "Unknown or unsupported queue type: " << FLAGS_queue_type;
  /external/openfst/src/lib/
symbol-table.cc 57 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns ("
70 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
165 LOG(ERROR) << "SymbolTable::Read: read failed";
175 LOG(ERROR) << "SymbolTable::Read: read failed";
187 LOG(ERROR) << "SymbolTable::Read: read failed";
230 LOG(ERROR) << "SymbolTable::Write: write failed";
235 LOG(ERROR) << "SymbolTable::Write: write failed";
252 LOG(ERROR) << "Missing required field separator";
util.cc 35 bool allow_negative, bool *error) {
39 if (error) *error = false;
44 if (error) *error = true;
68 LOG(ERROR) << "AlignInput: can't determine stream position";
83 LOG(ERROR) << "AlignOutput: can't determine stream position";
  /external/valgrind/main/drd/tests/
atomic_var.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
custom_alloc_fiw.stderr.exp 12 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_barrier_reinit.stderr.exp 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_cancel_locked.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_mutex_reinit.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 738 milliseconds

1 2 3 4 5 6 78 91011>>