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

  /external/valgrind/massif/
ms_print.in 605 my ($x_label, $x_unit);
606 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
607 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
608 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }
631 printf(" 0%s%5s\n", ' ' x ($graph_x-5), $x_label);
  /external/autotest/tko/
display.py 254 x_label = None, y_label = None):
267 x_label, y_label)
  /tools/test/connectivity/acts/tests/google/wifi/
WifiRvrTest.py 90 x_label = 'Attenuation (dB)'
95 "x_label": x_label,
221 x_label = 'Attenuation (dB)'
230 "x_label": x_label,
    [all...]
WifiThroughputStabilityTest.py 196 x_label = 'Time (s)'
202 "x_label": x_label,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
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)

Completed in 252 milliseconds