HomeSort by relevance Sort by last modified time
    Searched refs:DLOG (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 26 DLOG(INFO) << "Run() completed";
  /external/libchrome/base/debug/
debugger.cc 19 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
  /external/libmojo/base/android/
jni_registrar.cc 21 DLOG(ERROR) << method->name << " failed registration!";
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__)
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__)
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__)
  /hardware/qcom/display/msm8998/sdm/include/utils/
debug.h 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__)
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__)
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__)
  /hardware/qcom/display/sdm845/sdm/include/utils/
debug.h 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__)
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__)
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__)
  /external/libchrome/base/memory/
shared_memory_android.cc 36 DLOG(ERROR) << "Shared memory creation failed";
43 DLOG(ERROR) << "Error " << err << " when setting protection of ashmem";
aligned_memory.cc 38 DLOG(ERROR) << "If you crashed here, your aligned allocation is incorrect: "
  /external/libchrome/base/process/
process_iterator_mac.cc 39 DLOG(ERROR) << "failed to get the size needed for the process list";
54 DLOG(ERROR) << "failed to get the process list";
68 DLOG(ERROR) << "failed to collect the process list in a few tries";
114 DLOG(ERROR) << "command line data didn't match expected format";
internal_linux.cc 59 DLOG(WARNING) << "Failed to read " << file.MaybeAsASCII();
86 DLOG(WARNING) << "Failed to find matched parens in '" << stats_data << "'";
  /external/libmojo/mojo/edk/system/
data_pipe_control_message.cc 29 DLOG(ERROR) << "Unexpected failure sending data pipe control message: "
node_channel.cc 482 DLOG(ERROR) << "Received one or more invalid handles.";
538 DLOG(ERROR) << "Dropping invalid AddBrokerClient message.";
547 DLOG(ERROR) << "Dropping invalid AddBrokerClient message.";
563 DLOG(ERROR) << "Dropping invalid BrokerClientAdded message.";
580 DLOG(ERROR) << "Dropping invalid AcceptBrokerClient message.";
632 DLOG(ERROR) << "Dropping invalid introduction message.";
664 DLOG(ERROR) << "Dropping invalid relay message.";
701 DLOG(ERROR) << "Dropping invalid broadcast message.";
735 DLOG(ERROR) << "Received invalid message. Closing channel.";
787 DLOG(ERROR) << "Dropping message on closed channel."
    [all...]
  /external/libchrome/base/files/
memory_mapped_file.cc 52 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe();
76 DLOG(ERROR) << "Region bounds exceed maximum for base::File.";
84 DLOG(ERROR) << "Region bounds are not valid.";
scoped_temp_dir.cc 17 DLOG(WARNING) << "Could not delete temp dir in dtor.";
memory_mapped_file_posix.cc 60 DLOG(ERROR) << "Region bounds are not valid for mmap";
file_util_posix.cc 107 DLOG(ERROR) << "Path " << path.value()
113 DLOG(ERROR) << "Path " << path.value()
120 DLOG(ERROR) << "Path " << path.value()
126 DLOG(ERROR) << "Path " << path.value()
295 DLOG(ERROR) << "CopyDirectory() couldn't stat source directory: "
330 DLOG(ERROR) << "CopyDirectory() couldn't create directory: "
336 DLOG(ERROR) << "CopyDirectory() couldn't create file: "
341 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: "
513 DLOG(WARNING) << "OS_ANDROID: Home directory lookup not yet implemented.";
788 DLOG(ERROR) << "|base| must be a subdirectory of |path|. base = \"
    [all...]
  /external/libchrome/base/
native_library_posix.cc 42 DLOG(ERROR) << "dlclose failed: " << dlerror();
vlog.cc 59 DLOG(WARNING) << "Could not parse v switch \"" << v_switch << "\"";
66 DLOG(WARNING) << "Could not fully parse vmodule switch \""
73 DLOG(WARNING) << "Parsed vlog level for \""
  /external/libchrome/base/posix/
global_descriptors.cc 36 DLOG(FATAL) << "Unknown global descriptor: " << key;
73 DLOG(FATAL) << "Unknown global descriptor: " << key;
  /external/libmojo/ipc/
ipc_message_attachment_set.cc 91 DLOG(WARNING) << "Cannot add file descriptor. MessageAttachmentSet full.";
125 DLOG(WARNING) << "Accessing out of bound index:" << index << "/"
167 DLOG(WARNING) << "Accessing out of bound index:" << index << "/"
  /system/core/sdcard/
fuse.cpp 49 DLOG(INFO) << "ACQUIRE " << std::hex << node << std::dec
57 DLOG(INFO) << "RELEASE " << std::hex << node << std::dec
62 DLOG(INFO) << "DESTROY " << std::hex << node << std::dec << " (" << node->name << ")";
598 DLOG(INFO) << "[" << handler->token << "] LOOKUP " << name << " @ " << hdr->nodeid
620 DLOG(INFO) << "[" << handler->token << "] FORGET #" << req->nlookup
642 DLOG(INFO) << "[" << handler->token << "] GETATTR flags=" << req->getattr_flags
666 DLOG(INFO) << "[" << handler->token << "] SETATTR fh=" << std::hex << req->fh
712 DLOG(INFO) << "[" << handler->token << "] Calling utimensat on " << path
732 DLOG(INFO) << "[" << handler->token << "] MKNOD " << name << " 0" << std::oct << req->mode
762 DLOG(INFO) << "[" << handler->token << "] MKDIR " << name << " 0" << std::oct << req->mod
    [all...]
  /external/libbrillo/brillo/
osrelease_reader.cc 33 DLOG(INFO) << "Could not load fields from " << osrelease.value();
  /system/update_engine/update_manager/
evaluation_context.cc 113 DLOG(INFO) << "ValueChanged() called for variable " << var->GetName();
118 DLOG(INFO) << "OnTimeout() called due to "
190 DLOG(INFO) << "Waiting for value on " << it.first->GetName();
219 DLOG(INFO) << "Waiting for timeout in "
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 296 DLOG(ERROR) << "pipe() failed, errno: " << errno;
300 DLOG(ERROR) << "SetNonBlocking for pipe fd[0] failed, errno: " << errno;
304 DLOG(ERROR) << "SetNonBlocking for pipe fd[1] failed, errno: " << errno;
  /external/libchrome/dbus/
values_util.cc 85 DLOG(ERROR) << "Unexpected type " << value.GetType();
251 DLOG(ERROR) << "Unexpected type " << value.GetType();
300 DLOG(ERROR) << "Unexpected type: " << value.GetType();

Completed in 4725 milliseconds

1 2 3