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

<<11121314151617181920>>

  /external/openfst/src/bin/
fstrandgen.cc 70 LOG(ERROR) << argv[0] << ": Unknown selection type \""
  /external/openfst/src/extensions/pdt/
pdtexpand.cc 53 LOG(ERROR) << argv[0] << ": No PDT parenthesis label pairs provided";
  /external/openfst/src/include/fst/extensions/far/
stlist.h 68 FSTERROR() << "STListWriter::STListWriter: error writing to file: "
92 bool Error() const { return error_; }
164 FSTERROR() << "STListReader: error reading file: " << sources_[i];
173 FSTERROR() << "STListReader: error reading entry for key: "
222 FSTERROR() << "STListReader: error reading file: "
236 FSTERROR() << "STListReader: error reading entry for key: "
251 bool Error() const { return error_; }
276 LOG(ERROR) << "ReadSTListHeader: reading header not supported on stdin";
284 LOG(ERROR) << "ReadSTListHeader: wrong file type: " << filename;
288 LOG(ERROR) << "ReadSTListHeader: wrong file version: " << filename
    [all...]
  /external/openfst/src/include/fst/script/
fst-class.h 233 LOG(ERROR) << "Doesn't make sense to convert any class to type FstClass.";
239 LOG(ERROR) << "Doesn't make sense to create an FstClass with a "
250 // error checking. Called from arc-templated Read() static methods.
326 LOG(ERROR) << "Doesn't make sense to convert any class to type "
333 LOG(ERROR) << "Doesn't make sense to create a MutableFstClass with a "
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LogTest.java 40 assertLogged(Log.ERROR, "tag", "msg", null);
49 assertLogged(Log.ERROR, "tag", "msg", throwable);
148 assertTrue(Log.isLoggable("FOO", Log.ERROR));
161 assertTrue(Log.isLoggable("FOO", Log.ERROR));
  /external/smack/src/org/jivesoftware/smackx/
SharedGroupManager.java 67 if (result.getType() == IQ.Type.ERROR) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 60 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
  /packages/apps/Email/src/com/android/mail/utils/
