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

<<11121314151617181920>>

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 74 OMXDBG_PRINT(stderr, ERROR, 4, OMX_DBG_BASEMASK, "LCML:::::::: ERROR(#%d F:%s)!!! Ran out of memory while trying to allocate %d bytes!!!\n",__LINE__,__FUNCTION__,s); \
132 * OMX_NoError. Otherwise the appropriate OMX error will be returned.
199 * OMX_NoError. Otherwise the appropriate OMX error will be returned.
218 goto ERROR;
240 OMX_PRDSP4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: append_dsp_path returned an error!\n", __LINE__);
242 goto ERROR;
269 goto ERROR;
275 DSP_ERROR_EXIT(status, "DSP Manager Open", ERROR);
280 DSP_ERROR_EXIT(status, "Attach processor", ERROR);
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 133 LOG(ERROR) << "Descriptor is not found for: " << input_method_id;
405 LOG(ERROR) << "Can't switch input method to " << input_method_id_to_switch;
502 LOG(ERROR) << "Not on UI thread";
516 LOG(ERROR) << "Not on UI thread";
530 LOG(ERROR) << "Not on UI thread";
544 LOG(ERROR) << "Not on UI thread";
573 LOG(ERROR) << "Failed to change keyboard layout to "
609 LOG(ERROR) << "Descriptor is not found for: " << input_method_id;
662 LOG(ERROR) << "Could not launch: " << command_line;
709 LOG(ERROR) << "Failed to launch " << ibus_daemon_command_line
    [all...]
syslogs_library.cc 102 LOG(ERROR) << "Cannot create temp file";
130 LOG(ERROR) << "Cannot read compressed logs file from " <<
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.cc 23 #error This file is meant to be compiled on ChromeOS only.
60 LOG(ERROR) << "Unable to read plugin policy file \""
82 LOG(ERROR) << "Plugin policy file error: 'allow' out of context.";
94 LOG(ERROR) << "Plugin policy file error: 'deny' out of context.";
  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 89 LOG(ERROR) << "Allowing load of " << request->url().spec()
102 LOG(ERROR) << "Denying load of " << request->url().spec() << " from "
120 // TODO(mpcomplete): better error code.
122 LOG(ERROR) << "disallowed in extension protocols";
172 // crbug.com/59849 would also fix this. Suppress the error for now.
  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 134 LOG(DFATAL) << "Internal error: "
