Searched defs:warning_threshold (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc136 int total_bytes_limit, int warning_threshold,
1230 int total_bytes_limit, int warning_threshold,
1237 input.SetTotalBytesLimit(total_bytes_limit, warning_threshold);
1229 SetupTotalBytesLimitWarningTest( int total_bytes_limit, int warning_threshold, vector<string>* out_errors, vector<string>* out_warnings) argument
H A Dcoded_stream.cc187 int total_bytes_limit, int warning_threshold) {
192 if (warning_threshold >= 0) {
193 total_bytes_warning_threshold_ = warning_threshold;
195 // warning_threshold is negative
186 SetTotalBytesLimit( int total_bytes_limit, int warning_threshold) argument
/external/scapy/scapy/
H A Dconfig.py370 warning_threshold : how much time between warnings from the same place
424 warning_threshold = 5 variable in class:Conf

Completed in 135 milliseconds