OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_label
(Results
1 - 7
of
7
) sorted by null
/external/autotest/tko/
plotgraph
5
($file, $
y_label
, $columns, $title) = @ARGV;
7
die unless ($
y_label
);
11
plotgraph($file, $
y_label
, $columns, $title);
17
my ($file, $
y_label
, $columns, $title) = @_;
65
print GNUPLOT "set ylabel \"${
y_label
}\"\n";
display.py
254
x_label = None,
y_label
= None):
267
x_label,
y_label
)
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.sh
53
y_label
=$(echo "$data_sets" | grep "#" | cut -d '#' -f 1 | \
56
echo "set ylabel \"$
y_label
\";"
bwe_test_logging.h
117
// Define |x_label| and |
y_label
| for plots.
118
#define BWE_TEST_LOGGING_LABEL(figure, x_label,
y_label
, num_flows)
228
#define BWE_TEST_LOGGING_LABEL(figure, title,
y_label
, num_flows) \
232
figure, title,
y_label
, num_flows); \
288
const std::string&
y_label
,
plot_bars.sh
58
y_label
=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 4 | \
157
echo "set ylabel \"$
y_label
\""
bwe_test_logging.cc
182
const std::string&
y_label
,
189
printf("LABEL\t%d\t%s\t%s\t%d\n", figure, title.c_str(),
y_label
.c_str(),
/external/valgrind/massif/
ms_print.in
604
my ($
y_label
, $y_unit) = B_max_label($peak_mem_total_szB);
614
print($
y_label
);
Completed in 474 milliseconds