Searched refs:ERROR (Results 76 - 100 of 747) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dannotate_order_3.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_spinlock.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Drwlock_test.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc17_sembar.stderr.exp5 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dpth_cleanup_handler.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dread_after_free.stderr.exp8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/valgrind/main/helgrind/tests/
H A Drwlock_test.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc17_sembar.stderr.exp5 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/chromium/base/
H A Dsha1_win.cc21 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/
H A Dcrash_recovery_browsertest.cc20 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/
H A Dtest_server_win.cc44 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.";
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";
187 LOG(ERROR) << "Faile
[all...]
/external/elfutils/src/
H A Delflint.c109 #define ERROR(str, args...) \ macro
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 ("\
360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0);
362 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1);
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
370 ERROR (gettex
[all...]
/external/chromium/chrome/common/
H A Dmulti_process_lock_mac.cc23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
28 LOG(ERROR) << "Socket name too long (" << name_.length()
41 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
H A Dmulti_process_lock_win.cc23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
28 LOG(ERROR) << "Socket name too long (" << name_.length()
45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
/external/chromium/net/base/
H A Dnetwork_change_notifier_netlink_linux.cc63 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.";
H A Dkeygen_handler_nss.cc26 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/
H A Dgoogletest.h60 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
61 #undef ERROR // defend against promiscuous windows.h macro
62 static const LogLevel ERROR = LOGLEVEL_ERROR; member in namespace:google::protobuf
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/chromium/chrome/browser/chromeos/
H A Dcros_settings_provider.cc20 LOG(ERROR) << "Ignoring the guest request to change: " << path;
H A Dexternal_metrics.cc55 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";
147 PLOG(ERROR) << "reading metrics message header";
154 LOG(ERROR) << "bad read size " << result <<
162 LOG(ERROR) << "bad message size " << message_size;
169 PLOG(ERROR) << "readin
[all...]
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot_x.cc34 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";
/external/openfst/src/extensions/far/
H A Dmain.cc89 LOG(ERROR) << "Reading FAR from standard in not supported";
94 LOG(ERROR) << "Error reading FAR: " << far_fname;
100 LOG(ERROR) << "Empty FST archive: " << far_fname;
111 LOG(ERROR) << "Error reading FST: " << fst_fname;
/external/openfst/src/script/
H A Dscript-impl.cc30 LOG(ERROR) << "FSTs with non-matching arc types passed to " << op_name
H A Dtext-io.cc36 LOG(ERROR) << "ReadPotentials: Can't open file: " << filename;
52 LOG(ERROR) << "ReadPotentials: Bad number of columns, "
74 LOG(ERROR) << "WritePotentials: Can't open file: " << filename;
85 LOG(ERROR) << "WritePotentials: Write failed: "
/external/webkit/Source/WebKit/mac/Misc/
H A DWebAssertions.h35 #define ERROR(...) ((void)0) macro
/external/chromium/chrome/browser/extensions/
H A Dexternal_registry_extension_loader_win.cc58 LOG(ERROR) << "Path " << extension_path_str
71 LOG(ERROR) << "Invalid id value " << id
81 LOG(ERROR) << "Invalid version value " << extension_version
95 LOG(ERROR) << "Missing value " << kRegistryExtensionVersion
100 LOG(ERROR) << "Missing value " << kRegistryExtensionPath

Completed in 2005 milliseconds

1234567891011>>