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

  /external/autotest/client/common_lib/cros/cfm/metrics/
media_metrics_collector.py 82 post_process_func=_avg), variable
87 post_process_func=_max), variable
92 post_process_func=_avg), variable
97 post_process_func=_max), variable
113 post_process_func=_avg), variable
120 post_process_func=_avg), variable
125 post_process_func=_max), variable
130 post_process_func=_avg), variable
135 post_process_func=_max), variable
media_info_metrics_extractor.py 81 post_process_func=lambda x: x):
97 @param post_process_func: Function that takes a list of values and
123 values = post_process_func(values)
media_info_metrics_extractor_unittest.py 32 post_process_func=sum)
40 post_process_func=lambda values: [x + 1 for x in values])

Completed in 79 milliseconds