Home
last modified time | relevance | path

Searched defs:xlim (Results 1 – 4 of 4) sorted by relevance

/external/trappy/trappy/
Dplot_utils.py60 def set_xlim(ax, xlim): argument
102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default", argument
177 def plot_hist(data, ax, title, unit, bins, xlabel, xlim, ylim): argument
/external/bart/bart/sched/
DSchedMultiAssert.py281 def plot(self, level="cpu", window=None, xlim=None): argument
DSchedAssert.py647 def plot(self, level="cpu", window=None, xlim=None): argument
/external/jdiff/src/jdiff/
DDiffMyers.java109 private int diag (int xoff, int xlim, int yoff, int ylim) in diag()
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { in compareseq()