Home
last modified time | relevance | path

Searched refs:new_data_set (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/common/
H A Dinterface.py193 new_data_set = None
195 new_data_set = metrics_pb2.MetricsDataSet()
196 metric.populate_data_set(new_data_set)
203 if new_data_set is not None:
204 collection.metrics_data_set.add().CopyFrom(new_data_set)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/infra_libs/ts_mon/common/
H A Dinterface.py229 new_data_set = None
231 new_data_set = metrics_pb2.MetricsDataSet()
232 metric.populate_data_set(new_data_set)
239 if new_data_set is not None:
240 collection.metrics_data_set.add().CopyFrom(new_data_set)
/dports/math/xgraph/xgraph/
H A Dxgraph.c220 typedef struct new_data_set { struct