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

  /cts/suite/cts/utils/
grapher.py 73 (ymin, ymax) = plt.ylim()
75 plt.ylim(0, 90)
  /external/trappy/trappy/
plot_utils.py 46 the default xlim and ylim of the plots sometimes make it harder to
67 def set_ylim(ax, ylim):
68 """Set the ylim of the plot
72 set_lim(ylim, ax.get_ylim, ax.set_ylim)
103 ylim="range"):
104 """Set xlabel, ylabel title, xlim and ylim of the plot
106 This has to be called after calls to .plot(). The default ylim is
121 set_ylim(ax, ylim)
143 def plot_temperature(runs, width=None, height=None, ylim="range", tz_id=None):
174 post_plot_setup(ax, title="Temperature", ylim=ylim
    [all...]
thermal.py 40 height=None, ylim="range", ax=None, legend_label="",
98 post_plot_setup(ax, title=title, ylim=ylim)
133 def plot_temperature(self, title="", width=None, height=None, ylim="range",
155 post_plot_setup(ax, title=title, ylim=ylim)
  /external/jdiff/src/jdiff/
DiffMyers.java 109 private int diag (int xoff, int xlim, int yoff, int ylim)
115 final int dmin = xoff - ylim; // Minimum valid diagonal.
118 final int bmid = xlim - ylim; // Center diagonal of bottom-up search.
152 while (x < xlim && y < ylim && xv[x] == yv[y]) {
250 && ylim - (bd[bdiagoff + d] - d) > 20)
285 Note that XLIM, YLIM are exclusive bounds.
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) {
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff]) {
294 while (xlim > xoff && ylim > yoff && xvec[xlim - 1] == yvec[ylim - 1])
    [all...]
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 93 pylab.ylim([0,1])
100 pylab.ylim([0,1])
  /external/trappy/trappy/stats/
Correlator.py 131 ylim = [ymin, ymax]
132 ylim = [-1, 3]
139 axis.set_ylim(ylim)
  /external/trappy/tests/
test_plot_utils.py 98 plot_utils.post_plot_setup(ax, ylim=(0, 72))
99 plot_utils.post_plot_setup(ax, ylim="range")
147 plot_utils.plot_temperature(traces, ylim="default")
test_thermal.py 57 th_data.plot_temperature(title="Antutu", ylim=[0, 60])
91 gov.plot_temperature(legend_label="power allocator", ylim=(0, 72))
  /frameworks/base/tools/velocityplot/
velocityplot.py 129 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):
138 ylim=ylim,
  /cts/apps/CameraITS/tests/scene1/
test_black_white.py 83 pylab.ylim([0,1])
test_param_exposure_time.py 66 pylab.ylim([0,1])
test_param_sensitivity.py 71 pylab.ylim([0,1])
test_param_shading_mode.py 104 pylab.ylim([0.9, 4.0])
test_exposure.py 146 pylab.ylim([0, 1])
158 pylab.ylim([0, 1])
test_post_raw_sensitivity_boost.py 117 pylab.ylim([0,1])
123 pylab.ylim([0,1])
test_latching.py 78 pylab.ylim([0,1])
test_linearity.py 97 pylab.ylim([0, 1])
test_param_color_correction.py 98 pylab.ylim([0,1])
  /external/ltp/testcases/realtime/tools/
ftqviz.py 113 ylim(ymax=20)
  /frameworks/base/tools/orientationplot/
orientationplot.py 203 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):
212 ylim=ylim,
  /external/lisa/libs/utils/analysis/
eas_analysis.py 307 plt.ylim(1.1*axes_min, 1.1*axes_max)
349 plt.ylim(1.1*axes_min, 1.1*axes_max)
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/webrtc/talk/media/testdata/
voice.rtpdump     [all...]

Completed in 793 milliseconds