Home
last modified time | relevance | path

Searched defs:n_seconds (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A Dlog_impl.h108 #define ABSL_LOG_INTERNAL_LOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
127 #define ABSL_LOG_INTERNAL_PLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
145 #define ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
162 #define ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
194 #define ABSL_LOG_INTERNAL_VLOG_EVERY_N_SEC_IMPL(verbose_level, n_seconds) \ argument
216 n_seconds) \ argument
237 n_seconds) \ argument
257 n_seconds) \ argument
276 n_seconds) \ argument
/aosp_15_r20/external/abseil-cpp/absl/log/internal/
H A Dlog_impl.h108 #define ABSL_LOG_INTERNAL_LOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
127 #define ABSL_LOG_INTERNAL_PLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
145 #define ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
162 #define ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
194 #define ABSL_LOG_INTERNAL_VLOG_EVERY_N_SEC_IMPL(verbose_level, n_seconds) \ argument
216 n_seconds) \ argument
237 n_seconds) \ argument
257 n_seconds) \ argument
276 n_seconds) \ argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/internal/
H A Dlog_impl.h108 #define ABSL_LOG_INTERNAL_LOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
127 #define ABSL_LOG_INTERNAL_PLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
145 #define ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
162 #define ABSL_LOG_INTERNAL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
194 #define ABSL_LOG_INTERNAL_VLOG_EVERY_N_SEC_IMPL(verbose_level, n_seconds) \ argument
216 n_seconds) \ argument
237 n_seconds) \ argument
257 n_seconds) \ argument
276 n_seconds) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dlog_impl.h78 #define ABSL_LOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
97 #define ABSL_PLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
115 #define ABSL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
132 #define ABSL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
149 #define ABSL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
169 #define ABSL_PLOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
188 #define ABSL_DLOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
206 #define ABSL_DLOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/internal/
H A Dlog_impl.h78 #define ABSL_LOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
97 #define ABSL_PLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
115 #define ABSL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
132 #define ABSL_DLOG_EVERY_N_SEC_IMPL(severity, n_seconds) \ argument
149 #define ABSL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
169 #define ABSL_PLOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
188 #define ABSL_DLOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
206 #define ABSL_DLOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/
H A Dlog.h259 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
278 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
296 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
313 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
337 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
357 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
376 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
394 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/abseil-cpp/absl/log/
H A Dlog.h301 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
310 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
319 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
328 #define VLOG_EVERY_N_SEC(severity, n_seconds) \ argument
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
353 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
362 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
H A Dabsl_log.h58 #define ABSL_LOG_EVERY_N_SEC(severity, n_seconds) \ argument
67 #define ABSL_PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
76 #define ABSL_DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
103 #define ABSL_PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
112 #define ABSL_DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/
H A Dlog.h301 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
310 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
319 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
328 #define VLOG_EVERY_N_SEC(severity, n_seconds) \ argument
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
353 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
362 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
H A Dabsl_log.h58 #define ABSL_LOG_EVERY_N_SEC(severity, n_seconds) \ argument
67 #define ABSL_PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
76 #define ABSL_DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
103 #define ABSL_PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
112 #define ABSL_DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dlog.h301 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
310 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
319 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
328 #define VLOG_EVERY_N_SEC(severity, n_seconds) \ argument
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
353 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
362 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
H A Dabsl_log.h58 #define ABSL_LOG_EVERY_N_SEC(severity, n_seconds) \ argument
67 #define ABSL_PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
76 #define ABSL_DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
103 #define ABSL_PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
112 #define ABSL_DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/
H A Dlog.h259 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
265 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
271 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
287 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
296 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
305 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
H A Dabsl_log.h52 #define ABSL_LOG_EVERY_N_SEC(severity, n_seconds) \ argument
58 #define ABSL_PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
64 #define ABSL_DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
73 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
82 #define ABSL_PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
91 #define ABSL_DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dabsl_log.h52 #define ABSL_LOG_EVERY_N_SEC(severity, n_seconds) \ argument
58 #define ABSL_PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
64 #define ABSL_DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
73 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
82 #define ABSL_PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
91 #define ABSL_DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
Dlog.h259 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
265 #define PLOG_EVERY_N_SEC(severity, n_seconds) \ argument
271 #define DLOG_EVERY_N_SEC(severity, n_seconds) \ argument
287 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
296 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
305 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dlogging.h255 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument
/aosp_15_r20/external/python/absl-py/absl/logging/
D__init__.py521 def log_every_n_seconds(level, msg, n_seconds, *args): argument