HomeSort by relevance Sort by last modified time
    Searched refs:ERROR (Results 126 - 150 of 2956) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 54 LOG(ERROR) << "close(kNaClZygoteDescriptor) failed.";
57 LOG(ERROR) << "Could not initialize NaCl's second "
91 LOG(ERROR) << "read returned " << nread;
102 LOG(ERROR) << "close(dummy_fd) failed";
104 LOG(ERROR) << "close(parent_fd) failed";
108 LOG(ERROR) << "Failed to synch with zygote";
120 LOG(ERROR) << "nacl_helper: unexpected number of fds, got "
128 PLOG(ERROR) << "*** fork() failed.";
141 LOG(ERROR) << "close(child_fds[i]) failed";
154 LOG(ERROR) << "Could not read pid to wait for"
    [all...]
  /external/chromium_org/content/shell/android/linker_test_apk/
content_linker_test_linker_tests.cc 64 LOG(ERROR) << prefix << "FAIL Cannot parse /proc/self/maps";
71 LOG(ERROR) << prefix << "FAIL Cannot read memory mappings in this process";
99 LOG(ERROR)
116 LOG(ERROR)
126 LOG(ERROR) << prefix << base::StringPrintf(
129 "unexpected error %d (EACCES:%d wanted): %s",
147 LOG(ERROR) << prefix << "FAIL Bad Relros sections in this process";
153 LOG(ERROR) << prefix
159 LOG(ERROR) << prefix << "FAIL Unexpected " << num_shared_relros
  /external/chromium_org/remoting/host/
curtain_mode_win.cc 30 LOG(ERROR) << "Curtain mode is not supported on Windows XP/2003";
36 LOG_GETLASTERROR(ERROR) << "Failed to map the current PID to session ID";
ipc_util_posix.cc 28 PLOG(ERROR) << "socketpair()";
35 PLOG(ERROR) << "fcntl(O_NONBLOCK)";
37 PLOG(ERROR) << "close()";
39 PLOG(ERROR) << "close()";
  /external/chromium_org/ui/gl/
gl_image_glx.cc 61 LOG(ERROR) << "GLX_EXT_texture_from_pixmap not supported.";
67 LOG(ERROR) << "XGetWindowAttributes failed for window " << window_ << ".";
80 LOG(ERROR) << "XGetVisualInfo failed for visual id " <<
85 LOG(ERROR) << "XGetVisualInfo returned 0 elements.";
104 LOG(ERROR) << "glXChooseFBConfig failed.";
108 LOG(ERROR) << "glXChooseFBConfig returned 0 elements.";
124 LOG(ERROR) << "XGetGeometry failed for pixmap " << pixmap_ << ".";
139 LOG(ERROR) << "glXCreatePixmap failed.";
  /external/protobuf/src/google/protobuf/testing/
googletest.h 60 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
61 #undef ERROR // defend against promiscuous windows.h
62 static const LogLevel ERROR = LOGLEVEL_ERROR;
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/smack/src/org/apache/harmony/javax/security/auth/callback/
TextOutputCallback.java 32 public static final int ERROR = 2;
39 if (messageType > ERROR || messageType < INFORMATION) {
  /external/valgrind/main/drd/tests/
pth_cleanup_handler.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/chromium_org/chrome/common/
service_process_util_posix.cc 55 DLOG(ERROR) << "Unexpected read: " << buffer;
57 DLOG(ERROR) << "Unexpected fd close";
59 DPLOG(ERROR) << "read";
69 // a shutdown is SIGTERM. "write" is a signal safe function. PLOG(ERROR) is
76 DPLOG(ERROR) << "write";
96 DLOG(ERROR) << "WatchFileDescriptor";
110 DPLOG(ERROR) << "sigaction";
124 DLOG(ERROR) << "WatchExecutable";
137 DPLOG(ERROR) << "close";
142 DPLOG(ERROR) << "close"
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 46 // has been read or an error has been encountered. Returns
65 PLOG(ERROR) << "ReadFile failed";
69 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
78 LOG(ERROR) << "Timeout exceeded for ReadData";
155 PLOG(ERROR) << "Failed to create pipe";
164 PLOG(ERROR) << "Failed to enable pipe inheritance";
183 LOG(ERROR) << "Could not create JobObject.";
189 LOG(ERROR) << "Could not SetJobObjectLimitFlags.";
197 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString();
211 LOG(ERROR) << "Could not read server_data_len"
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/message_lib/
message_file_reader.cc 73 LOG(ERROR) << "Unexpected EOF.";
85 LOG(ERROR) << path_.value() << " is not an IPC message file.";
89 LOG(ERROR) << "Wrong version for message file " << path_.value() << ". "
99 LOG(ERROR) << "Failed to map testcase: " << path_.value();
113 LOG(ERROR) << "Failed to parse message.";
119 LOG(ERROR) << "Message too large.";
137 LOG(ERROR) << "Invalid name table size: " << name_count;
144 LOG(ERROR) << "Missing string table.";
148 LOG(ERROR) << "String table doesn't end with NUL.";
161 LOG(ERROR) << "Invalid string table offset: " << offset
    [all...]
  /art/runtime/
dex_file_verifier.cc 73 LOG(ERROR) << "Invalid use of void";
86 LOG(ERROR) << StringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'", shorty_char, descriptor);
92 LOG(ERROR) << StringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
97 LOG(ERROR) << "Bad shorty character: '" << shorty_char << "'";
115 LOG(ERROR) << StringPrintf("Bad range for %s: %x to %x", label,
130 LOG(ERROR) << StringPrintf("Bad index for %s: %x >= %x", label, field, limit);
140 LOG(ERROR) << "Bad file size (" << size_ << ", expected " << expected_size << ")";
150 LOG(ERROR) << StringPrintf("Bad checksum (%08x, expected %08x)", adler_checksum, header_->checksum_);
156 LOG(ERROR) << StringPrintf("Unexpected endian_tag: %x", header_->endian_tag_);
161 LOG(ERROR) << "Bad header size: " << header_->header_size_
    [all...]
  /external/chromium_org/chrome/browser/mac/
security_wrappers.cc 22 OSSTATUS_LOG(ERROR, status);
28 OSSTATUS_LOG(ERROR, status);
36 OSSTATUS_LOG(ERROR, status);
91 OSSTATUS_LOG(ERROR, status);
118 OSSTATUS_LOG(ERROR, status);
134 OSSTATUS_LOG(ERROR, status);
147 OSSTATUS_LOG(ERROR, status);
162 OSSTATUS_LOG(ERROR, status);
177 OSSTATUS_LOG(ERROR, status);
193 OSSTATUS_LOG(ERROR, status)
    [all...]
  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 20 LOG(ERROR) << "Ignoring the guest request to change: " << path;
external_metrics.cc 55 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";
142 // read and processed, or an error occurs, truncate the file to zero size.
147 PLOG(ERROR) << "reading metrics message header";
154 LOG(ERROR) << "bad read size " << result <<
162 LOG(ERROR) << "bad message size " << message_size
    [all...]
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_x.cc 34 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/chromium_org/base/android/
jni_registrar.cc 21 DLOG(ERROR) << method->name << " failed registration!";
  /external/chromium_org/base/i18n/
icu_util.cc 48 // indicates a programming error.
62 DLOG(ERROR) << "Failed to load " << ICU_UTIL_DATA_SHARED_MODULE_NAME;
68 DLOG(ERROR) << ICU_UTIL_DATA_SYMBOL << ": not found in "
102 DLOG(ERROR) << ICU_UTIL_DATA_FILE_NAME << " not found in bundle";
107 DLOG(ERROR) << "Couldn't mmap " << data_path.value();
  /external/chromium_org/base/mac/
launch_services_util.cc 21 LOG(ERROR) << "base::mac::FSRefFromPath failed for " << bundle_path.value();
30 LOG(ERROR) << "CFArrayCreateMutable failed, size was " << argc;
39 LOG(ERROR) << "base::SysUTF8ToCFStringRef failed for " << arg;
58 OSSTATUS_LOG(ERROR, status) << "LSOpenApplication";
  /external/chromium_org/base/process/
process_handle_mac.cc 19 DPLOG(ERROR) << "sysctl";
  /external/chromium_org/chrome/test/ui/
ui_test_suite.cc 53 LOG(ERROR) << "Could not create JobObject.";
59 LOG(ERROR) << "Could not SetJobObjectLimitFlags.";
65 LOG(ERROR) << "Failed to get path to DIR_EXE, "
76 LOG(ERROR) << "Couldn't start crash_service.exe, so this ui_tests run "
  /external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.cc 21 DLOG(ERROR) << "GAIA account: missing email address";
27 DLOG(ERROR) << "GAIA account: missing GAIA id";
34 DLOG(ERROR) << "GAIA account: missing or bad GAIA index";
40 DLOG(ERROR) << "GAIA account: missing is_active";
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_models.cc 36 LOG(ERROR) << "Unrecognized render model. "
  /external/chromium_org/mojo/shell/
run.cc 20 LOG(ERROR) << "No app path specified.";
  /external/chromium_org/tools/android/forwarder2/
common.cc 17 LOG(ERROR) << msg << ": " << safe_strerror(errno);

Completed in 2091 milliseconds

1 2 3 4 56 7 8 91011>>