OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_point
(Results
1 - 5
of
5
) 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/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/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
);
Completed in 940 milliseconds