Home
last modified time | relevance | path

Searched refs:should_log (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/
Dmainloop.py107 should_log = True
115 should_log = False
121 if should_log:
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.cc77 bool should_log, int log_severity, in MakeError() argument
84 if (TF_PREDICT_TRUE(should_log)) { in MakeError()
/external/webrtc/webrtc/base/
Dlogging.cc353 Boolean should_log = in OutputToDebug() local
357 log_to_stderr = exists_and_is_valid && should_log; in OutputToDebug()