HomeSort by relevance Sort by last modified time
    Searched refs:DPLOG (Results 1 - 24 of 24) sorted by null

  /external/libchrome/base/process/
kill_posix.cc 34 DPLOG(ERROR) << "waitpid(" << handle << ")";
82 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id;
96 DPLOG(ERROR) << "Unable to terminate process " << handle;
142 DPLOG(ERROR) << "waitpid(" << child << ")";
172 DPLOG(ERROR) << "While waiting for " << child_
192 DPLOG(WARNING) << "waitpid";
process_handle_mac.cc 21 DPLOG(ERROR) << "sysctl";
process_posix.cc 100 DPLOG(ERROR) << "kqueue";
118 DPLOG(ERROR) << "kevent (setup " << handle << ")";
163 DPLOG(ERROR) << "kevent (wait " << handle << ")";
334 DPLOG(ERROR) << "Error waiting for process " << process_;
350 DPLOG(ERROR) << "Unable to terminate process " << process_;
process_metrics_mac.cc 61 DPLOG(ERROR) << "sysctlbyname(""sysctl.proc_cputype"")";
launch_posix.cc 363 DPLOG(ERROR) << "fork";
process_metrics_linux.cc 136 DPLOG(ERROR) << "opendir(" << task_path.value() << ")";
  /external/libmojo/base/debug/
proc_maps_linux.cc 54 DPLOG(ERROR) << "Couldn't open /proc/self/maps";
68 DPLOG(ERROR) << "Couldn't read /proc/self/maps";
133 DPLOG(WARNING) << "sscanf failed for line: " << line;
  /external/libchrome/base/memory/
shared_memory_android.cc 51 DPLOG(ERROR) << "dup() failed";
shared_memory_posix.cc 94 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed";
149 DPLOG(ERROR) << "close";
268 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
333 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
490 DPLOG(ERROR) << "dup() failed.";
shared_memory_handle_mac.cc 128 DPLOG(ERROR) << "Error deallocating mach port: " << kr;
  /external/libchrome/base/files/
memory_mapped_file_posix.cc 35 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile();
88 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile();
dir_reader_linux.h 65 DPLOG(FATAL) << "getdents64 returned an error: " << errno;
file_path_watcher_kqueue.cc 93 DPLOG(ERROR) << "close";
101 DPLOG(ERROR) << "kevent";
336 DPLOG(ERROR) << "kqueue";
380 DPLOG(ERROR) << "close kqueue";
file_enumerator_posix.cc 150 DPLOG(ERROR) << "Couldn't stat "
file_path_watcher_linux.cc 218 DPLOG(WARNING) << "select failed";
231 DPLOG(WARNING) << "ioctl failed";
241 DPLOG(WARNING) << "read from inotify fd failed";
666 DPLOG(WARNING) << "Watch failed for " << link.DirName().value();
important_file_writer.cc 55 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message;
file_util_posix.cc 101 DPLOG(ERROR) << "Failed to get information on path "
568 DPLOG(ERROR) << "mkdtemp";
840 DPLOG(ERROR) << "Could not get the group ID of group \""
  /external/libchrome/base/threading/
platform_thread_linux.cc 89 DPLOG(ERROR) << "prctl(PR_SET_NAME)";
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 125 DPLOG(ERROR) << "close";
129 DPLOG(ERROR) << "close";
  /external/v4l2_codec2/vda/
v4l2_device.cc 167 DPLOG(ERROR) << "poll() failed";
193 DPLOG(ERROR) << "SetDevicePollInterrupt(): write() failed";
209 DPLOG(ERROR) << "ClearDevicePollInterrupt(): read() failed";
  /external/libchrome/base/
logging_unittest.cc 80 DPLOG(INFO) << mock_log_source.Log();
146 DPLOG(INFO) << mock_log_source.Log();
sync_socket_posix.cc 48 DPLOG(ERROR) << "close";
logging.h 125 // DPLOG(ERROR) << "Couldn't do foo";
694 #define DPLOG(severity) \
    [all...]
  /system/extras/perfprofd/quipper/base/
logging.h 94 // DPLOG(ERROR) << "Couldn't do foo";
362 #define DPLOG(severity) \

Completed in 323 milliseconds