Home
last modified time | relevance | path

Searched refs:log_count (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/site_tests/platform_SuspendResumeTiming/
Dplatform_SuspendResumeTiming.py50 log_count = len(out_log.split('\n'))
51 if log_count != 1:
53 % (pwrd_log, log_count))
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dpartition_assignment.cc45 static std::atomic<int64> log_count{0}; in ThreadsPerBlockLimit() local
46 if (log_count.fetch_add(1) < 8) { in ThreadsPerBlockLimit()
/external/python/cpython2/Lib/test/
Dtest_logging.py1973 log_count = 500
1985 for _ in range(log_count):
/external/python/cpython3/Lib/test/
Dtest_logging.py638 log_count = 500
653 for _ in range(log_count):