HomeSort by relevance Sort by last modified time
    Searched refs:indent_size (Results 1 - 8 of 8) sorted by null

  /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/libxml2/
xmlsave.c 92 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 *
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 2704 int indent_size = max_word_len + strlen (separator) + 2; local
2784 int indent_size = max_word_len + strlen (separator) + 2; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 549 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);
    [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...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 485 milliseconds