HomeSort by relevance Sort by last modified time
    Searched refs:xlabel (Results 1 - 25 of 46) sorted by null

1 2

  /external/walt/pywalt/
plothist.py 24 xlabel('tap latency [ms]')
  /external/lisa/tools/analysis/
run_binder_throughput_analysis.py 90 def _plot(self, xlabel, ylabel):
91 plt.xlabel(xlabel)
97 def plot_latency(self, xlabel, ylabel):
99 self._plot(xlabel, ylabel)
101 def plot_throughput(self, xlabel, ylabel):
103 self._plot(xlabel, ylabel)
  /external/lisa/libs/utils/analysis/
binder_transaction_analysis.py 94 def plot_samples(self, df, y_axis, xlabel, ylabel,
103 :param xlabel: label that appears on the plot's x-axis
104 :type xlabel: str
113 ax.set_xlabel(xlabel)
120 def plot_tasks(self, df, threshold, x_axis, y_axis, xlabel, ylabel):
132 :param xlabel: label that appears on the plot's x-axis
133 :type xlabel: str
143 ax.set_xlabel(xlabel)
  /external/autotest/tko/
plotgraph.py 23 def __init__(self, title, xlabel, ylabel, xsort = sorted, size = "1180,900", keytitle = None):
25 self.xlabel = xlabel
81 g.write('set xlabel "%s"\n' % self.xlabel)
  /system/extras/memcpy-perf/
graph_memcpy.py 14 plt.xlabel("size in bytes")
  /external/trappy/trappy/
plot_utils.py 102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default",
104 """Set xlabel, ylabel title, xlim and ylim of the plot
112 if xlabel is not None:
113 ax.set_xlabel(xlabel)
177 def plot_hist(data, ax, title, unit, bins, xlabel, xlim, ylim):
183 xlabel += " ({})".format(unit)
186 post_plot_setup(ax, title=title, xlabel=xlabel, ylabel="count", xlim=xlim,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
register_benchmark_test.cc 26 TestCase(const char* xname, const char* xlabel)
27 : name(xname), label(xlabel) {}
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 65 pylab.xlabel("Luma DN, showing [0:16] out of full [0:256] range")
test_black_level.py 88 pylab.xlabel("DN: Y[0:32], U[112:144], V[112:144]")
  /cts/suite/cts/utils/
grapher.py 76 plt.xlabel('Iteration')
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
do-plot 35 set xlabel "${column[1]} (s)"
  /external/google-benchmark/test/
register_benchmark_test.cc 26 TestCase(const char* xname, const char* xlabel)
27 : name(xname), label(xlabel) {}
  /external/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 26 TestCase(const char* xname, const char* xlabel)
27 : name(xname), label(xlabel) {}
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
do-plot 57 set xlabel "${column[1]}"
  /external/ltp/testcases/realtime/tools/
ftqviz.py 106 xlabel("Time (s)")
117 xlabel("Frequency")
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 67 pylab.xlabel("Time (seconds)")
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
do-plot 57 set xlabel "${column[1]}"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
do-plot 57 set xlabel "${column[1]}"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
do-plot 57 set xlabel "${column[1]}"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
do-plot 57 set xlabel "${column[1]}"
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 180 xlabel('RTP timestamp (in ms)');
196 % xlabel('RTP timestamp');
210 xlabel('RTP timestamp');
  /system/extras/tests/sdcard/
plot_sdcard.py 203 gp.xlabel('iterations')
240 gp.xlabel('seconds')
272 gp.xlabel('writer process')
  /cts/apps/CameraITS/tests/scene1/
test_raw_sensitivity.py 91 pylab.xlabel("Setting Combination")
test_exposure.py 144 pylab.xlabel('Gain Multiplier')
156 pylab.xlabel('Gain Multiplier')
  /cts/apps/CameraITS/tests/sensor_fusion/
test_multi_camera_frame_sync.py 87 pylab.xlabel("Camera frame number")
96 pylab.xlabel("Camera frame number")

Completed in 1561 milliseconds

1 2