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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/linux/
syscalls-2007.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
syslog-syscall.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
mallinfo.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
new_override.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
sbfragment.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 66 private static int ERROR = -1;
128 if (mState != ERROR && mMediaPlayer.isPlaying()) {
133 mState = ERROR;
165 mState = ERROR;
266 if (mState != ERROR && mMediaPlayer.isPlaying()) {
276 if (mState != ERROR && mMediaPlayer.isPlaying()) {
292 if (((mState >= ERROR && mState < PREPARED)) && mUrl != null) {
340 mState = ERROR;
  /ndk/
ndk-gdb-py.cmd 10 echo ERROR: NDK path cannot contain space!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle()
65 .getSymbolicName(), IStatus.ERROR, mFile.getAbsolutePath(), e));
  /system/core/fs_mgr/
fs_mgr_main.c 27 ERROR("%s: usage: %s <-a | -n mnt_point blk_dev | -u> <fstab_file>\n", me, me);
31 /* Parse the command line. If an error is encountered, print an error message
65 /* If no flag is specified, it's an error */
70 /* If more than one flag is specified, it's an error */
105 ERROR("%s: Internal error, unknown option\n", me);
fs_mgr.c 83 * zero on error.
92 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno));
183 ERROR("Warning: voldmanaged= flag malformed\n");
199 * it's an error.
201 ERROR("Warning: unknown flag %s\n", p);
294 ERROR("Cannot open file %s\n", fstab_path);
317 ERROR("No entries found in fstab\n");
347 * error and quit. This can happen in the unlikely case the file changes
351 ERROR("Tried to process more entries than counted\n");
356 ERROR("Error parsing mount source\n")
    [all...]
  /external/chromium/net/base/
keygen_handler_win.cc 186 LOG(ERROR) << "Keygen failed: Couldn't acquire a CryptoAPI provider "
192 LOG(ERROR) << "Keygen failed: Couldn't acquire a CryptoAPI provider "
201 LOG(ERROR) << "Keygen failed: Couldn't generate an RSA key";
208 LOG(ERROR) << "Keygen failed: Couldn't generate the signed public key "
215 LOG(ERROR) << "Keygen failed: Couldn't convert signed key into base64";
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ConfirmationCallback.java 48 public static final int ERROR = 2;
64 if (messageType > ERROR || messageType < INFORMATION) {
94 if (messageType > ERROR || messageType < INFORMATION) {
123 if (messageType > ERROR || messageType < INFORMATION) {
159 if (messageType > ERROR || messageType < INFORMATION) {
  /system/core/init/
util.c 44 * name, or -1U on error.
62 * error.
94 ERROR("Failed to open socket '%s': %s\n", name, strerror(errno));
105 ERROR("Failed to unlink old socket '%s': %s\n", name, strerror(errno));
118 ERROR("Failed to bind socket '%s': %s\n", name, strerror(errno));
155 ERROR("fstat failed for '%s'\n", fn);
159 ERROR("skipping insecure file '%s'\n", fn);
226 ERROR("too many mtd partitions\n");
258 * zero on error.
267 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno))
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux.cc 29 // etc.) If the hostname differs an error is displayed and the second process
133 DCHECK_EQ(0, rv) << "Error closing socket: " << safe_strerror(errno);
148 LOG(ERROR) << "ProcessSingleton would block on write(), so it gave up.";
151 PLOG(ERROR) << "write() failed";
161 // Returns -1 if error occurred, 0 if timeout reached, > 0 if the socket is
177 // Return number of bytes actually read, or -1 on error.
190 PLOG(ERROR) << "read() failed";
240 PLOG(ERROR) << "readlink(" << path.value() << ") failed";
249 PLOG(ERROR) << "Failed to unlink " << path.value();
264 PLOG(ERROR) << "Failed to create " << path.value()
302 string16 error = l10n_util::GetStringFUTF16( local
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 90 LOG(ERROR) << "Could not get path to profile temporary directory.";
96 LOG(ERROR) << "Could not create temporary directory.";
140 LOG(ERROR) << "Could not serialize manifest.";
147 LOG(ERROR) << "Could not create icons directory.";
157 LOG(ERROR) << "Could not create icon file.";
163 LOG(ERROR) << "Could not write icon file.";
169 std::string error; local
175 &error);
177 LOG(ERROR) << error;
    [all...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 99 LOG(ERROR) << "ForeignSessionHandler failed to get session data from"
135 LOG(ERROR) << "openForeignWindow called with only " << args->GetSize()
143 LOG(ERROR) << "Failed to extract session tag.";
152 LOG(ERROR) << "Failed to extract window number.";
161 LOG(ERROR) << "Failed to extract tab SessionID.";
172 LOG(ERROR) << "Failed to load foreign tab.";
180 LOG(ERROR) << "ForeignSessionHandler failed to get session data from"
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /external/chromium/base/test/
test_file_util_posix.cc 61 LOG(ERROR) << "CopyRecursiveDirNoCache() couldn't stat source directory: "
80 LOG(ERROR) << "CopyRecursiveDirNoCache() couldn't create directory: " <<
89 LOG(ERROR) << "CopyRecursiveDirNoCache() couldn't create file: " <<
  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 180 LOG(ERROR) << "Lost connection to mixer";
182 LOG(ERROR) << "Mixer not valid";
200 LOG(ERROR) << "Unable to re-connect to mixer";
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 65 LOG(ERROR) << "Scoped dir lookup failed!";
83 LOG(ERROR) << "Commit response has wrong number of entries! Expected:" <<
86 LOG(ERROR) << "Response #" << i << " Value: " <<
89 LOG(ERROR) << " " << cr.entryresponse(i).error_message();
116 LOG(ERROR) << "Scoped dir lookup failed!";
127 // the child will have a bad parent causing an error. As this is not a
128 // critical error, we trap it and don't LOG(ERROR). To enable this we keep
204 LOG(WARNING) << " No detailed error message returned from server";
226 LOG(ERROR) << "Commit response has unknown response type! Possibly out
    [all...]

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 91011>>