Searched refs:indent_size (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dapp2.py299 indent_size = appcommands.GetMaxCommandLength() + 3
301 indent = ' ' * indent_size
307 first_line = '%-*s%s' % (indent_size,
/external/libxml2/
H A Dxmlsave.c92 int indent_size; member in struct:_xmlSaveCtxt
343 ctxt->indent_size = len;
344 ctxt->indent_nr = MAX_INDENT / ctxt->indent_size;
346 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString,
347 ctxt->indent_size);
348 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0;
614 xmlOutputBufferWrite(ctxt->buf, ctxt->indent_size *
821 xmlOutputBufferWrite(buf, ctxt->indent_size *
1077 xmlOutputBufferWrite(buf, ctxt->indent_size *
1428 xmlOutputBufferWrite(buf, ctxt->indent_size *
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc549 int indent_size = 0; local
551 if (data_[i] == '\n') indent_size += indent_.size();
555 target->insert(pos, data_.size() + indent_size, '\0');
576 string_as_array(target) + pos + data_.size() + indent_size);

Completed in 168 milliseconds