/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 219 def sample(indent=0, indent_size=2): 227 })], indent=indent, indent_size=indent_size)[0] 229 def sample_expected(indent=0, indent_size=2): 238 "%s}" % (spaces(), spaces(indent_size), 239 spaces(2 * indent_size), spaces(3 * indent_size), 240 spaces(2 * indent_size), spaces(indent_size), spaces()))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 219 def sample(indent=0, indent_size=2): 227 })], indent=indent, indent_size=indent_size)[0] 229 def sample_expected(indent=0, indent_size=2): 238 "%s}" % (spaces(), spaces(indent_size), 239 spaces(2 * indent_size), spaces(3 * indent_size), 240 spaces(2 * indent_size), spaces(indent_size), spaces()))
|
/external/chromium_org/tools/json_schema_compiler/ |
code.py | 11 def __init__(self, indent_size=2, comment_length=80): 14 self._indent_size = indent_size
|
/external/chromium_org/third_party/libxml/src/ |
xmlsave.c | 88 int indent_size; member in struct:_xmlSaveCtxt 339 ctxt->indent_size = len; 340 ctxt->indent_nr = MAX_INDENT / ctxt->indent_size; 342 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString, 343 ctxt->indent_size); 344 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0; 663 xmlOutputBufferWrite(buf, ctxt->indent_size * 910 xmlOutputBufferWrite(buf, ctxt->indent_size * [all...] |
/external/libxml2/ |
xmlsave.c | 88 int indent_size; member in struct:_xmlSaveCtxt 339 ctxt->indent_size = len; 340 ctxt->indent_nr = MAX_INDENT / ctxt->indent_size; 342 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString, 343 ctxt->indent_size); 344 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0; 520 xmlOutputBufferWrite(ctxt->buf, ctxt->indent_size * 726 xmlOutputBufferWrite(buf, ctxt->indent_size * 982 xmlOutputBufferWrite(buf, ctxt->indent_size * [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 532 int indent_size = 0; local 534 if (data_[i] == '\n') indent_size += indent_.size(); 538 target->insert(pos, data_.size() + indent_size, '\0'); 559 string_as_array(target) + pos + data_.size() + indent_size); [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 513 int indent_size = 0; local 515 if (data_[i] == '\n') indent_size += indent_.size(); 519 target->insert(pos, data_.size() + indent_size, '\0'); 540 string_as_array(target) + pos + data_.size() + indent_size); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 154 def _format_layoutlist(layout, indent=0, indent_size=2): 192 indent += indent_size 194 indent_size) 196 indent -= indent_size [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 154 def _format_layoutlist(layout, indent=0, indent_size=2): 192 indent += indent_size 194 indent_size) 196 indent -= indent_size [all...] |