Home
last modified time | relevance | path

Searched refs:log_warning (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/PC/layout/support/
Dlogging.py73 def log_warning(msg, *args, **kwargs): function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc840 bool log_warning = true; in CompilePtxOrGetCachedResult() local
850 log_warning = !warning_done.exchange(true); in CompilePtxOrGetCachedResult()
852 if (log_warning) { in CompilePtxOrGetCachedResult()
/external/python/cpython3/PC/layout/
Dmain.py215 log_warning("Failed to find {} - pip will not be included", pip_dir)
269 log_warning("Failed to compile {}", src)
603 log_warning("Assuming --include-tcltk to support --include-idle")
/external/autotest/server/
Dautotest.py943 stderr_redirector.log_warning(
948 stderr_redirector.log_warning(
1391 def log_warning(self, msg, warning_type): member in client_logger
/external/autotest/client/bin/
Djob.py542 def log_warning(reason): function
544 @disk_usage_monitor.watch(log_warning, "/", self._max_disk_usage_rate)