Home
last modified time | relevance | path

Searched defs:indent_size (Results 1 – 6 of 6) 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/node/deps/npm/node_modules/har-validator/node_modules/ajv/scripts/
Dcompile-dots.js50 code = beautify(code, { indent_size: 2 }) + '\n'; property
/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/libxml2/
Dxmlsave.c91 int indent_size; member
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc734 int indent_size = 0; in ~MemoryOutputStream() local
/third_party/python/Lib/tkinter/
Dttk.py150 def _format_layoutlist(layout, indent=0, indent_size=2): argument