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

  /device/google/marlin/dataservices/datatop/src/
datatop_value_only_poll.c 83 dtop_store_dp(&(dpg->data_points[j]), dict.val[j]);
92 * Frees the memory of the dpg along with it's data_points
102 free(dpset->data_points[i].name);
103 free(dpset->data_points);
115 * @param data_points dtop_data_point struct that dpg points to.
116 * @param dp_count Number of data_points in data_points array
119 *data_points, int dp_count)
126 dpg->data_points = data_points;
149 struct dtop_data_point *data_points; local
    [all...]
datatop_single_line_poll.c 107 i = dt_find_dict_idx(dpg->data_points[j].name, &dict);
109 dtop_store_dp(&(dpg->data_points[j]),
121 * Frees the memory of the dpg along with it's data_points
130 free(dpset->data_points);
146 * @param data_points dtop_data_point struct that dpg points to.
150 *data_points, struct dtop_single_line_vars *storage)
157 dpg->data_points = data_points;
181 struct dtop_data_point *data_points; local
207 data_points = mallo
    [all...]
datatop_meminfo_file_poll.c 145 i = dt_find_dict_idx(dpg->data_points[j].name, &dict);
148 &(dpg->data_points[i].data.d_ulong));
149 dpg->data_points[i].data.d_ulong *= 1024;
150 if (dpg->data_points[i].
152 dpg->data_points[i].initial_data.d_ulong
153 = dpg->data_points[i].data.d_ulong;
154 dpg->data_points[i].initial_data_populated
168 * Frees the memory of the dpg along with it's data_points
177 free(dpset->data_points);
192 * @param data_points dtop_data_point struct that dpg points to
226 struct dtop_data_point *data_points; local
    [all...]
datatop_stat_poll.c 153 dtop_store_dp(&(dpg->data_points[n]),
165 * Frees the memory of the dpg along with it's data_points
175 free(dpset->data_points[i].name);
176 free(dpset->data_points);
192 * @param data_points dtop_data_point struct that dpg points to.
194 * @param dp_count Number of data_points in data_points array
197 *data_points, struct dtop_stat_vars *storage, int dp_count)
204 dpg->data_points = data_points;
230 struct dtop_data_point *data_points; local
    [all...]
datatop_dev_poll.c 155 dtop_store_dp(&(dpg->data_points[dp]),
170 * Frees the memory of the dpg along with it's data_points
183 free(dpset->data_points[dp].prefix);
187 free(dpset->data_points);
202 * @param data_points dtop_data_point struct that dpg points to.
206 int dp_count, struct dtop_data_point *data_points)
214 dpg->data_points = data_points;
239 struct dtop_data_point *data_points = malloc local
281 construct_dev_file_dpg(storage, dp_count, data_points);
    [all...]
datatop_dual_line_poll.c 139 i = dt_find_dict_idx(dpg->data_points[j].name,
142 (strcmp(dpg->data_points[j].prefix,
145 dtop_store_dp(&(dpg->data_points[j]),
161 * Frees the memory of the dpg along with it's data_points
170 free(dpset->data_points);
189 * @param data_points dtop_data_point struct that dpg points to.
194 *data_points, struct dtop_dual_line_vars *storage, int dp_count)
201 dpg->data_points = data_points;
226 struct dtop_data_point *data_points; local
    [all...]
datatop_gen_poll.c 118 dpg->data_points[i].type = DTOP_LONG;
119 dtop_store_dp(&(dpg->data_points[i]), dict.val[i]);
138 free(dpset->data_points[i].name);
139 free(dpset->data_points);
202 dpg->data_points = dp;
datatop_interface.h 129 * @var dtop_data_point_gatherer::data_points
140 struct dtop_data_point *data_points; member in struct:dtop_data_point_gatherer
datatop_helpers.c 242 if (dtop_print_dp_csv(&(dpg->data_points[i]), fw) == FILE_ERROR)
260 if (dtop_format_dp_names(&(dpg->data_points[i]),
307 dtop_print_dp(&(dpg->data_points[i]), dpg->prefix);
415 * @brief Prints the delta(value) of all data_points to terminal.
432 dpset->data_points[i]);
439 * @brief Resets the initial values of all data_points.
453 dpset->data_points[i].initial_data_populated
datatop_cpu_stats_poll.c 132 dpg->data_points = dp;
  /external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/
hardware_MemoryZRAMThroughput.py 27 data_points = 0
32 data_points += 1
35 if data_points == 0:
41 average_pages_per_second = pages_per_second / data_points
  /external/autotest/client/common_lib/cros/cfm/metrics/
media_info_metrics_extractor.py 40 def __init__(self, data_points):
44 @param data_points Data points as a list of dictionaries. Dictionaries
50 self._data_points = data_points
media_metrics_collector.py 165 data_points = self._data_point_collector.get_data_points()
169 .MediaInfoMetricsExtractor(data_points))
201 data_points = self._cfm_facade.get_media_info_data_points()
204 for data_point in data_points:
  /external/autotest/tko/
plotgraph.py 57 data_points = {}
60 data_points[label] = point
62 self.datasets.append(data_points)
  /system/extras/boottime_tools/bootanalyze/
bootanalyze.py 103 data_points = {}
148 if k not in data_points:
149 data_points[k] = []
150 data_points[k].append(v['value'])
211 for item in data_points.items():
391 data_points = collections.OrderedDict()
407 data_points[item[0]] = {
415 data_points["*BootComplete+Bootloader"] = {
422 data_points["*LauncherStart+Bootloader"] = {
427 for k, v in data_points.iteritems()
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 422 def __init__(self, data_points, timestamps, hz, voltage, offset=0):
426 data_points: A list of current values in Amp (float).
433 self._data_points = data_points
441 self.data_points = self._data_points[self.offset:]
452 len_data_pt = len(self.data_points)
455 cur = sum(self.data_points) * 1000 / len_data_pt
462 charge = (sum(self.data_points) / self.hz) * 1000 / 3600
575 self.data_points = self._data_points[self.offset:]
585 for t, d in zip(self.timestamps, self.data_points):
601 for d in self.data_points
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 290 monsoon_data.data_points, monsoon_data.timestamps, monsoon_data.hz,
328 self.measure_time, self.idle_time, len(self.data_points)))
352 for t, d in zip(self.timestamps, self.data_points):
421 ).format(len(self.data_points), self.hz, self.offset))
437 for t, d in zip(self.timestamps, self.data_points):
504 len(self.end_times), len(self.data_points)))
527 for t, d in zip(self.timestamps, self.data_points):
  /external/autotest/client/cros/multimedia/
cfm_facade_native.py 518 data_points = self._webview_context.EvaluateJavaScript(
520 for data_point in data_points:
531 return data_points
  /external/skia/bench/
check_bench_regressions.py 235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
237 bench_dict = create_bench_dict(data_points)
  /external/skqp/bench/
check_bench_regressions.py 235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
237 bench_dict = create_bench_dict(data_points)
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 72 [current_data.extend(x.data_points) for x in results]

Completed in 288 milliseconds