Home
last modified time | relevance | path

Searched refs:DVLOG (Results 1 – 25 of 53) sorted by relevance

123

/external/gflags/src/
Dgflags_completions.cc216 DVLOG(1) << "Identified canonical_token: '" << canonical_token << "'"; in PrintFlagCompletionInfo()
221 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
230 DVLOG(1) << "Identified " << matching_flags.size() << " matching flags"; in PrintFlagCompletionInfo()
231 DVLOG(1) << "Identified " << longest_common_prefix in PrintFlagCompletionInfo()
236 DVLOG(1) << "The common prefix '" << longest_common_prefix in PrintFlagCompletionInfo()
250 DVLOG(1) << "Identified module: '" << module << "'"; in PrintFlagCompletionInfo()
251 DVLOG(1) << "Identified package_dir: '" << package_dir << "'"; in PrintFlagCompletionInfo()
260 DVLOG(2) << "Categorized matching flags:"; in PrintFlagCompletionInfo()
261 DVLOG(2) << " perfect_match: " << notable_flags.perfect_match_flag.size(); in PrintFlagCompletionInfo()
262 DVLOG(2) << " module: " << notable_flags.module_flags.size(); in PrintFlagCompletionInfo()
[all …]
/external/puffin/src/
Dpuff_writer.cc35 DVLOG(2) << "Write literals length: " << pd.length; in Insert()
81 DVLOG(2) << "Write length: " << pd.length << " distance: " << pd.distance; in Insert()
117 DVLOG(2) << "Write block metadata length: " << pd.length; in Insert()
138 DVLOG(2) << "Write end of block"; in Insert()
174 DVLOG(2) << "Write small literals length: " << cur_literals_length_; in FlushLiterals()
188 DVLOG(2) << "Write large literals length: " << cur_literals_length_; in FlushLiterals()
Dpuff_reader.cc48 DVLOG(2) << "Read end of block"; in GetNext()
64 DVLOG(2) << "Read length: " << length << " distance: " << distance; in GetNext()
80 DVLOG(2) << "Read literals length: " << length; in GetNext()
100 DVLOG(2) << "Read block metadata length: " << length; in GetNext()
/external/libchrome/mojo/core/ports/
Dnode.cc116 DVLOG(2) << "Port " << entry.first << " referencing node " in CanShutdownCleanly()
137 DVLOG(2) << "Port " << entry.first << " referencing node " in CanShutdownCleanly()
282 DVLOG(2) << "Sending ObserveClosure from " << port_ref.name() << "@" in ClosePort()
319 DVLOG(4) << "GetMessage for " << port_ref.name() << "@" << name_; in GetMessage()
405 DVLOG(1) << "Sending MergePort from " << port_ref.name() << "@" << name_ in MergePorts()
432 DVLOG(1) << "Merging local ports " << port0_ref.name() << "@" << name_ in MergeLocalPorts()
442 DVLOG(1) << "Observing lost connection from node " << name_ << " to node " in LostConnectionToNode()
460 DVLOG(4) << "OnUserMessage " << message->sequence_num() in OnUserMessage()
522 DVLOG(2) << "Message not accepted!\n"; in OnUserMessage()
547 DVLOG(2) << "PortAccepted at " << port_ref.name() << "@" << name_ in OnPortAccepted()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc253 DVLOG(3) << "Creating Local TensorHandle: " << this in TensorHandle()
272 DVLOG(3) << "Creating Local TensorHandle: " << this in TensorHandle()
297 DVLOG(3) << "Creating empty Local TensorHandle: " << this in TensorHandle()
363 DVLOG(3) << "Creating a packed TensorHandle: " << this in TensorHandle()
391 DVLOG(3) << "Creating Unshaped Remote TensorHandle: " << this in TensorHandle()
414 DVLOG(3) << "Creating Lazy Remote TensorHandle: " << this in TensorHandle()
419 TensorHandle::~TensorHandle() { DVLOG(3) << "Deleting tensor handle " << this; } in ~TensorHandle()
422 DVLOG(3) << "Releasing tensor handle " << this; in Release()
458 DVLOG(3) << "Tensor on TensorHandle: " << this; in Tensor()
471 DVLOG(3) << "TensorFromDevice on TensorHandle: " << this << " device: " << d; in TensorFromDevice()
[all …]
Dplacement_utils.cc105 DVLOG(2) << "for op " << op_name << " input " << i << " " in MaybePinSmallOpsToCpu()
130 DVLOG(1) << "Forcing op " << op_name in MaybePinSmallOpsToCpu()
155 DVLOG(2) << "for op " << op.Name() << " input " << i << " " in MaybePinToResourceDevice()
165 DVLOG(1) << (resource_device != op_device ? "Changing " : "Setting ") in MaybePinToResourceDevice()
Deager_executor.cc146 DVLOG(3) << "Add node [id " << item->id << "]" << item->node->DebugString() in AddOrExecute()
191 DVLOG(3) << "Wait for Node: [id " << last_id << "] "; in WaitForAllPendingNodesLocked()
216 DVLOG(3) << "Node Done: [id " << item->id << "] " << item->node->DebugString() in NodeDone()
306 DVLOG(3) << "Notify node done: [id " << id << " to " << upperbound_id in NotifyWaiters()
354 DVLOG(3) << "Running Node: [id " << item->id << "] " in RunItem()
365 DVLOG(3) << "Executing Sync Executor for node" << item->id; in RunItem()
417 DVLOG(3) << "Add Node: [id " << item->id << "] to unfinished map."; in MoveToUnfinished()
Dexecute.cc328 DVLOG(2) << "Caller explicitly specifies " in GetFuncAttr()
341 DVLOG(2) << "Function definition explicitly specifies " in GetFuncAttr()
372 DVLOG(2) << "Compiling " << op->Name() in MustCompileWithXLA()
468 DVLOG(2) << "Creating new kernel for " << op->Name() << " on device " in GetOrCreateKernelAndDevice()
492 DVLOG(1) << "Placer place op [" << op->Name() in GetOrCreateKernelAndDevice()
494 DVLOG(4) << "Available kernels for " << op->Name() << "are " in GetOrCreateKernelAndDevice()
521 DVLOG(2) << "Running " << ndef.op() << " using multi-device function. " in GetOrCreateKernelAndDevice()
534 DVLOG(2) << "Running " << ndef.op() << " using op kernel. " in GetOrCreateKernelAndDevice()
953 DVLOG(4) << "Execute remote eager op: " << op->Name() in EagerRemoteExecute()
/external/tensorflow/tensorflow/core/framework/
Dlocal_rendezvous.cc113 DVLOG(2) << "Send " << this << " " << key_hash << " " << key.FullKey(); in Send()
140 DVLOG(2) << "Enqueue Send Item (key:" << key.FullKey() << "). "; in Send()
146 DVLOG(2) << "Consume Recv Item (key:" << key.FullKey() << "). "; in Send()
152 DVLOG(2) << "Clean up Send/Recv queue (key:" << key.FullKey() << "). "; in Send()
171 DVLOG(2) << "Recv " << this << " " << key_hash << " " << key.FullKey(); in RecvAsync()
261 DVLOG(2) << "Enqueue Recv Item (key:" << key.FullKey() << "). "; in RecvAsync()
293 DVLOG(2) << "Consume Send Item (key:" << key.FullKey() << "). "; in RecvAsync()
300 DVLOG(2) << "Clean up Send/Recv queue (key:" << key.FullKey() << "). "; in RecvAsync()
/external/libchrome/mojo/core/
Dnode_controller.cc156 DVLOG(1) << "Initializing node " << name_; in NodeController()
220 DVLOG(1) << "Cannot connect to invalid inviter channel."; in AcceptBrokerClientInvitation()
280 DVLOG(2) << "Rejecting port merge for name " << name in MergePortIntoInviter()
484 DVLOG(1) << "Ignoring duplicate peer name " << name; in AddPeer()
491 DVLOG(2) << "Accepting new peer " << name << " on node " << name_; in AddPeer()
521 DVLOG(1) << "Dropped peer " << peer; in DropPeer()
625 DVLOG(1) << "Dropping message for unknown peer: " << name; in SendPeerEvent()
718 DVLOG(2) << "Ignoring status change for " << port.name() << " because it " in PortStatusChanged()
751 DVLOG(1) << "Broker client " << name_ << " accepting invitation from " in OnAcceptInvitee()
786 DVLOG(1) << "Node " << name_ << " accepted invitee " << invitee_name; in OnAcceptInvitation()
[all …]
Dmessage_pipe_dispatcher.cc95 DVLOG(2) << "Creating new MessagePipeDispatcher for port " << port.name() in MessagePipeDispatcher()
133 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_ in Close()
145 DVLOG(4) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_ in WriteMessage()
411 DVLOG(4) << "New message detected on message pipe " << pipe_id_ in OnPortStatusChanged()
416 DVLOG(2) << "Peer closure detected on message pipe " << pipe_id_ in OnPortStatusChanged()
Ddata_pipe_producer_dispatcher.cc94 DVLOG(1) << "Closing data pipe producer " << pipe_id_; in Close()
453 DVLOG(1) << "Data pipe producer " << pipe_id_ in NotifyWrite()
472 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
488 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
520 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Ddata_pipe_consumer_dispatcher.cc95 DVLOG(1) << "Closing data pipe consumer " << pipe_id_; in Close()
506 DVLOG(1) << "Data pipe consumer " << pipe_id_ in NotifyRead()
525 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
541 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
574 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
/external/libchrome/base/power_monitor/
Dpower_monitor.cc50 DVLOG(1) << "PowerStateChange: " << (battery_in_use ? "On" : "Off") in NotifyPowerStateChange()
57 DVLOG(1) << "Power Suspending"; in NotifySuspend()
62 DVLOG(1) << "Power Resuming"; in NotifyResume()
/external/libchrome/crypto/
Dnss_util.cc86 DVLOG(2) << "DefaultConfigDirectory: " << dir.value(); in GetDefaultConfigDirectory()
347 DVLOG(3) << "Loading chaps..."; in InitializeTPMTokenInThreadPool()
368 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module in OnInitializedTPMTokenAndSystemSlot()
404 DVLOG(1) << "Called on wrong thread.\n" in IsTPMTokenReady()
425 DVLOG(3) << "Poking chaps module."; in GetTPMSlotForIdInThreadPool()
441 DVLOG(2) << username_hash << " already initialized."; in InitializeNSSForChromeOSUser()
445 DVLOG(2) << "Opening NSS DB " << path.value(); in InitializeNSSForChromeOSUser()
499 DVLOG(2) << "Got tpm slot for " << username_hash << " " in OnInitializedTPMForChromeOSUser()
528 DVLOG(2) << "empty username_hash"; in GetPublicSlotForChromeOSUser()
545 DVLOG(2) << "empty username_hash"; in GetPrivateSlotForChromeOSUser()
[all …]
Dopenssl_util.cc36 DVLOG(1) << "\t" << base::StringPiece(str, len); in OpenSSLErrorCallback()
57 DVLOG(1) << "OpenSSL ERR_get_error stack from " << location.ToString(); in ClearOpenSSLERRStack()
/external/zlib/google/
Dzip_reader.cc301 DVLOG(1) << "Unzip failed: unable to create directory."; in ExtractCurrentEntryToFilePathAsync()
309 DVLOG(1) << "Unzip failed: unable to open current zip entry."; in ExtractCurrentEntryToFilePathAsync()
317 DVLOG(1) << "Unzip failed: unable to create containing directory."; in ExtractCurrentEntryToFilePathAsync()
327 DVLOG(1) << "Unzip failed: unable to create platform file at " in ExtractCurrentEntryToFilePathAsync()
422 DVLOG(1) << "Unzip failed: error while reading zipfile " in ExtractChunk()
427 DVLOG(1) << "Unzip failed: unable to write all bytes to target."; in ExtractChunk()
/external/libchrome/base/process/
Dmemory_linux.cc80 DVLOG(1) << "Adjusting oom_score_adj of " << process << " to " in AdjustOOMScore()
96 DVLOG(1) << "Adjusting oom_adj of " << process << " to " << score_str; in AdjustOOMScore()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc31 DVLOG(1) << "A DVLOG message"; in TEST()
32 DVLOG(2) << "A higher DVLOG message"; in TEST()
/external/libchrome/ipc/
Dipc_message_pipe_reader.cc67 DVLOG(4) << "Send " << message->type() << ": " << message->size(); in Send()
95 DVLOG(4) << "Receive " << message.type() << ": " << message.size(); in Receive()
/external/libchrome/base/threading/
Dwatchdog.cc111 DVLOG(1) << "Watchdog alarmed for " << thread_watched_name_; in Alarm()
171 DVLOG(1) << "Watchdog active: " << name; in SetThreadName()
/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc187 DVLOG(1) << "IntraProcessRendezvous Send " << this << " " << key.FullKey(); in Send()
194 DVLOG(1) << "StackAllocatedIntraProcessRendezvous Recv " << this << " " in RecvAsync()
/external/libchrome/base/system_monitor/
Dsystem_monitor.cc46 DVLOG(1) << "DevicesChanged with device type " << device_type; in NotifyDevicesChanged()
/external/libchrome/base/json/
Djson_value_converter.h273 DVLOG(1) << "failure at " << i << "-th element"; in Convert()
307 DVLOG(1) << "failure at " << i << "-th element"; in Convert()
344 DVLOG(1) << "failure at " << i << "-th element"; in Convert()
507 DVLOG(1) << "failure at field " << field_converter->field_path(); in Convert()
/external/tensorflow/tensorflow/c/
Dlogging.cc61 DVLOG(level) << message; in TF_DVLog()

123