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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 23 tabs=None, n_rows=1, max_tabs_per_row=5,
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
47 self.n_rows = n_rows
139 If n_rows >= 1, this will be the number of rows used. Otherwise the
153 if self.n_rows is not None and self.n_rows > 0:
154 n_rows = self.n_rows
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 23 tabs=None, n_rows=1, max_tabs_per_row=5,
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
47 self.n_rows = n_rows
139 If n_rows >= 1, this will be the number of rows used. Otherwise the
153 if self.n_rows is not None and self.n_rows > 0:
154 n_rows = self.n_rows
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad_sse2.asm 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows
21 src_stride3, ref_stride3, n_rows
26 second_pred, n_rows
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 347 long* n_rows);
409 long* n_rows);
browser_accessibility_win.cc     [all...]

Completed in 2453 milliseconds