OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ylim
(Results
1 - 4
of
4
) sorted by null
/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
...]
/frameworks/base/tools/velocityplot/
velocityplot.py
129
def _add_timeseries_axes(self, index, title, ylabel,
ylim
, yticks, sharex=None):
138
ylim
=
ylim
,
/frameworks/base/tools/orientationplot/
orientationplot.py
174
def _add_timeseries_axes(self, index, title, ylabel,
ylim
, yticks, sharex=None):
183
ylim
=
ylim
,
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump
[
all
...]
Completed in 744 milliseconds