HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 526 - 550 of 1973) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/speex/
speex.gyp 92 # indent-tabs-mode:nil
  /external/chromium_org/ui/views/controls/menu/
menu_separator_win.cc 32 // gutter, then indent the separator from the gutter.
  /external/chromium_org/v8/src/
allocation-tracker.h 32 void Print(int indent, AllocationTracker* tracker);
  /external/deqp/scripts/
convert_case_list_to_xml.py 74 xml = doc.toprettyxml(indent=" ")
  /external/doclava/res/assets/templates/
hierarchy.cs 28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 272 private Node getParentNode(Document document, Node nodeIn, String target, String indent)
276 if (debug>1) { System.out.println(indent + Messages.getString("RSSFeedUpdateEntryTask.DebugGotATNode") + node.getNodeName()); } //$NON-NLS-1$
287 if (debug>1) { System.out.println(indent + Messages.getString("RSSFeedUpdateEntryTask.DebugGotENode") + node.getNodeName() + " (" + node.getNodeType() + ")"); } //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
290 node = getParentNode(document, node.getParentNode(), target, indent + "_ "); //$NON-NLS-1$
  /external/icu/icu4c/source/common/
sprpimpl.h 126 * indent-tabs-mode: nil
ucnv_io.h 122 * indent-tabs-mode: nil
utypes.c 217 * indent-tabs-mode: nil
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 63 * indent: indent value to give to formatter
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
94 len = utrace_vformat(buf, bufCap, indent, format, args);
  /external/libpcap/
fad-null.c 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
  /external/libsepol/src/
Makefile 55 indent:
  /external/lldb/source/Breakpoint/
BreakpointOptions.cpp 223 s->Indent();
226 s->Indent();
279 s->Indent("Breakpoint commands:\n");
287 s->Indent(data->user_source.GetStringAtIndex(i));
WatchpointOptions.cpp 188 s->Indent();
191 s->Indent();
222 s->Indent("watchpoint commands:\n");
230 s->Indent(data->user_source.GetStringAtIndex(i));
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationList.cpp 36 s.Indent();
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 45 void Emit(unsigned Indent = 0) const;
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
79 unsigned Indent, raw_ostream &O) {
80 std::string IndentStr = std::string(Indent, ' ');
101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
  /external/mesa3d/src/glsl/
ir_print_visitor.h 47 void indent(void);
  /external/oprofile/doc/xsl/
xhtml-chunk.xsl 40 <xsl:with-param name="indent" select="'yes'"/>
  /external/protobuf/python/google/protobuf/
text_format.py 64 def PrintMessage(message, out, indent = 0):
68 PrintField(field, element, out, indent)
70 PrintField(field, value, out, indent)
73 def PrintField(field, value, out, indent = 0):
77 out.write(' ' * indent);
99 PrintFieldValue(field, value, out, indent)
103 def PrintFieldValue(field, value, out, indent = 0):
109 PrintMessage(value, out, indent + 2)
110 out.write(' ' * indent + '}')
  /external/qemu/include/hw/
qdev-core.h 125 void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent);
  /external/qemu/scripts/
qapi-commands.py 47 def gen_sync_call(name, args, ret_type, indent=0):
57 push_indent(indent)
70 pop_indent(indent)
265 sync_call=gen_sync_call(name, args, ret_type, indent=4))
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
AnnotationEncodedValueAdaptor.java 52 writer.indent(4);
ArrayEncodedValueAdaptor.java 48 writer.indent(4);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
ArrayDataMethodItem.java 51 writer.indent(4);

Completed in 426 milliseconds

<<21222324252627282930>>