Home
last modified time | relevance | path

Searched defs:log_count (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_multisink/
Dmultisink_threaded_test.cc195 const uint32_t log_count = 100; in TEST_F() local
221 const uint32_t log_count = 100; in TEST_F() local
247 const uint32_t log_count = 100; in TEST_F() local
289 const uint32_t log_count = 100; in TEST_F() local
338 const size_t log_count = kMaxMessageCount; in TEST_F() local
/external/cronet/components/metrics/
Dunsent_log_store_unittest.cc183 size_t log_count = kLogCountLimit * 5; in TEST_F() local
202 size_t log_count = kLogCountLimit * 5; in TEST_F() local
254 size_t log_count = kLogCountLimit; in TEST_F() local
279 size_t log_count = kLogCountLimit * 2; in TEST_F() local
Dunsent_log_store.cc447 const size_t log_count = list_value.size(); in ReadLogsFromPrefList() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dlaunch_dimensions.cc41 static std::atomic<int64_t> log_count{0}; in ThreadsPerBlockLimit() local
/external/cronet/components/metrics/test/
Dtest_metrics_service_client.h87 void set_min_ongoing_log_queue_count(size_t log_count) { in set_min_ongoing_log_queue_count()
/external/pigweed/pw_console/py/
Dlog_view_test.py63 def _create_log_view_with_logs(self, log_count=100): argument
/external/pigweed/pw_log_rpc/
Dlog_service_test.cc89 void AddLogEntries(size_t log_count, in AddLogEntries()