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

  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 48 _INDENT = 2
55 indent = ' ' * _INDENT
157 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
197 global _INDENT
199 _INDENT = int(os.environ['INDENT'])
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 48 _INDENT = 2
55 indent = ' ' * _INDENT
157 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
197 global _INDENT
199 _INDENT = int(os.environ['INDENT'])
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 48 _INDENT = 2
54 indent = ' ' * _INDENT
138 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
178 global _INDENT
180 _INDENT = int(os.environ['INDENT'])
  /external/python/cpython3/Lib/idlelib/
calltips.py 122 _INDENT = ' '*4 # for wrapped signatures
153 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
  /external/python/cpython2/Lib/idlelib/
CallTips.py 137 _INDENT = ' '*4 # for wrapped signatures
199 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)

Completed in 86 milliseconds