Searched refs:warning_threshold (Results 1 – 6 of 6) sorted by relevance
139 self.warning_threshold = .25507 if self.warning_count > num_iterations * self.warning_threshold:511 (self.warning_threshold*100,
25 wt = conf.warning_threshold
424 warning_threshold = 5 variable in Conf
187 int total_bytes_limit, int warning_threshold) { in SetTotalBytesLimit() argument192 if (warning_threshold >= 0) { in SetTotalBytesLimit()193 total_bytes_warning_threshold_ = warning_threshold; in SetTotalBytesLimit()
136 int total_bytes_limit, int warning_threshold,1230 int total_bytes_limit, int warning_threshold, in SetupTotalBytesLimitWarningTest() argument1237 input.SetTotalBytesLimit(total_bytes_limit, warning_threshold); in SetupTotalBytesLimitWarningTest()
375 void SetTotalBytesLimit(int total_bytes_limit, int warning_threshold);