Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/external/elfutils/src/
Delflint.c109 #define ERROR(str, args...) \ macro
166 ERROR (gettext ("cannot generate Elf descriptor: %s\n"), in main()
185 ERROR (gettext ("error while closing Elf descriptor: %s\n"), in main()
303 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"), in process_file()
311 ERROR (gettext ("\ in process_file()
360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
362 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1); in check_elf_header()
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2); in check_elf_header()
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3); in check_elf_header()
370 ERROR (gettext ("e_ident[%d] == %d is no known class\n"), in check_elf_header()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java83 XSLTAttributeDef.T_URL, true, false,XSLTAttributeDef.ERROR); in build()
88 true, false, XSLTAttributeDef.ERROR); in build()
95 XSLTAttributeDef.T_QNAME, false, false,XSLTAttributeDef.ERROR); in build()
97 … XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR); in build()
99 … XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR); in build()
103 false, false,XSLTAttributeDef.ERROR); in build()
106 … XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR); in build()
109 … XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR); in build()
112 … XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR); in build()
116 false, false,XSLTAttributeDef.ERROR); in build()
[all …]
/external/openfst/src/include/fst/
Dverify.h49 LOG(ERROR) << "Verify: Fst start state ID unset";
52 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
66 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
70 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
76 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
86 LOG(ERROR) << "Verify: Fst weight of arc at position "
90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
102 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid";
[all …]
/external/chromium/chrome/browser/chromeos/
Dexternal_metrics.cc55 LOG(ERROR) << "undefined UMA action: " << action_string; in RecordActionUI()
84 LOG(ERROR) << "bad histogram request: " << histogram_data; in RecordHistogram()
99 LOG(ERROR) << "bad linear histogram request: " << histogram_data; in RecordLinearHistogram()
119 PLOG(ERROR) << event_file_path << ": bad metrics file stat"; in CollectEvents()
130 PLOG(ERROR) << event_file_path << ": cannot open"; in CollectEvents()
135 PLOG(ERROR) << event_file_path << ": cannot lock"; in CollectEvents()
147 PLOG(ERROR) << "reading metrics message header"; in CollectEvents()
154 LOG(ERROR) << "bad read size " << result << in CollectEvents()
162 LOG(ERROR) << "bad message size " << message_size; in CollectEvents()
169 PLOG(ERROR) << "reading metrics message body"; in CollectEvents()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dverify.h46 LOG(ERROR) << "Verify: Fst start state ID unset"; in Verify()
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; in Verify()
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position " in Verify()
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel in Verify()
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position " in Verify()
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel in Verify()
83 LOG(ERROR) << "Verify: Fst weight of arc at position " in Verify()
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"; in Verify()
[all …]
Dsymbol-table.cpp38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: " in ReadText()
54 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (skipping), " in ReadText()
63 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \"" in ReadText()
107 LOG(ERROR) << "SymbolTable::Read: read failed"; in Read()
124 LOG(ERROR) << "SymbolTable::Read: read failed"; in Read()
142 LOG(ERROR) << "SymbolTable::Write: write failed"; in Write()
154 LOG(ERROR) << "SymbolTable::WriteText: write failed"; in WriteText()
/external/chromium/net/test/
Dtest_server_win.cc44 LOG(ERROR) << "Could not create process."; in LaunchTestServerAsJob()
59 LOG(ERROR) << "Could not create JobObject."; in LaunchTestServerAsJob()
67 LOG(ERROR) << "Could not SetInformationJobObject."; in LaunchTestServerAsJob()
72 LOG(ERROR) << "Could not AssignProcessToObject."; in LaunchTestServerAsJob()
115 PLOG(ERROR) << "ReadFile failed"; in ReadData()
119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes; in ReadData()
128 LOG(ERROR) << "Timeout exceeded for ReadData"; in ReadData()
156 PLOG(ERROR) << "Failed to create pipe"; in LaunchPython()
165 PLOG(ERROR) << "Failed to enable pipe inheritance"; in LaunchPython()
187 LOG(ERROR) << "Failed to launch " << python_command.command_line_string(); in LaunchPython()
[all …]
/external/chromium/chrome/common/
Dservice_process_util_posix.cc32 LOG(ERROR) << "Unexpected read: " << buffer; in OnFileCanReadWithoutBlocking()
34 LOG(ERROR) << "Unexpected fd close"; in OnFileCanReadWithoutBlocking()
36 PLOG(ERROR) << "read"; in OnFileCanReadWithoutBlocking()
53 PLOG(ERROR) << "write"; in SigTermHandler()
70 LOG(ERROR) << "WatchFileDescriptor"; in SignalReady()
83 PLOG(ERROR) << "sigaction"; in SignalReady()
100 LOG(ERROR) << "WatchExecutable"; in SignalReady()
111 PLOG(ERROR) << "close"; in ~StateData()
116 PLOG(ERROR) << "close"; in ~StateData()
121 PLOG(ERROR) << "sigaction"; in ~StateData()
[all …]
Dmulti_process_lock_linux.cc28 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_; in TryLock()
33 LOG(ERROR) << "Socket name too long (" << name_.length() in TryLock()
54 PLOG(ERROR) << "Couldn't create sun_path - " << name_; in TryLock()
70 PLOG(ERROR) << "Couldn't create socket - " << name_; in TryLock()
80 PLOG(ERROR) << "Couldn't bind socket - " in TryLock()
84 PLOG(ERROR) << "close"; in TryLock()
92 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_; in Unlock()
96 PLOG(ERROR) << "close"; in Unlock()
/external/chromium/chrome/browser/importer/
Dfirefox_proxy_settings.cc43 LOG(ERROR) << "Unknown Firefox proxy config type: " << type; in IntToProxyConfig()
55 LOG(ERROR) << "Unknown Firefox proxy config type: " << type; in IntToSOCKSVersion()
176 LOG(ERROR) << "Failed to retrieve Firefox proxy autoconfig URL"; in GetSettingsFromFile()
183 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP host"; in GetSettingsFromFile()
186 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP port"; in GetSettingsFromFile()
189 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL host"; in GetSettingsFromFile()
191 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL port"; in GetSettingsFromFile()
193 LOG(ERROR) << "Failed to retrieve Firefox proxy FTP host"; in GetSettingsFromFile()
195 LOG(ERROR) << "Failed to retrieve Firefox proxy SSL port"; in GetSettingsFromFile()
197 LOG(ERROR) << "Failed to retrieve Firefox proxy gopher host"; in GetSettingsFromFile()
[all …]
/external/chromium/base/
Dsha1_win.cc21 LOG(ERROR) << "CryptAcquireContext failed: " << GetLastError(); in SHA1HashString()
28 LOG(ERROR) << "CryptCreateHash failed: " << GetLastError(); in SHA1HashString()
34 LOG(ERROR) << "CryptHashData failed: " << GetLastError(); in SHA1HashString()
43 LOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed: " << GetLastError(); in SHA1HashString()
53 LOG(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed: " << GetLastError(); in SHA1HashString()
58 LOG(ERROR) << "Returned hash value is wrong length: " << hash_len in SHA1HashString()
Devent_recorder.cc54 DLOG(ERROR) << "EventRecorder could not open log file"; in StartRecording()
65 DLOG(ERROR) << "EventRecorder Record Hook failed"; in StartRecording()
79 DLOG(ERROR) << "EventRecorder Unhook failed"; in StopRecording()
105 DLOG(ERROR) << "EventRecorder Playback could not open log file"; in StartPlayback()
110 DLOG(ERROR) << "EventRecorder Playback has no records!"; in StartPlayback()
134 DLOG(ERROR) << "EventRecorder Playback Hook failed"; in StartPlayback()
148 DLOG(ERROR) << "EventRecorder Unhook failed"; in StopPlayback()
/external/chromium/chrome/browser/
Dcrash_recovery_browsertest.cc20 LOG(ERROR) << "SimulateRendererCrash, before WaitForNotification"; in SimulateRendererCrash()
23 LOG(ERROR) << "SimulateRendererCrash, after WaitForNotification"; in SimulateRendererCrash()
46 LOG(ERROR) << "Before WaitForNavigationInCurrentTab"; in IN_PROC_BROWSER_TEST_F()
48 LOG(ERROR) << "After WaitForNavigationInCurrentTab"; in IN_PROC_BROWSER_TEST_F()
73 LOG(ERROR) << "Before WaitForNavigationInCurrentTab"; in IN_PROC_BROWSER_TEST_F()
75 LOG(ERROR) << "After WaitForNavigationInCurrentTab"; in IN_PROC_BROWSER_TEST_F()
Dprocess_singleton_linux.cc148 LOG(ERROR) << "ProcessSingleton would block on write(), so it gave up."; in WriteToSocket()
151 PLOG(ERROR) << "write() failed"; in WriteToSocket()
190 PLOG(ERROR) << "read() failed"; in ReadFromSocket()
240 PLOG(ERROR) << "readlink(" << path.value() << ") failed"; in ReadLink()
249 PLOG(ERROR) << "Failed to unlink " << path.value(); in UnlinkPath()
264 PLOG(ERROR) << "Failed to create " << path.value(); in SymlinkPath()
308 LOG(ERROR) << base::SysWideToNativeMB(UTF16ToWide(error)).c_str(); in DisplayProfileInUseError()
366 LOG(ERROR) << "Failed to extract pid from path: " << path.value(); in KillProcessByLockPath()
442 PLOG(ERROR) << "readlink failed"; in ConnectSocket()
581 PLOG(ERROR) << "accept() failed"; in OnFileCanReadWithoutBlocking()
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dheaderparser.cc96 LOG(ERROR) << "Expected " << variable_description in ParseInt32()
123 LOG(ERROR) << "Expected " << variable_description in ParseUInt32()
132 LOG(ERROR) << "Value of " << variable_description << "(" << parsed_value in ParseUInt32()
176 LOG(ERROR) << "Source segment length (" << *source_segment_length in ParseSourceSegmentLengthAndPosition()
187 LOG(ERROR) << "Source segment position (" << *source_segment_position in ParseSourceSegmentLengthAndPosition()
196 LOG(ERROR) << "Source segment end position (" << source_segment_end in ParseSourceSegmentLengthAndPosition()
226 LOG(ERROR) << "Delta file contains VCD_TARGET flag, which is not " in ParseWinIndicatorAndSourceSegment()
237 LOG(ERROR) << "Win_Indicator must not have both VCD_SOURCE" in ParseWinIndicatorAndSourceSegment()
278 LOG(ERROR) << "Secondary compression of delta file sections " in ParseDeltaIndicator()
314 LOG(ERROR) << "The length of the delta encoding does not match " in ParseSectionLengths()
Dlogging.h24 #ifdef ERROR
25 #undef ERROR
33 ERROR, enumerator
40 #define DFATAL ERROR
/external/chromium/net/base/
Dnetwork_change_notifier_netlink_linux.cc63 PLOG(ERROR) << "Error creating netlink socket"; in InitializeNetlinkSocket()
68 PLOG(ERROR) << "Failed to set netlink socket to non-blocking mode."; in InitializeNetlinkSocket()
70 PLOG(ERROR) << "Failed to close socket"; in InitializeNetlinkSocket()
83 PLOG(ERROR) << "Error binding netlink socket"; in InitializeNetlinkSocket()
85 PLOG(ERROR) << "Failed to close socket"; in InitializeNetlinkSocket()
105 LOG(ERROR) << "Unexpected netlink error."; in HandleNetlinkMessage()
/external/doclava/src/com/google/doclava/
DErrors.java61 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR; in error()
71 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING)) { in error()
92 if (m.error.level == ERROR) { in printErrors()
104 public static int ERROR = 2; field in Errors
125 public static Error PARSE_ERROR = new Error(1, ERROR);
149 public static Error CHANGED_SYNCHRONIZED = new Error(25, ERROR);
159 public static final Error BAD_ATTR_TAG = new Error(106, ERROR);
163 public static final Error UNAVAILABLE_SYMBOL = new Error(110, ERROR);
171 public static final Error BROKEN_SINCE_FILE = new Error(118, ERROR);
172 public static final Error INVALID_CONTENT_TYPE = new Error(119, ERROR);
/external/chromium/net/tools/flip_server/
Dcreate_listener.cc134 LOG(ERROR) << "getaddrinfo " << " for (" << host << ":" << port in CreateListeningSocket()
145 LOG(ERROR) << "Unable to create socket for (" << host << ":" in CreateListeningSocket()
181 LOG(ERROR) << "Bind was unsuccessful for (" << host << ":" in CreateListeningSocket()
193 LOG(ERROR) << "Unable to close the socket.. Considering this a fatal " in CreateListeningSocket()
208 LOG(ERROR) << "Listen was unsuccessful for (" << host << ":" in CreateListeningSocket()
257 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service << "): " in CreateConnectedSocket()
268 LOG(ERROR) << "Unable to create socket for (" << node << ":" << service in CreateConnectedSocket()
284 LOG(ERROR) << "Connect was unsuccessful for (" << node << ":" << service in CreateConnectedSocket()
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc91 LOG(ERROR) << "Could not find the id in sync db " << changes[i].id; in ApplyChangesFromSyncModel()
139 LOG(ERROR) << "Sync id is not found for " << change->key(); in ActOnChange()
144 LOG(ERROR) << "Could not find sync node for id " << sync_id; in ActOnChange()
154 LOG(ERROR) << "Sync id is not found for " << change->key(); in ActOnChange()
159 LOG(ERROR) << "Could not find sync node for id " << sync_id; in ActOnChange()
184 LOG(ERROR) << "could not delete the profile " << in CommitChangesFromSyncModel()
225 LOG(ERROR) << "could not add autofill profile for guid " << p.guid(); in ApplyAutofillProfileChange()
238 LOG(ERROR) << "Could not find the autofill profile to update for " << in ApplyAutofillProfileChange()
249 LOG(ERROR) << "Could not update autofill profile for " << in ApplyAutofillProfileChange()
267 LOG(ERROR) << "Could not find the node in associator " << guid; in RemoveSyncNode()
[all …]
Dextension_sync.cc30 LOG(ERROR) << "Root node with tag " << tag << " does not exist"; in RootNodeHasChildren()
140 LOG(ERROR) << GetRootNodeDoesNotExistError(root_node_tag); in SlurpServerData()
148 LOG(ERROR) << "Failed to fetch sync node for id " << id; in SlurpServerData()
154 LOG(ERROR) << "Invalid extensions specifics for id " << id; in SlurpServerData()
219 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag); in UpdateServer()
224 LOG(ERROR) << "Could not create node for extension " << id; in UpdateServer()
247 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag); in FlushExtensionData()
258 LOG(ERROR) << "Could not update server data for extension " in FlushExtensionData()
310 LOG(ERROR) << "Invalid extensions specifics for id " << id in UpdateServerData()
319 LOG(ERROR) << *error; in UpdateServerData()
[all …]
/external/skia/src/xml/
DSkXMLPullParser.cpp13 curr->fEventType = SkXMLPullParser::ERROR; in reset()
21 fCurr.fEventType = ERROR; in SkXMLPullParser()
27 fCurr.fEventType = ERROR; in SkXMLPullParser()
52 fCurr.fEventType = ERROR; in setStream()
62 case ERROR: in nextToken()
/external/skia/legacy/src/xml/
DSkXMLPullParser.cpp13 curr->fEventType = SkXMLPullParser::ERROR; in reset()
21 fCurr.fEventType = ERROR; in SkXMLPullParser()
27 fCurr.fEventType = ERROR; in SkXMLPullParser()
52 fCurr.fEventType = ERROR; in setStream()
62 case ERROR: in nextToken()
/external/regex-re2/re2/testing/
Dcompile_test.cc110 LOG(ERROR) << "Cannot parse: " << t.regexp; in TEST()
116 LOG(ERROR) << "Cannot compile: " << t.regexp; in TEST()
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp; in TEST()
125 LOG(ERROR) << "Want:\n" << t.code; in TEST()
126 LOG(ERROR) << "Got:\n" << s; in TEST()
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java285 if (keyStr.startsWith(ERROR)) in writeEnvironmentReport()
305 public static final String ERROR = "ERROR."; field in EnvironmentCheck
376 if (keyStr.startsWith(ERROR)) in logFoundJars()
459 if (keyStr.startsWith(ERROR)) in appendEnvironmentReport()
474 … node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); in appendEnvironmentReport()
527 if (keyStr.startsWith(ERROR)) in appendFoundJars()
541 … node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); in appendFoundJars()
810 h.put(ERROR + VERSION + "JAXP", "1.0.1"); in checkJAXPVersion()
811 h.put(ERROR, ERROR_FOUND); in checkJAXPVersion()
818 h.put(ERROR + VERSION + "JAXP", CLASS_NOTPRESENT); in checkJAXPVersion()
[all …]

12345678910>>...39