Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dmainloop.py109 should_log = True
117 should_log = False
123 if should_log:
/external/toolchain-utils/rust_tools/
Drust_watch_test.py28 def should_log(_record): function
32 logger.addFilter(should_log)
33 self.addCleanup(logger.removeFilter, should_log)
/external/tensorflow/tensorflow/lite/tools/
Dlogging.h79 #define TFLITE_MAY_LOG(severity, should_log) \ argument
81 tflite::logging::LoggingWrapper::LogSeverity::severity, (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/rtc_base/
Dlogging.cc365 Boolean should_log = in OutputToDebug() local
369 log_to_stderr = exists_and_is_valid && should_log; in OutputToDebug()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1480 bool should_log = log && log->GetVerbose(); in ParseClassInfoArray() local
1490 if (should_log) in ParseClassInfoArray()
1498 if (should_log) in ParseClassInfoArray()
1520 if (should_log) in ParseClassInfoArray()
1528 if (should_log) in ParseClassInfoArray()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2154 auto should_log = [&node_names_for_logging](std::string node_name) { in VerboseShapeInferenceLogging() local
2160 if (!should_log(node.name())) { in VerboseShapeInferenceLogging()