Home
last modified time | relevance | path

Searched defs:indent_size (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_ttk_textonly.py231 def sample(indent=0, indent_size=2): argument
241 def sample_expected(indent=0, indent_size=2): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing.h129 const std::size_t indent_size = 2; in outputDeclaration() local
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc734 int indent_size = 0; in ~MemoryOutputStream() local
/third_party/python/Lib/tkinter/
Dttk.py133 def _format_layoutlist(layout, indent=0, indent_size=2): argument