/external/libchrome/base/process/ |
D | process_iterator_mac.cc | 39 DLOG(ERROR) << "failed to get the size needed for the process list"; in ProcessIterator() 54 DLOG(ERROR) << "failed to get the process list"; in ProcessIterator() 68 DLOG(ERROR) << "failed to collect the process list in a few tries"; in ProcessIterator() 114 DLOG(ERROR) << "command line data didn't match expected format"; in CheckForNextProcess()
|
D | process_metrics_linux.cc | 610 DLOG(WARNING) << "meminfo: tokens: " << tokens.size() in ParseProcMeminfo() 695 DLOG(WARNING) << "Failed to open " << meminfo_file.value(); in GetSystemMemoryInfo() 700 DLOG(WARNING) << "Failed to parse " << meminfo_file.value(); in GetSystemMemoryInfo() 744 DLOG(WARNING) << "Failed to open " << vmstat_file.value(); in GetSystemMemoryInfo() 748 DLOG(WARNING) << "Failed to parse " << vmstat_file.value(); in GetSystemMemoryInfo() 824 DLOG(WARNING) << "Failed to open " << diskinfo_file.value(); in GetSystemDiskInfo() 831 DLOG(WARNING) << "No lines found"; in GetSystemDiskInfo()
|
D | internal_linux.cc | 59 DLOG(WARNING) << "Failed to read " << file.MaybeAsASCII(); in ReadProcFile() 86 DLOG(WARNING) << "Failed to find matched parens in '" << stats_data << "'"; in ParseProcStats()
|
D | process_posix.cc | 157 DLOG(ERROR) << "kevent (wait " << handle << "): unexpected result " in WaitForSingleNonChildProcess() 170 DLOG(ERROR) << "kevent (wait " << handle in WaitForSingleNonChildProcess()
|
D | kill_posix.cc | 194 DLOG(ERROR) << "While waiting for " << child_ << " to terminate we" in WaitForChildToDie()
|
/external/libchrome/crypto/third_party/nss/ |
D | pk11akey.cc | 68 DLOG(ERROR) << "PK11_PBEKeyGen: " << PORT_GetError(); in ImportEncryptedECPrivateKeyInfoAndReturnKey() 75 DLOG(ERROR) << "PK11_GetPBECryptoMechanism: " << PORT_GetError(); in ImportEncryptedECPrivateKeyInfoAndReturnKey() 93 DLOG(ERROR) << "PK11_UnwrapPrivKey: " << PORT_GetError(); in ImportEncryptedECPrivateKeyInfoAndReturnKey()
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 106 DLOG(ERROR) << "Path " << path.value() in VerifySpecificPathControlledByUser() 112 DLOG(ERROR) << "Path " << path.value() in VerifySpecificPathControlledByUser() 119 DLOG(ERROR) << "Path " << path.value() in VerifySpecificPathControlledByUser() 125 DLOG(ERROR) << "Path " << path.value() in VerifySpecificPathControlledByUser() 294 DLOG(ERROR) << "CopyDirectory() couldn't stat source directory: " in CopyDirectory() 329 DLOG(ERROR) << "CopyDirectory() couldn't create directory: " in CopyDirectory() 335 DLOG(ERROR) << "CopyDirectory() couldn't create file: " in CopyDirectory() 340 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: " in CopyDirectory() 493 DLOG(WARNING) << "OS_ANDROID: Home directory lookup not yet implemented."; in GetHomeDir() 768 DLOG(ERROR) << "|base| must be a subdirectory of |path|. base = \"" in VerifyPathControlledByUser()
|
D | scoped_temp_dir.cc | 17 DLOG(WARNING) << "Could not delete temp dir in dtor."; in ~ScopedTempDir()
|
D | memory_mapped_file_posix.cc | 59 DLOG(ERROR) << "Region bounds are not valid for mmap"; in MapFileRegionToMemory()
|
D | memory_mapped_file.cc | 40 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe(); in Initialize()
|
/external/libchrome/base/ |
D | vlog.cc | 59 DLOG(WARNING) << "Could not parse v switch \"" << v_switch << "\""; in VlogInfo() 66 DLOG(WARNING) << "Could not fully parse vmodule switch \"" in VlogInfo() 73 DLOG(WARNING) << "Parsed vlog level for \"" in VlogInfo()
|
D | native_library_posix.cc | 41 DLOG(ERROR) << "dlclose failed: " << dlerror(); in UnloadNativeLibrary()
|
D | logging_unittest.cc | 78 DLOG(INFO) << mock_log_source.Log(); in TEST_F() 144 DLOG(INFO) << mock_log_source.Log(); in TEST_F()
|
/external/libchrome/base/posix/ |
D | global_descriptors.cc | 36 DLOG(FATAL) << "Unknown global descriptor: " << key; in Get() 73 DLOG(FATAL) << "Unknown global descriptor: " << key; in GetRegion()
|
/external/libchrome/base/message_loop/ |
D | message_pump_libevent.cc | 321 DLOG(ERROR) << "pipe() failed, errno: " << errno; in Init() 325 DLOG(ERROR) << "SetNonBlocking for pipe fd[0] failed, errno: " << errno; in Init() 329 DLOG(ERROR) << "SetNonBlocking for pipe fd[1] failed, errno: " << errno; in Init()
|
/external/libchrome/dbus/ |
D | values_util.cc | 83 DLOG(ERROR) << "Unexpected type " << value.GetType(); in GetTypeSignature() 245 DLOG(ERROR) << "Unexpected type " << value.GetType(); in AppendBasicTypeValueData() 296 DLOG(ERROR) << "Unexpected type: " << value.GetType(); in AppendValueData()
|
/external/libchrome/base/debug/ |
D | debugger.cc | 19 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid()) in WaitForDebugger()
|
/external/libbrillo/brillo/glib/ |
D | abstract_dbus_service.cc | 26 DLOG(INFO) << "Run() completed"; in Run()
|
D | dbus.cc | 182 DLOG(ERROR) << "Failed to construct proxy: " in GetGProxy() 266 DLOG(INFO) << "ReleaseName returned code " << result; in RegisterExclusiveService()
|
/external/libchrome/base/memory/ |
D | aligned_memory.cc | 38 DLOG(ERROR) << "If you crashed here, your aligned allocation is incorrect: " in AlignedAlloc()
|
/external/libweave/third_party/chromium/base/ |
D | logging_unittest.cc | 75 DLOG(INFO) << mock_log_source.Log(); in TEST_F() 133 DLOG(INFO) << mock_log_source.Log(); in TEST_F()
|
/external/libbrillo/brillo/ |
D | osrelease_reader.cc | 33 DLOG(INFO) << "Could not load fields from " << osrelease.value(); in Load()
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
D | logging.h | 325 # define DLOG LOG macro 327 # define DLOG(severity) true ? (void) 0 : LoggerVoidify() & \ macro
|
/external/libchrome/base/metrics/ |
D | histogram_snapshot_manager.cc | 62 DLOG(ERROR) << "Histogram: " << histogram.histogram_name() in PrepareDelta()
|
/external/libweave/third_party/chromium/base/strings/ |
D | stringprintf.cc | 86 DLOG(WARNING) << "Unable to printf the requested string due to size."; in StringAppendVT()
|