Home
last modified time | relevance | path

Searched refs:_INDENT (Results 1 – 5 of 5) sorted by relevance

/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class.py46 _INDENT = 2 variable
117 indent = ' ' * _INDENT
177 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
217 global _INDENT
219 _INDENT = int(os.environ['INDENT'])
/external/python/cpython3/Lib/idlelib/
Dcalltip.py149 _INDENT = ' '*4 # for wrapped signatures variable
185 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
/external/python/cpython2/Lib/idlelib/
DCallTips.py137 _INDENT = ' '*4 # for wrapped signatures variable
199 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
/external/pigweed/pw_rpc/py/pw_rpc/console_tools/
Dconsole.py39 _INDENT = ' ' variable
92 '\n'.join(matches), _INDENT
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py121 indent = calltip._INDENT