Searched refs:warning_threshold (Results 1 – 4 of 4) sorted by relevance
140 self.warning_threshold = .25508 if self.warning_count > num_iterations * self.warning_threshold:512 (self.warning_threshold*100,
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);