HomeSort by relevance Sort by last modified time
    Searched defs:attempt_count (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
metrics_reporter_omaha_unittest.cc 252 int attempt_count = 3; local
319 metrics::kMetricSuccessfulUpdateAttemptCount, attempt_count, _, _, _))
329 reporter_.ReportSuccessfulUpdateMetrics(attempt_count,
payload_state.cc 743 int attempt_count = GetPayloadAttemptNumber(); local
748 attempt_count,
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 207 unsigned int attempt_count; local
235 for (attempt_count = num_rand_attempts; attempt_count > 0;
236 attempt_count--, fd_set_size--) {
259 for (attempt_count = num_rand_attempts; attempt_count > 0;
260 attempt_count--) {

Completed in 73 milliseconds