Searched refs:DPLOG (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/base/
H A Dsha1_win.cc21 DPLOG(ERROR) << "CryptAcquireContext failed";
28 DPLOG(ERROR) << "CryptCreateHash failed";
34 DPLOG(ERROR) << "CryptHashData failed";
43 DPLOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed";
53 DPLOG(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed";
H A Dsync_socket_nacl.cc51 DPLOG(ERROR) << "close";
/external/chromium_org/base/mac/
H A Dos_crash_dumps.cc53 DPLOG(FATAL) << "sigemptyset() failed";
55 DPLOG(FATAL) << "sigaction() failed";
/external/chromium_org/base/process/
H A Dkill_mac.cc27 DPLOG(ERROR) << "waitpid(" << child << ", NULL, 0)";
82 DPLOG(ERROR) << "kqueue()";
90 DPLOG(ERROR) << "kevent (setup " << child << ")";
132 DPLOG(ERROR) << "kevent (wait " << child << ")";
158 DPLOG(ERROR) << "kill(" << child << ", SIGKILL)";
H A Dprocess_handle_mac.cc20 DPLOG(ERROR) << "sysctl";
H A Dkill_posix.cc94 DPLOG(ERROR) << "waitpid(" << handle << ")";
167 DPLOG(ERROR) << "Error waiting for process " << process_id;
183 DPLOG(ERROR) << "Unable to terminate process " << process_id;
191 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id;
204 DPLOG(ERROR) << "Unable to terminate process " << handle;
275 DPLOG(ERROR) << "kqueue";
288 DPLOG(ERROR) << "kevent (setup " << handle << ")";
328 DPLOG(ERROR) << "kevent (wait " << handle << ")";
393 DPLOG(ERROR) << "waitpid(" << child << ")";
423 DPLOG(ERRO
[all...]
H A Dkill_win.cc99 DPLOG(ERROR) << "Error waiting for process exit";
101 DPLOG(ERROR) << "Unable to terminate process";
114 DPLOG(ERROR) << "Unable to open process " << process_id;
126 DPLOG(FATAL) << "GetExitCodeProcess() failed";
152 DPLOG(ERROR) << "WaitForSingleObject() failed";
H A Dlaunch_win.cc132 DPLOG(ERROR);
141 DPLOG(ERROR);
186 DPLOG(ERROR);
198 DPLOG(ERROR) << "Command line:" << std::endl << UTF16ToUTF8(cmdline)
207 DPLOG(ERROR) << "Command line:" << std::endl << UTF16ToUTF8(cmdline)
265 DPLOG(ERROR);
/external/chromium_org/chrome/common/
H A Dservice_process_util_posix.cc59 DPLOG(ERROR) << "read";
76 DPLOG(ERROR) << "write";
110 DPLOG(ERROR) << "sigaction";
137 DPLOG(ERROR) << "close";
142 DPLOG(ERROR) << "close";
147 DPLOG(ERROR) << "sigaction";
178 DPLOG(ERROR) << "pipe";
H A Dlogging_chrome.cc167 DPLOG(WARNING) << "Unable to unlink " << symlink_path.value();
170 DPLOG(ERROR) << "Unable to create symlink " << symlink_path.value()
175 DPLOG(ERROR) << "Unable to read symlink " << symlink_path.value();
183 DPLOG(WARNING) << "Unable to unlink symlink " << link_path.value();
185 DPLOG(WARNING) << "Unable to unlink log file " << target_path.value();
303 DPLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
311 DPLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils.cc44 DPLOG(ERROR) << "reading metrics message header";
74 DPLOG(ERROR) << "reading metrics message body";
125 DPLOG(ERROR) << filename << ": bad metrics file stat";
136 DPLOG(ERROR) << filename << ": cannot open";
141 DPLOG(ERROR) << filename << ": cannot lock";
160 DPLOG(ERROR) << "truncate metrics log";
164 DPLOG(ERROR) << "unlock metrics log";
/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc66 DPLOG(ERROR) << "close";
117 DPLOG(ERROR) << "munmap";
131 DPLOG(ERROR) << "close";
155 DPLOG(ERROR) << "dup() failed.";
H A Dshared_memory_android.cc45 DPLOG(ERROR) << "dup() failed";
/external/chromium_org/base/files/
H A Dmemory_mapped_file_posix.cc30 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile();
70 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile();
H A Ddir_reader_linux.h63 DPLOG(FATAL) << "getdents64 returned an error: " << errno;
/external/chromium_org/base/win/
H A Dobject_watcher.cc46 DPLOG(FATAL) << "RegisterWaitForSingleObject failed";
68 DPLOG(FATAL) << "UnregisterWaitEx failed";
/external/chromium_org/base/debug/
H A Dproc_maps_linux.cc52 DPLOG(ERROR) << "Couldn't open /proc/self/maps";
66 DPLOG(ERROR) << "Couldn't read /proc/self/maps";
131 DPLOG(WARNING) << "sscanf failed for line: " << line;
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher.cc31 DPLOG(WARNING) << "close fd " << *fd << " failed.";
94 DPLOG(WARNING) << "select failed";
125 DPLOG(WARNING) << "read from buffer failed";
/external/chromium_org/chrome/browser/install_verification/win/
H A Dloaded_modules_snapshot.cc30 DPLOG(ERROR) << "::EnumProcessModules failed.";
/external/chromium_org/content/browser/download/
H A Dfile_metadata_linux.cc25 DPLOG(ERROR)
/external/chromium_org/content/common/gpu/media/
H A Dexynos_v4l2_video_device.cc66 DPLOG(ERROR) << "poll() failed";
90 DPLOG(ERROR) << "SetDevicePollInterrupt(): write() failed";
105 DPLOG(ERROR) << "ClearDevicePollInterrupt(): read() failed";
/external/chromium_org/base/power_monitor/
H A Dpower_monitor_device_source_win.cc58 DPLOG(ERROR) << "GetSystemPowerStatus failed";
/external/chromium_org/base/threading/
H A Dplatform_thread_android.cc98 DPLOG(ERROR) << "prctl(PR_SET_NAME)";
H A Dplatform_thread_linux.cc69 DPLOG(ERROR) << "prctl(PR_SET_NAME)";
H A Dworker_pool_win.cc54 DPLOG(ERROR) << "QueueUserWorkItem failed";

Completed in 335 milliseconds

123