HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 351 - 375 of 945) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 351 """Return the indent size, in spaces, at the start of a line of text."""
384 indent = len(line) - content
385 margin = min(margin, indent)
611 indent = indentsize(lines[lnum])
614 indentsize(lines[end]) == indent:
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
635 self.indent = 0
658 elif type == tokenize.INDENT:
659 self.indent = self.indent +
    [all...]
plistlib.py 153 def __init__(self, file, indentLevel=0, indent="\t"):
157 self.indent = indent
179 self.file.write(self.indentLevel * self.indent + line + "\n")
232 def __init__(self, file, indentLevel=0, indent="\t", writeHeader=1):
235 DumbXMLWriter.__init__(self, file, indentLevel, indent)
265 maxlinelength = max(16, 76 - len(self.indent.replace("\t", " " * 8) *
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 351 """Return the indent size, in spaces, at the start of a line of text."""
384 indent = len(line) - content
385 margin = min(margin, indent)
611 indent = indentsize(lines[lnum])
614 indentsize(lines[end]) == indent:
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
635 self.indent = 0
658 elif type == tokenize.INDENT:
659 self.indent = self.indent +
    [all...]
plistlib.py 153 def __init__(self, file, indentLevel=0, indent="\t"):
157 self.indent = indent
179 self.file.write(self.indentLevel * self.indent + line + "\n")
232 def __init__(self, file, indentLevel=0, indent="\t", writeHeader=1):
235 DumbXMLWriter.__init__(self, file, indentLevel, indent)
265 maxlinelength = max(16, 76 - len(self.indent.replace("\t", " " * 8) *
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 237 const char *indent)
242 fputs("%syych = *YYCURSOR;\n", indent, o); oline++;
246 fprintf(o, "%sgoto yy%u;\n", indent, to->label); oline++;
268 static void indent(FILE *o, unsigned int i){ function
399 indent(o, i);
402 indent(o, i);
406 indent(o, i);
413 indent(o, i);
417 indent(o, i);
420 indent(o, i)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp 389 Vector<char> indent(level());
390 indent.fill('\t', level());
391 indent.append(0);
395 printf("%s\t%p %s\n", indent.data(), it->key, it->key->description().utf8().data());
399 printf("%s\t* fallback\n", indent.data());
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 132 bool indent; local
137 indent = false;
139 indent = false;
142 indent = true;
149 if (indent)
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 122 private void appendIndent(int indent) throws IOException {
123 indent *= 4;
124 if (indent > sSpace.length()) {
125 indent = sSpace.length();
127 append(sSpace, 0, indent);
300 if (name.equals("http://xmlpull.org/v1/doc/features.html#indent-output")) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 153 def dump_options(self, header=None, indent=""):
157 self.announce(indent + header, level=log.INFO)
158 indent = indent + " "
164 self.announce(indent + "%s = %s" % (option, value),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 153 def dump_options(self, header=None, indent=""):
157 self.announce(indent + header, level=log.INFO)
158 indent = indent + " "
164 self.announce(indent + "%s = %s" % (option, value),
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 38 /** Number of spaces to indent for IF/LOOP/etc */
47 int indent; member in struct:dump_ctx
375 /* indent by strlen of:
494 ctx->indent -= info->pre_dedent;
495 for(i = 0; (int)i < ctx->indent; ++i)
497 ctx->indent += info->post_indent;
629 ctx.indent = 0;
661 ctx.indent = 0;
716 ctx.base.indent = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 396 def _c_switch(self, name, indent="\t"):
418 dep_stmts = [indent + s for s in desc.checker._c_switch(dep_name, indent)]
420 stmts.append(indent + "break;")
423 stmts.append(indent + "ON_ERROR(%s);" % switch[0].error);
424 stmts.append(indent + "break;")
429 def dump(self, indent="\t"):
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
236 int indent = index + 1; local
254 ListBox_SetItemData(hWndLB, index, MAKELONG(indent, ID_ICON_FOLDERCLOSED));
269 ListBox_SetCurSel(hWndLB, indent - 1);
301 int indent = 0; local
340 indent = 4 * (1 + LOWORD(lpdis->itemData));
344 lpdis->rcItem.left + ITEM_LEFTMARGIN + ITEM_BITMAPWIDTH + ITEM_GAP + indent,
353 lpdis->rcItem.left + ITEM_LEFTMARGIN + indent,
  /external/guava/guava/lib/
jdiff.jar 
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 38 /** Number of spaces to indent for IF/LOOP/etc */
47 int indent; member in struct:dump_ctx
375 /* indent by strlen of:
494 ctx->indent -= info->pre_dedent;
495 for(i = 0; (int)i < ctx->indent; ++i)
497 ctx->indent += info->post_indent;
629 ctx.indent = 0;
661 ctx.indent = 0;
716 ctx.base.indent = 0;
  /external/mesa3d/src/mesa/main/
APIspec.py 396 def _c_switch(self, name, indent="\t"):
418 dep_stmts = [indent + s for s in desc.checker._c_switch(dep_name, indent)]
420 stmts.append(indent + "break;")
423 stmts.append(indent + "ON_ERROR(%s);" % switch[0].error);
424 stmts.append(indent + "break;")
429 def dump(self, indent="\t"):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 406 // Indent. Use the existing indent found for previous <style> elements in
407 // the resource file - but if that indent was 0 (e.g. <style> elements are
408 // at the left margin) only use it to indent the style elements and use a real
409 // nonzero indent for its children.
410 String indent = " "; //$NON-NLS-1$ local
412 initialIndent = indent;
414 indent = initialIndent;
429 sb.append(initialIndent).append(indent);
452 * the exact indent string to use to indent the {@code <style>} element
460 String indent = null; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 70 indent,
160 gap += indent;
245 indent = '';
247 // If the space parameter is a number, make an indent string containing
252 indent += ' ';
255 // If the space parameter is a string, it will be used as the indent
259 indent = space;
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c     [all...]
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 28 it will specify the number of spaces to indent at each
30 it contains the characters used to indent at each level.
191 indent,
288 gap += indent;
366 indent = '';
368 // If the space parameter is a number, make an indent string containing that
373 indent += ' ';
376 // If the space parameter is a string, it will be used as the indent string.
379 indent = space;
  /external/openssl/ssl/
ssltest.c     [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 1391 indent)); local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 11 .indent {margin-left: 40px;}
12 .indent-small {margin-left: 20px;}
39 blockquote.indent-only {font-style: normal; color: #000; }
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 11 .indent {margin-left: 40px;}
12 .indent-small {margin-left: 20px;}
39 blockquote.indent-only {font-style: normal; color: #000; }

Completed in 2256 milliseconds

<<11121314151617181920>>