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

  /external/webrtc/tools/perf/
perf_utils.py 15 def PrintPerfResult(graph_name, series_name, data_point, units,
24 data_point: Numeric data value to plot on the graph for the current build.
28 units: The string unit of measurement for the given |data_point|.
36 str(data_point).replace(' ', ''), units)
  /external/autotest/client/common_lib/cros/cfm/metrics/
media_info_metrics_extractor.py 67 key, the second the entire data_point dictionary.
70 for data_point in self._data_points:
71 value = _get_value(data_point, name)
73 timestamp = data_point['timestamp']
112 for data_point in self._data_points:
113 timestamp = data_point['timestamp']
116 for media in data_point['media']
media_metrics_collector.py 204 for data_point in data_points:
205 if (data_point['timestamp'] >
207 self._data_points.append(data_point)
  /external/autotest/cli/
compose_query 44 data_point = test_data.data[x][y] variable
46 good = data_point.status_count.get(good_status, 0)
47 total = sum(data_point.status_count.values())
  /external/autotest/client/cros/multimedia/
cfm_facade_native.py 520 for data_point in data_points:
526 data_point['timestamp'] = data_point['timestamp'] / 1000.0
527 for media in data_point['media']:
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 125 data_point=value,
  /external/autotest/server/cros/ap_configurators/
pyauto_utils.py 143 def PrintPerfResult(graph_name, series_name, data_point, units,
152 data_point: Numeric data value to plot on the graph for the current build.
156 units: The string unit of measurement for the given |data_point|.
164 str(data_point).replace(' ', ''), units)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 100 void Push(T data_point) {
101 data_.push_back(data_point);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiRssiTest.py 188 x for data_point in rssi_result["rssi_result"] for x in
189 data_point[key][rssi_result["connected_bssid"]]["data"]
211 x for data_point in rssi_result["rssi_result"]
212 for x in data_point[key]["data"]
    [all...]

Completed in 1383 milliseconds