Home
last modified time | relevance | path

Searched defs:_indent (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-vowel-constraints.py82 def _indent (depth): member in ConstraintSet
/third_party/python/Lib/json/
Dencoder.py260 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, argument
/third_party/mesa3d/src/gallium/tools/trace/
Ddiff_state.py73 def _indent(self): member in Dumper
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1757 void SetIndent( const char* _indent ) { indent = _indent ? _indent : "" ; } in SetIndent()
/third_party/python/Lib/
Ddoctest.py236 def _indent(s, indent=4): function
Dargparse.py195 def _indent(self): member in HelpFormatter