/external/angle/third_party/zlib/google/ |
D | zip.cc | 181 DLOG(WARNING) << "Cannot open '" << src_file << "'"; in UnzipWithFilterCallback() 199 DLOG(WARNING) << "Cannot open '" << src_file << "'"; in UnzipWithFilterAndWriters() 204 DLOG(WARNING) << "Failed to open the current file in zip"; in UnzipWithFilterAndWriters() 209 DLOG(WARNING) << "Found an unsafe file in zip " << entry_path; in UnzipWithFilterAndWriters() 220 DLOG(WARNING) << "Failed to extract " << entry_path; in UnzipWithFilterAndWriters() 225 DLOG(WARNING) << "Skipped file " << entry_path; in UnzipWithFilterAndWriters() 229 DLOG(WARNING) << "Failed to advance to the next file"; in UnzipWithFilterAndWriters()
|
/external/zlib/google/ |
D | zip.cc | 186 DLOG(WARNING) << "Failed to open " << src_file.value(); in UnzipWithFilterCallback() 203 DLOG(WARNING) << "Failed to open src_file " << src_file; in UnzipWithFilterAndWriters() 208 DLOG(WARNING) << "Failed to open the current file in zip"; in UnzipWithFilterAndWriters() 213 DLOG(WARNING) << "Found an unsafe file in zip " << entry_path; in UnzipWithFilterAndWriters() 224 DLOG(WARNING) << "Failed to extract " << entry_path; in UnzipWithFilterAndWriters() 229 DLOG(WARNING) << "Skipped file " << entry_path; in UnzipWithFilterAndWriters() 233 DLOG(WARNING) << "Failed to advance to the next file"; in UnzipWithFilterAndWriters()
|
D | zip_writer.cc | 30 DLOG(ERROR) << "Could not write data to zip for path " in AddFileContentToZip() 96 DLOG(ERROR) << "Couldn't create ZIP file for FD " << zip_file_fd; in CreateWithFd() 113 DLOG(ERROR) << "Couldn't create ZIP file at path " << zip_file_path; in Create()
|
/external/libchrome/base/memory/ |
D | platform_shared_memory_region_posix.cc | 44 DLOG(ERROR) << "Descriptor access mode (" << mode in CheckFDAccessMode() 93 DLOG(WARNING) << "Readonly handle shouldn't be valid for a " in Take() 99 DLOG(ERROR) in Take() 105 DLOG(ERROR) << "Invalid permission mode: " << static_cast<int>(mode); in Take() 291 DLOG(ERROR) << "The second descriptor must be invalid"; in CheckPlatformHandlePermissionsCorrespondToMode() 310 DLOG(ERROR) << "Descriptor has a wrong access mode: it is" in CheckPlatformHandlePermissionsCorrespondToMode()
|
D | shared_memory_android.cc | 32 DLOG(ERROR) << "Shared memory creation failed"; in Create() 39 DLOG(ERROR) << "Error " << err << " when setting protection of ashmem"; in Create()
|
/external/libchrome/ipc/ |
D | ipc_message_attachment_set.cc | 68 DLOG(WARNING) << "Cannot add file descriptor. MessageAttachmentSet full."; in AddAttachment() 95 DLOG(WARNING) << "Accessing out of bound index:" << index << "/" << size(); in GetAttachmentAt() 115 DLOG(WARNING) << "Attempted to double-read a message attachment, " in GetAttachmentAt()
|
D | ipc_mojo_param_traits.cc | 65 DLOG(ERROR) << "Failed to read attachment for message pipe."; in Read() 72 DLOG(ERROR) << "Unexpected attachment type:" << static_cast<int>(type); in Read()
|
/external/libchrome/base/process/ |
D | process_metrics_linux.cc | 519 DLOG(WARNING) << "meminfo: tokens: " << tokens.size() in ParseProcMeminfo() 620 DLOG(WARNING) << "Failed to open " << meminfo_file.value(); in GetSystemMemoryInfo() 625 DLOG(WARNING) << "Failed to parse " << meminfo_file.value(); in GetSystemMemoryInfo() 651 DLOG(WARNING) << "Failed to open " << vmstat_file.value(); in GetVmStatInfo() 655 DLOG(WARNING) << "Failed to parse " << vmstat_file.value(); in GetVmStatInfo() 730 DLOG(WARNING) << "Failed to open " << diskinfo_file.value(); in GetSystemDiskInfo() 737 DLOG(WARNING) << "No lines found"; in GetSystemDiskInfo() 837 DLOG(WARNING) << "zram mm_stat: tokens: " << tokens.size() in ParseZramMmStat() 865 DLOG(WARNING) << "zram stat: tokens: " << tokens.size() in ParseZramStat() 930 DLOG(WARNING) << "Failed to open " << zram_mm_stat_file.value(); in GetSwapInfoImpl() [all …]
|
D | internal_aix.cc | 65 DLOG(WARNING) << "Failed to open " << file.MaybeAsASCII() in ReadProcFile() 71 DLOG(WARNING) << "Failed to read " << file.MaybeAsASCII() in ReadProcFile()
|
/external/libchrome/base/metrics/ |
D | field_trial_params.cc | 71 DLOG(WARNING) << "Failed to parse field trial param " << param_name in GetFieldTrialParamByFeatureAsInt() 90 DLOG(WARNING) << "Failed to parse field trial param " << param_name in GetFieldTrialParamByFeatureAsDouble() 112 DLOG(WARNING) << "Failed to parse field trial param " << param_name in GetFieldTrialParamByFeatureAsBool() 142 DLOG(WARNING) << "Failed to parse field trial param " << param_name in LogInvalidEnumValue()
|
/external/libchrome/base/files/ |
D | memory_mapped_file.cc | 53 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe(); in Initialize() 80 DLOG(ERROR) << "Region bounds exceed maximum for base::File."; in Initialize() 89 DLOG(ERROR) << "Region bounds are not valid."; in Initialize()
|
D | file_util_posix.cc | 105 DLOG(ERROR) << "Path " << path.value() << " is a symbolic link."; in VerifySpecificPathControlledByUser() 110 DLOG(ERROR) << "Path " << path.value() << " is owned by the wrong user."; in VerifySpecificPathControlledByUser() 116 DLOG(ERROR) << "Path " << path.value() in VerifySpecificPathControlledByUser() 122 DLOG(ERROR) << "Path " << path.value() << " is writable by any user."; in VerifySpecificPathControlledByUser() 258 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: " in DoCopyDirectory() 277 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: " in DoCopyDirectory() 312 DLOG(ERROR) << "CopyDirectory() couldn't copy file: " << current.value(); in DoCopyDirectory() 623 DLOG(WARNING) << "OS_ANDROID: Home directory lookup not yet implemented."; in GetHomeDir() 907 DLOG(ERROR) << "|base| must be a subdirectory of |path|. base = \"" in VerifyPathControlledByUser()
|
/external/libchrome/mojo/core/ |
D | node_channel.cc | 503 DLOG(ERROR) << "Dropping invalid AddBrokerClient message."; in OnChannelMessage() 510 DLOG(ERROR) << "Dropping invalid AddBrokerClient message."; in OnChannelMessage() 525 DLOG(ERROR) << "Dropping invalid BrokerClientAdded message."; in OnChannelMessage() 540 DLOG(ERROR) << "Dropping invalid AcceptBrokerClient message."; in OnChannelMessage() 590 DLOG(ERROR) << "Dropping invalid introduction message."; in OnChannelMessage() 625 DLOG(ERROR) << "Dropping invalid relay message."; in OnChannelMessage() 647 DLOG(ERROR) << "Dropping invalid broadcast message."; in OnChannelMessage() 691 DLOG(ERROR) << "Received invalid message. Closing channel."; in OnChannelMessage() 725 DLOG(ERROR) << "Dropping message on closed channel."; in WriteChannelMessage()
|
D | node_controller.cc | 739 DLOG(ERROR) << "Unexpected AcceptInvitee message from " << from_node; in OnAcceptInvitee() 762 DLOG(ERROR) << "Received unexpected AcceptInvitation message from " in OnAcceptInvitation() 825 DLOG(ERROR) << "Ignoring AddBrokerClient from unknown sender."; in OnAddBrokerClient() 830 DLOG(ERROR) << "Ignoring AddBrokerClient for known client."; in OnAddBrokerClient() 845 DLOG(ERROR) << "Broker rejecting client with invalid process handle."; in OnAddBrokerClient() 865 DLOG(ERROR) << "BrokerClientAdded for unknown client " << client_name; in OnBrokerClientAdded() 871 DLOG(ERROR) << "BrokerClientAdded from non-broker node " << from_node; in OnBrokerClientAdded() 1015 DLOG(ERROR) << "MergePorts failed: " << rv; in OnRequestPortMerge() 1024 DLOG(ERROR) << "Rejecting invalid OnRequestIntroduction message from " in OnRequestIntroduction() 1121 DLOG(ERROR) << "Dropping relay message for unknown node " << destination; in OnRelayEventMessage() [all …]
|
D | data_pipe_producer_dispatcher.cc | 355 DLOG(ERROR) << "Failed to deserialize shared buffer handle."; in Deserialize() 404 DLOG(ERROR) << "Failed to map shared buffer."; in InitializeNoLock() 509 DLOG(ERROR) << "Unexpected message from consumer."; in UpdateSignalsStateNoLock() 516 DLOG(ERROR) << "Consumer claims to have read too many bytes."; in UpdateSignalsStateNoLock()
|
/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 | base_paths_posix.cc | 94 DLOG(WARNING) << "CR_SOURCE_ROOT is set, but it appears to not " in PathProviderPosix() 104 DLOG(ERROR) << "Couldn't find your source root. " in PathProviderPosix()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 243 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString() 251 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString() 259 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString() 268 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString()
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie_test.cc | 61 DLOG(INFO) << "Stats:\n" << stats.DumpStats(true); in StatsDump() 89 DLOG(INFO) << "Trie:\n"; in PrintTrie() 91 DLOG(INFO) << os.str(); in PrintTrie() 138 DLOG(INFO) << "Trie:\n"; in TEST_F() 140 DLOG(INFO) << os.str(); in TEST_F() 411 DLOG(INFO) << "Opening with map shared"; in TEST_F() 414 DLOG(INFO) << "Opening with explicit flush"; in TEST_F() 567 DLOG(INFO) << "Trie sync"; in TEST_F() 569 DLOG(INFO) << "Trie fp sync"; in TEST_F() 574 DLOG(INFO) << "Trie stats"; in TEST_F() [all …]
|
/external/libchrome/base/posix/ |
D | global_descriptors.cc | 36 DLOG(DCHECK) << "Unknown global descriptor: " << key; in Get() 89 DLOG(DCHECK) << "Unknown global descriptor: " << key; in GetRegion()
|
/external/libchrome/base/android/ |
D | jni_registrar.cc | 21 DLOG(ERROR) << method->name << " failed registration!"; in RegisterNativeMethods()
|
/external/libchrome/dbus/ |
D | values_util.cc | 85 DLOG(ERROR) << "Unexpected type " << value.type(); in GetTypeSignature() 248 DLOG(ERROR) << "Unexpected type " << value.type(); in AppendBasicTypeValueData() 297 DLOG(ERROR) << "Unexpected type: " << value.type(); 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()
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | logging.h | 41 #define SAFTM_DLOG DLOG
|