/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 472 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; 475 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; 476 o2.indent(i2) << 0 << " /* EmptyTable */\n"; 479 o2.indent(i2) << "}"; 522 o1.indent(i1 * 2) << format("0x%hx", *I) << ", /* " 528 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; 531 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; 532 o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n"; 535 o2.indent(i2) << "}"; 568 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n" [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
service_registry.py | 84 with printer.Indent(): 92 with printer.Indent(): 96 with printer.Indent(indent=' '): 99 with printer.Indent(indent=' '): 111 with printer.Indent(indent=' '): 117 with printer.Indent(indent=' ') [all...] |
/external/clang/lib/AST/ |
StmtPrinter.cpp | 54 // If this is an expr used in a stmt context, indent and newline it. 55 Indent(); 61 Indent() << "<<<NULL STATEMENT>>>\n"; 83 raw_ostream &Indent(int Delta = 0) { 96 Indent() << "<<unknown stmt type>>\n"; 121 Indent() << "}"; 134 Indent() << ";\n"; 138 Indent(); 144 Indent(); 150 Indent(-1) << "case " [all...] |
/external/v8/src/ast/ |
prettyprinter.cc | 1188 IndentedScope indent(this, s, node->position()); 1195 { IndentedScope indent(this, "FUNC", program->position()); 1208 IndentedScope indent(this, "DECLS"); 1218 IndentedScope indent(this, "PARAMS"); 1244 IndentedScope indent(this, block_txt, node->position()); 1268 IndentedScope indent(this, "IMPORT", node->position()); 1275 IndentedScope indent(this, "EXPORT", node->position()); 1281 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); 1287 IndentedScope indent(this, "EMPTY", node->position()); 1298 IndentedScope indent(this, "IF", node->position()) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
__init__.py | 41 ... indent=4, separators=(',', ': ')) 116 indent=None, variable 123 allow_nan=True, cls=None, indent=None, separators=None, 150 If ``indent`` is a non-negative integer, then JSON array elements and 151 object members will be pretty-printed with that indent level. An indent 154 output might include trailing whitespace when ``indent`` is specified. 177 cls is None and indent is None and separators is None and 184 check_circular=check_circular, allow_nan=allow_nan, indent=indent, [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/json/ |
__init__.py | 41 ... indent=4, separators=(',', ': ')) 116 indent=None, variable 123 allow_nan=True, cls=None, indent=None, separators=None, 150 If ``indent`` is a non-negative integer, then JSON array elements and 151 object members will be pretty-printed with that indent level. An indent 154 output might include trailing whitespace when ``indent`` is specified. 177 cls is None and indent is None and separators is None and 184 check_circular=check_circular, allow_nan=allow_nan, indent=indent, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 41 ... indent=4, separators=(',', ': ')) 116 indent=None, variable 123 allow_nan=True, cls=None, indent=None, separators=None, 150 If ``indent`` is a non-negative integer, then JSON array elements and 151 object members will be pretty-printed with that indent level. An indent 154 output might include trailing whitespace when ``indent`` is specified. 177 cls is None and indent is None and separators is None and 184 check_circular=check_circular, allow_nan=allow_nan, indent=indent, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 41 ... indent=4, separators=(',', ': ')) 116 indent=None, variable 123 allow_nan=True, cls=None, indent=None, separators=None, 150 If ``indent`` is a non-negative integer, then JSON array elements and 151 object members will be pretty-printed with that indent level. An indent 154 output might include trailing whitespace when ``indent`` is specified. 177 cls is None and indent is None and separators is None and 184 check_circular=check_circular, allow_nan=allow_nan, indent=indent, [all...] |
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
ObjectGraph.py | 24 self.indent = 0 186 print ("%s%s %s" % (" " * self.indent, s, ' '.join(map(repr, args)))) 190 Print a debug message and indent 194 self.indent = self.indent + 1 201 self.indent = self.indent - 1
|
/external/clang/tools/diagtool/ |
TreeView.cpp | 58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { 59 out.indent(Indent * 2); 65 ++Indent; 69 printGroup(*I, Indent); 78 out.indent(Indent * 2);
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 134 void DiffConsumer::indent() { function in class:DiffConsumer 135 unsigned N = Indent; 145 Indent += 2; 151 Indent -= 2; 156 indent(); 162 indent(); 194 indent();
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
gmock_class.py | 47 # How many spaces to indent. Can set me with the INDENT environment variable. 54 indent = ' ' * _INDENT 80 output_lines.append(indent + line) 117 output_lines.extend(['%s%s(%s,' % (indent, mock_method_macro, node.name), 118 '%s%s(%s));' % (indent*3, return_type, args)]) 180 _INDENT = int(os.environ['INDENT']) 184 sys.stderr.write('Unable to use indent of %s\n' % os.environ.get('INDENT'))
|
/external/icu/icu4c/source/samples/cal/ |
cal.c | 69 static void indent(int32_t count, FILE *f); 376 /* Indent a certain number of spaces */ 378 indent(int32_t count, function 459 indent(pad / 2, stdout); 485 /* Indent the correct number of spaces for the first week */ 492 indent(lens[i] + 1, stdout); 501 /* Calculate the justification and indent */ 503 indent(pad, stdout); 585 indent(pad / 2, stdout); 602 indent(pad / 2, stdout) [all...] |
/external/vulkan-validation-layers/ |
vk-layer-generate.py | [all...] |
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
ArrayInitializerFormatter.java | 35 public ArrayInitializerFormatter(final PrintStream out, final int width, final String indent, 38 mMaxWidth = width - indent.length(); 39 mIndent = indent;
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 160 self.printValueOfType(' %s_RV'%fnName, 'RV', FT.returnType, output=self.outputTests, indent=4) 161 self.checkTypeValues('RV', '%s[i]' % retvalTests[0], FT.returnType, output=self.outputTests, indent=4) 255 def printSizeOfType(self, prefix, name, t, output=None, indent=2): 256 print >>output, '%*sprintf("%s: sizeof(%s) = %%ld\\n", (long)sizeof(%s));'%(indent, '', prefix, name, name) 257 def printAlignOfType(self, prefix, name, t, output=None, indent=2): 258 print >>output, '%*sprintf("%s: __alignof__(%s) = %%ld\\n", (long)__alignof__(%s));'%(indent, '', prefix, name, name) 259 def printOffsetsOfType(self, prefix, name, t, output=None, indent=2): 265 print >>output, '%*sprintf("%s: __builtin_offsetof(%s, %s) = %%ld\\n", (long)__builtin_offsetof(%s, %s));'%(indent, '', prefix, name, fname, name, fname) 267 def printValueOfType(self, prefix, name, t, output=None, indent=2): 290 indent, '', prefix, name, code, value_expr [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_service.cc | 72 printer->Indent(); 124 printer->Indent(); 137 printer->Indent(); 138 printer->Indent(); 163 printer->Indent(); 164 printer->Indent(); 202 printer->Indent(); 203 printer->Indent(); 250 printer->Indent(); 251 printer->Indent(); [all...] |
/external/bzip2/ |
bz-html.xsl | 11 <xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/client/ |
base.css | 23 text-indent: 0.25in;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/ |
text-indent-interpolation.html | 18 property: 'text-indent',
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
SyntaxTreeDumper.java | 41 private int indent; field in class:SyntaxTreeDumper 57 indent++; 62 indent--; 121 for (int i = 0; i < indent; i++) {
|
/external/libchrome/dbus/ |
message.cc | 93 std::string Message::ToStringInternal(const std::string& indent, 104 output += indent + "byte " + base::UintToString(value) + "\n"; 111 output += indent + "bool " + (value ? "true" : "false") + "\n"; 118 output += indent + "int16_t " + base::IntToString(value) + "\n"; 125 output += indent + "uint16_t " + base::UintToString(value) + "\n"; 132 output += indent + "int32_t " + base::IntToString(value) + "\n"; 139 output += indent + "uint32_t " + base::UintToString(value) + "\n"; 146 output += (indent + "int64_t " + base::Int64ToString(value) + "\n"); 153 output += (indent + "uint64_t " + base::Uint64ToString(value) + "\n"); 160 output += indent + "double " + base::DoubleToString(value) + "\n" [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.cpp | 38 unsigned indent) const { 50 WithColor(OS, syntax::Tag).get().indent(indent) << tagString; 52 WithColor(OS, syntax::Tag).get().indent(indent) << 60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent); 66 child->dump(OS, u, recurseDepth-1, indent+2); 75 OS.indent(indent) << "NULL\n"; 98 unsigned AddressSize, unsigned Indent) { [all...] |
/external/llvm/tools/llvm-pdbdump/ |
LinePrinter.cpp | 42 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) 43 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0) { 59 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; } 67 OS.indent(CurrentIndent);
|
/external/selinux/ |
Makefile | 10 all install relabel clean test indent:
|