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

  /bionic/libc/dns/include/
resolv_params.h 29 #define SUCCESS_THRESHOLD 75 /* if successes * 100 / total_samples is less than
41 uint8_t success_threshold; // 0: disable, value / 100 otherwise member in struct:__res_params
  /system/netd/tests/
netd_test.cpp 310 .success_threshold = static_cast<uint8_t>(
496 res_params.success_threshold);
650 int success_threshold = 25; local
652 std::string params = StringPrintf("%u %d %d %d", sample_validity, success_threshold,
764 res_params.success_threshold);

Completed in 176 milliseconds