LogUtils.java 63 public static final int ERROR = Log.ERROR;
316 * Send a {@link #ERROR} log message.
326 if (isLoggable(tag, ERROR)) {
333 * Send a {@link #ERROR} log message.
344 if (isLoggable(tag, ERROR)) {
352 * The error will always be logged at level ASSERT with the call stack.
355 * immediately with an error dialog.
365 return Log.wtf(tag, String.format(format, args), new Error());
370 * The error will always be logged at level ASSERT with the call stack
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 122 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
157 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
167 * Returns true if a fatal error was encountered
169 * @return true if a fatal error was encountered
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 53 "Error while launching SDK Manager",
54 new Status(Status.ERROR,
56 "Error while launching SDK Manager",
  /external/chromium/sdch/open-vcdiff/src/
codetable.cc 41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL;
198 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
212 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has "
219 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode
228 // If an error is found while validating, continue to validate the rest
230 // the error log. Otherwise the user would have to fix a single error
231 // and then rerun validation to find the next error.
262 LOG(ERROR) << "VCDiff: Bad code table; there is no opcode for inst
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 83 LOG(ERROR) << "FstPrinter: Integer " << id
161 LOG(ERROR) << argv[0] << ": Open failed, file = " << argv[2];
229 LOG(ERROR) << "FstReader: Bad number of columns, source = " << source_
296 LOG(ERROR) << "FstReader: Symbol \"" << s
306 LOG(ERROR) << "FstReader: Bad " << name << " integer = \"" << s
343 LOG(ERROR) << "FstReader: Bad weight = \"" << s
375 LOG(ERROR) << argv[0] << ": Open failed, file = " << ifilename;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 147 // Read an Fst from an input stream; returns NULL on error
163 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
171 // Read an Fst from a file; return NULL on error
175 LOG(ERROR) << "Fst::Read: Can't open file: " << filename;
181 // Write an Fst to an output stream; return false on error
183 LOG(ERROR) << "Fst::Write: No write method for " << Type() << " Fst type";
187 // Write an Fst to a file; return false on error
189 LOG(ERROR) << "Fst::Write: No write method for "
465 LOG(ERROR) << "FstImpl::ReadHeaderAndSymbols: Fst not of type \""
470 LOG(ERROR) << "FstImpl::ReadHeaderAndSymbols: Arc not of type \"
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 39 LOG(ERROR) << message << " errno: " << errno << ", " << strerror(errno);
198 LOG(ERROR) << device_name_ << " is no V4L2 device";
205 LOG(ERROR) << device_name_ << " is no video capture device";
210 LOG(ERROR) << device_name_ << " does not support streaming i/o";
226 LOG(ERROR) << "VIDIOC_S_FMT failed.";
342 LOG(ERROR) << device_name << "is not a device";
361 LOG(ERROR) << device_name_ << " does not support memory mapping.";
367 LOG(ERROR) << "Insufficient buffer memory on " << device_name_;
429 LOG(ERROR) << "select() timeout.";
455 LOG(ERROR) << "Index of buffer is out of range."
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 89 * @throws CoreException if an error occurs
113 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
142 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
221 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
297 String msg = String.format("Proguard returned with error code %d. See console",
301 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
306 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
313 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
320 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
323 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 104 LOG(ERROR) << "Wrong customization manifest version";
192 LOG(ERROR) << "Syntax error in customization manifest";
197 LOG(ERROR) << "HWID is missing in machine statistics";
227 LOG(ERROR) << "Error parsing deal_expire_date: " << date_string;
334 LOG(ERROR) << "URL fetch for services customization failed:"
audio_mixer_alsa.cc 274 LOG(ERROR) << "ALSA mixer " << card << " open error: " << snd_strerror(err);
279 LOG(ERROR) << "ALSA Attach to card " << card << " failed: "
299 LOG(ERROR) << "ALSA mixer register error: " << snd_strerror(err);
305 LOG(ERROR) << "ALSA mixer " << card << " load error: %s"
328 LOG(ERROR) << "Cannot find 'Master' ALSA mixer element on " << card;
444 LOG(ERROR) << "ALSA unable to find simple control "
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 164 LOG(ERROR) << "Error reading from death signal socket. Crash dumping"
174 LOG(ERROR) << "Received death signal message with the wrong size;"
198 LOG(ERROR) << "Death signal contained wrong number of descriptors;"
215 LOG(ERROR) << "Death signal message didn't contain all expected control"
336 LOG(ERROR) << "Failed to write crash dump for pid " << crashing_pid;
  /external/chromium/chrome/common/
logging_chrome.cc 59 // When true, this means that error dialogs should not be shown.
81 // silenced. To record a new error, pass the log string associated
82 // with that error in the str parameter.
104 // Suppresses error/assertion dialogs and enables the logging of
118 // Preserve existing error mode, as discussed at http://t/dmea
195 PLOG(ERROR) << "Unable to create symlink " << symlink_path.value()
200 PLOG(ERROR) << "Unable to read symlink " << symlink_path.value();
257 LOG(ERROR) << "Unable to initialize logging to " << log_path.value();
310 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
318 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
    [all...]
  /external/chromium/net/socket/
socks_client_socket.cc 395 LOG(ERROR) << "Unknown response from SOCKS server.";
404 LOG(ERROR) << "SOCKS request rejected or failed";
407 LOG(ERROR) << "SOCKS request failed because client is not running "
411 LOG(ERROR) << "SOCKS request failed because client's identd could "
415 LOG(ERROR) << "SOCKS server sent unknown response";
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 94 LOG(ERROR) << "Failed to write autofill sync node.";
105 LOG(ERROR) << "Failed to create autofill sync node.";
148 LOG(ERROR) << "Could not get the autofill data from WebDatabase.";
158 LOG(ERROR) << "Server did not create the top-level autofill node. We "
183 LOG(ERROR) << "Failed to update autofill entries.";
263 LOG(ERROR) << "Failed to fetch child node.";
310 // Not a big deal. We encountered an error. Just say this profile does not
312 LOG(ERROR) << " Profile could not be associated";
388 LOG(ERROR) << "Server did not create the top-level autofill node. We "
396 LOG(ERROR) << "Server did not create the top-level autofill node. We
    [all...]
  /external/openfst/src/include/fst/
const-fst.h 221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
281 // Read a ConstFst from an input stream; return NULL on error
287 // Read a ConstFst from a file; return NULL on error
379 LOG(ERROR) << "Could not align file during write after header";
397 LOG(ERROR) << "Could not align file during write after writing states";
408 LOG(ERROR) << "ConstFst Write write failed: " << opts.source;
416 LOG(ERROR) << "Inconsistent number of states observed during write"
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 328 #define ERROR(msg) parseError(msg); return NULL;
330 #define ERROR(msg) parseError(NULL); return NULL;
387 ERROR("Missing open angle");
404 ERROR("Unexpected character");
411 ERROR("Missing comma in outer array");
413 ERROR("Missing close angle bracket in outer array");
419 ERROR("Extra text after close of localization data");
431 ERROR("Unknown error");
442 ERROR("Missing open angle")
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 97 const struct vpx_internal_error_info *error)
101 if ((res = error->error_code))
102 ctx->base.err_detail = error->has_detail
103 ? error->detail
110 #undef ERROR
111 #define ERROR(str) do {\
118 ERROR(#memb " out of range ["#lo".."#hi"]");\
123 ERROR(#memb " out of range [.."#hi"]");\
128 ERROR(#memb " out of range ["#lo"..]");\
132 if(!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean");
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name();
94 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name;
109 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
122 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
160 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: "
167 // We don't consider this an error, though, because the descriptor is
314 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to "

Completed in 5195 milliseconds

<<11121314151617181920>>