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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 24 expand_tabs=False, **kw):
49 self.expand_tabs = expand_tabs
108 def _add_tab_row(self, tab_names, expand_tabs):
119 if expand_tabs:
160 expand_tabs = self.expand_tabs or n_rows > 1
167 self._add_tab_row(tab_names, expand_tabs)
356 n_rows=1, max_tabs_per_row=5, expand_tabs=False,
407 expand_tabs=expand_tabs
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 24 expand_tabs=False, **kw):
49 self.expand_tabs = expand_tabs
108 def _add_tab_row(self, tab_names, expand_tabs):
119 if expand_tabs:
160 expand_tabs = self.expand_tabs or n_rows > 1
167 self._add_tab_row(tab_names, expand_tabs)
356 n_rows=1, max_tabs_per_row=5, expand_tabs=False,
407 expand_tabs=expand_tabs
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 24 expand_tabs=False, **kw):
49 self.expand_tabs = expand_tabs
108 def _add_tab_row(self, tab_names, expand_tabs):
119 if expand_tabs:
160 expand_tabs = self.expand_tabs or n_rows > 1
167 self._add_tab_row(tab_names, expand_tabs)
356 n_rows=1, max_tabs_per_row=5, expand_tabs=False,
407 expand_tabs=expand_tabs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 24 expand_tabs=False, **kw):
49 self.expand_tabs = expand_tabs
108 def _add_tab_row(self, tab_names, expand_tabs):
119 if expand_tabs:
160 expand_tabs = self.expand_tabs or n_rows > 1
167 self._add_tab_row(tab_names, expand_tabs)
356 n_rows=1, max_tabs_per_row=5, expand_tabs=False,
407 expand_tabs=expand_tabs
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 102 def expand_tabs( n=8 ) method in class:String
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 1745 def expand_tabs(line): function in function:HtmlDiff._tab_newline_replace
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 1745 def expand_tabs(line): function in function:HtmlDiff._tab_newline_replace
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 1745 def expand_tabs(line): function in function:HtmlDiff._tab_newline_replace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 1745 def expand_tabs(line): function in function:HtmlDiff._tab_newline_replace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 1745 def expand_tabs(line): function in function:HtmlDiff._tab_newline_replace
    [all...]
  /external/libmojo/third_party/jinja2/
filters.py 496 return wrapstring.join(textwrap.wrap(s, width=width, expand_tabs=False,
  /tools/repohooks/tools/
checkpatch.pl 930 sub expand_tabs { subroutine
960 $line = expand_tabs($line);
    [all...]

Completed in 571 milliseconds