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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/common/
service_process_util_posix.cc 32 LOG(ERROR) << "Unexpected read: " << buffer;
34 LOG(ERROR) << "Unexpected fd close";
36 PLOG(ERROR) << "read";
46 // a shutdown is SIGTERM. "write" is a signal safe function. PLOG(ERROR) is
53 PLOG(ERROR) << "write";
70 LOG(ERROR) << "WatchFileDescriptor";
83 PLOG(ERROR) << "sigaction";
100 LOG(ERROR) << "WatchExecutable";
111 PLOG(ERROR) << "close";
116 PLOG(ERROR) << "close"
    [all...]
multi_process_lock_mac.cc 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
28 LOG(ERROR) << "Socket name too long (" << name_.length()
41 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
multi_process_lock_win.cc 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
28 LOG(ERROR) << "Socket name too long (" << name_.length()
45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 46 LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"
    [all...]
  /external/valgrind/main/drd/tests/
annotate_ignore_read.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_order_1.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_order_2.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_order_3.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_spinlock.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
rwlock_test.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc17_sembar.stderr.exp 5 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
pth_cleanup_handler.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
rwlock_test.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc17_sembar.stderr.exp 5 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/chromium/base/
sha1_win.cc 21 LOG(ERROR) << "CryptAcquireContext failed: " << GetLastError();
28 LOG(ERROR) << "CryptCreateHash failed: " << GetLastError();
34 LOG(ERROR) << "CryptHashData failed: " << GetLastError();
43 LOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed: " << GetLastError();
53 LOG(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed: " << GetLastError();
58 LOG(ERROR) << "Returned hash value is wrong length: " << hash_len
  /external/chromium/chrome/browser/
crash_recovery_browsertest.cc 20 LOG(ERROR) << "SimulateRendererCrash, before WaitForNotification";
23 LOG(ERROR) << "SimulateRendererCrash, after WaitForNotification";
46 LOG(ERROR) << "Before WaitForNavigationInCurrentTab";
48 LOG(ERROR) << "After WaitForNavigationInCurrentTab";
73 LOG(ERROR) << "Before WaitForNavigationInCurrentTab";
75 LOG(ERROR) << "After WaitForNavigationInCurrentTab";
  /external/chromium/net/test/
test_server_win.cc 44 LOG(ERROR) << "Could not create process.";
59 LOG(ERROR) << "Could not create JobObject.";
67 LOG(ERROR) << "Could not SetInformationJobObject.";
72 LOG(ERROR) << "Could not AssignProcessToObject.";
95 // has been read or an error has been encountered. Returns
115 PLOG(ERROR) << "ReadFile failed";
119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
128 LOG(ERROR) << "Timeout exceeded for ReadData";
156 PLOG(ERROR) << "Failed to create pipe";
165 PLOG(ERROR) << "Failed to enable pipe inheritance"
    [all...]
  /external/elfutils/src/
elflint.c 35 #include <error.h>
108 /* Report an error. */
109 #define ERROR(str, args...) \
159 error (0, errno, gettext ("cannot open input file"));
166 ERROR (gettext ("cannot generate Elf descriptor: %s\n"),
185 ERROR (gettext ("error while closing Elf descriptor: %s\n"),
303 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"),
311 ERROR (gettext ("
    [all...]
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 63 PLOG(ERROR) << "Error creating netlink socket";
68 PLOG(ERROR) << "Failed to set netlink socket to non-blocking mode.";
70 PLOG(ERROR) << "Failed to close socket";
83 PLOG(ERROR) << "Error binding netlink socket";
85 PLOG(ERROR) << "Failed to close socket";
105 LOG(ERROR) << "Unexpected netlink error.";
keygen_handler_nss.cc 26 LOG(ERROR) << "Couldn't get private key slot from NSS!";
33 LOG(ERROR) << "Couldn't authenticate to private key slot!";
  /external/protobuf/src/google/protobuf/testing/
googletest.h 60 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
61 #undef ERROR // defend against promiscuous windows.h
62 static const LogLevel ERROR = LOGLEVEL_ERROR;
64 // Receives copies of all LOG(ERROR) messages while in scope. Sample usage:
68 // const vector<string>& warnings = log.GetMessages(ERROR);
79 // open source version ignores the argument since we always pass ERROR
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
TextOutputCallback.java 32 public static final int ERROR = 2;
39 if (messageType > ERROR || messageType < INFORMATION) {
  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 20 LOG(ERROR) << "Ignoring the guest request to change: " << path;
external_metrics.cc 55 LOG(ERROR) << "undefined UMA action: " << action_string;
84 LOG(ERROR) << "bad histogram request: " << histogram_data;
99 LOG(ERROR) << "bad linear histogram request: " << histogram_data;
119 PLOG(ERROR) << event_file_path << ": bad metrics file stat";
130 PLOG(ERROR) << event_file_path << ": cannot open";
135 PLOG(ERROR) << event_file_path << ": cannot lock";
142 // read and processed, or an error occurs, truncate the file to zero size.
147 PLOG(ERROR) << "reading metrics message header";
154 LOG(ERROR) << "bad read size " << result <<
162 LOG(ERROR) << "bad message size " << message_size
    [all...]
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_x.cc 34 LOG(ERROR) << "Couldn't get window attributes";
40 LOG(ERROR) << "Couldn't get image";
44 LOG(ERROR)<< "Unsupported image depth " << image->depth;
56 LOG(ERROR) << "Unable to create Cairo surface from XImage data";

Completed in 770 milliseconds

1 2 34 5 6 7 8 91011>>