148 LOG(ERROR) << "EncodeChunk called before StartEncoding" << LOG_ENDL;
161 LOG(ERROR) << "FinishEncoding called before StartEncoding" << LOG_ENDL;
213 LOG(ERROR) << "Error initializing HashedDictionary" << LOG_ENDL;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 94 * @return the String read from the stream, or null if there was an error
175 Status status = new Status(IStatus.ERROR, sPluginId, "", e);
190 return new Status(IStatus.ERROR, "wb", IStatus.ERROR, message, e) {
  /external/openfst/src/lib/
fst.cc 135 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source;
149 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
189 LOG(ERROR) << "Unknown file read mode " << mode;
  /external/smack/src/org/jivesoftware/smack/
NonSASLAuthentication.java 75 // If the server replied with an error, throw an exception.
76 else if (response.getType() == IQ.Type.ERROR) {
79 // Otherwise, no error so continue processing.
108 else if (response.getType() == IQ.Type.ERROR) {
130 else if (response.getType() == IQ.Type.ERROR) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 70 // Read an MutableFst from an input stream; return NULL on error.
82 LOG(ERROR) << "MutableFst::Read: Not an MutableFst: " << ropts.source;
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
98 // Read an MutableFst from a file; returns NULL on error.
102 LOG(ERROR) << "MutableFst::Read: Can't open file: " << filename;
register.h 94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
91 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument07.js 81 in an error.
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-severity
87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-message
88 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-type
89 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedException
90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedData
91 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-location
114 var error;
144 domConfig.setParameter("error-handler", errorMonitor.handleError);
148 error = errors[indexN100E0]
    [all...]
  /frameworks/base/core/java/android/util/
Log.java 32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
34 * in but stripped at runtime. Error, warning and info logs are always kept.
78 public static final int ERROR = 6;
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
225 * Send an {@link #ERROR} log message.
231 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
235 * Send a {@link #ERROR} log message and log the exception.
242 return println_native(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
247 * The error will always be logged at level ASSERT with the call stack.
250 * immediately with an error dialog
    [all...]
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 32 PLOG(ERROR) << "sysctl() for KERN_PROC";
57 PLOG(ERROR) << "sysctl() for KERN_ARGMAX";
68 // Don't log the error since it's normal for this to fail.
148 LOG(ERROR) << "Failure running " << kPsPathName << " to acquire data.";
175 LOG(ERROR) << "Error parsing output from " << kPsPathName << ".";
215 LOG(ERROR) << "Failure running " << kTopPathName << " to acquire data.";
299 LOG(ERROR) << "Failure running " << kTopPathName << " to acquire data.";
browser_main_gtk.cc 39 // Indicates that we're currently responding to an IO error (by shutting down).
42 int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) {
46 NewRunnableFunction(ui::LogErrorEventDescription, d, *error));
51 // If there's an IO error it likely means the X server has gone away
54 LOG(ERROR) << "X IO Error detected";
100 LOG(ERROR) << "Startup refusing to run as root.";
183 // Set up error handlers to make sure profile gets written if X server
  /external/openfst/src/include/fst/extensions/far/
sttable.h 60 FSTERROR() << "STTableWriter::STTableWriter: error writing to file: "
68 LOG(ERROR) << "STTableWriter: writing to standard out unsupported.";
89 bool Error() const { return error_; }
155 FSTERROR() << "STTableReader::STTableReader: error reading file: "
175 LOG(ERROR) << "STTableReader: reading from standard in not supported";
209 FSTERROR() << "STTableReader: error reading file: "
230 bool Error() const { return error_; }
283 FSTERROR() << "STTableReader: error reading file: " << sources_[i];
305 FSTERROR() << "STTableReader: error reading entry for key: "
339 LOG(ERROR) << "ReadSTTableHeader: wrong file type: " << filename
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 2 vgdb-error value changed from 0 to 999999
30 ERROR changing register xxx regno y
39 ERROR changing register xxx regno y
48 ERROR changing register xxx regno y
  /ndk/build/core/
prebuilt-library.mk 28 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): The LOCAL_SRC_FILES for a prebuilt library should only contain one item))
34 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_SRC_FILES should point to a file ending with "$(LOCAL_PREBUILT_SUFFIX)")
43 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_SRC_FILES points to a missing file)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 60 config.setSeverity(usuallyDisabledIssue, Severity.ERROR);
96 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
103 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR);
109 config.setSeverity(usuallyEnabledIssue, Severity.ERROR);
116 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
165 config.setSeverity(usuallyDisabledIssue, Severity.ERROR);
  /external/android-mock/src/com/google/android/testing/mocking/
ProcessorLogger.java 52 printMessage(Kind.ERROR, "Could not find " + clazz);
53 printMessage(Kind.ERROR, e);
  /external/ceres-solver/internal/ceres/
polynomial_solver.cc 125 LOG(ERROR) << "Invalid polynomial of size 0 passed to FindPolynomialRoots";
164 LOG(ERROR) << "Failed to extract eigenvalues from companion matrix.";
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 81 const GoogleServiceAuthError& error) {
87 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
91 LOG(ERROR) << "Login attempt canceled!?!? Trying again.";
95 LOG(ERROR) << "Login attempt canceled again? Already retried...";
98 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS &&
112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
119 VLOG(2) << "ClientLogin attempt failed with " << error.state();
121 LoginFailure::FromNetworkAuthFailure(error));
  /external/chromium/chrome/browser/net/
quoted_printable.cc 86 LOG(ERROR) << "unfinished = sequence in input string.";
99 LOG(ERROR) << "invalid = sequence, = followed by non hexa digit " <<
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.cc 50 LOG(ERROR) << "Invalid --prerender option received on command line: "
52 LOG(ERROR) << "Disabling prerendering!";

Completed in 556 milliseconds

<<11121314151617181920>>