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

  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 288 options.log_file, 'a', options.log_max, options.log_count)
361 parser.add_option('--log_max', dest='log_max', type='int',
  /external/chromium/base/
histogram.cc 216 double log_max = log(static_cast<double>(declared_max())); local
226 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);

Completed in 106 milliseconds