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

  /external/jdiff/src/jdiff/
DiffMyers.java 109 private int diag (int xoff, int xlim, int yoff, int ylim)
116 final int dmax = xlim - yoff; // Maximum valid diagonal.
118 final int bmid = xlim - ylim; // Center diagonal of bottom-up search.
126 bd[bdiagoff + bmid] = xlim;
152 while (x < xlim && y < ylim && xv[x] == yv[y]) {
246 if ((xlim - bd[bdiagoff + d])*2 + dd > 12 * (c + (dd > 0 ? dd : -dd)))
248 if ((xlim - bd[bdiagoff + d]) * 2 + dd > best
249 && xlim - bd[bdiagoff + d] > 20
262 best = (xlim - bd[bdiagoff + d]) * 2 + dd;
283 The subsequence of file 0 is [XOFF, XLIM) and likewise for file 1
    [all...]
  /external/trappy/trappy/
plot_utils.py 46 the default xlim and ylim of the plots sometimes make it harder to
60 def set_xlim(ax, xlim):
61 """Set the xlim of the plot
65 set_lim(xlim, ax.get_xlim, ax.set_xlim)
102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default",
104 """Set xlabel, ylabel title, xlim and ylim of the plot
122 set_xlim(ax, xlim)
177 def plot_hist(data, ax, title, unit, bins, xlabel, xlim, ylim):
186 post_plot_setup(ax, title=title, xlabel=xlabel, ylabel="count", xlim=xlim,
    [all...]
thermal.py 114 xlim = (0, temps.max())
116 plot_hist(temps, ax, title, "C", 30, "Temperature", xlim, "default")
ftrace.py 48 xlim = (0, allfreqs[actor].max())
51 "Frequency", xlim, "default")
  /external/bart/bart/sched/
SchedMultiAssert.py 281 def plot(self, level="cpu", window=None, xlim=None):
287 if not xlim:
289 xlim = [0, self._ftrace.get_duration()]
291 xlim = list(window)
297 return trappy.EventPlot(events, names, xlim,
SchedAssert.py 647 def plot(self, level="cpu", window=None, xlim=None):
653 if not xlim:
655 xlim = [0, self._ftrace.get_duration()]
657 xlim = list(window)
664 return trappy.EventPlot(events, names, xlim,
  /cts/apps/CameraITS/tests/scene1/
test_param_shading_mode.py 103 pylab.xlim([0, num_map_gains])
test_linearity.py 96 pylab.xlim([sens_range[0], sens_range[1]/2])
  /external/ltp/testcases/realtime/tools/
ftqviz.py 114 xlim(xmin=-3000, xmax=3000)
  /external/trappy/tests/
test_plot_utils.py 101 plot_utils.post_plot_setup(ax, xlim=(0, 100))
102 plot_utils.post_plot_setup(ax, xlim="default")
  /external/lisa/libs/utils/analysis/
eas_analysis.py 306 plt.xlim(1.1*axes_min, 1.1*axes_max)
348 plt.xlim(1.1*axes_min, 1.1*axes_max)
  /frameworks/base/tools/velocityplot/
velocityplot.py 135 xlim=[0, timespan],
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 263 pylab.xlim([0, len(cam_rots)])
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /frameworks/base/tools/orientationplot/
orientationplot.py 209 xlim=[0, timespan],

Completed in 493 milliseconds