/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
node.py | 128 def deepstr(self,level=0,comment=False,nl='\n',indent=' '): 130 nl = ""; indent = "" 132 #nl="\n"; indent = " " 138 s.append( indent*(level+1)+item.deepstr(level+1,False,nl,indent) ) 140 s.append( indent*(level+1)+repr(item) ) 145 s.append( indent*(level+1)+"<recursion...>" ) 147 s.append( indent*(level+1)+"%s"%repr(item) )
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.c | 62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 65 static void printIndent(FILE *out, UConverter *converter, int32_t indent); 450 static void printIndent(FILE *out, UConverter *converter, int32_t indent) { 453 for(i = 0; i<indent; i++) { 456 inchar[indent] = 0; 458 printString(out, converter, inchar, indent); 471 static void printOutAlias(FILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) { 478 printIndent(out, converter, indent); 487 printIndent(out, converter, indent); 504 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status [all...] |
/external/icu/icu4c/source/tools/genrb/ |
derb.c | 43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 46 static void printIndent(UFILE *out, UConverter *converter, int32_t indent); 392 static void printIndent(UFILE *out, UConverter *converter, int32_t indent) { 395 for(i = 0; i<indent; i++) { 398 inchar[indent] = 0; 400 printString(out, converter, inchar, indent); 413 static void printOutAlias(UFILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) { 420 printIndent(out, converter, indent); 429 printIndent(out, converter, indent); 446 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status [all...] |
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 564 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) 569 BIO_printf(out, "%*shashAlg: ", indent, ""); 573 BIO_printf(out, "%*shashValue: ", indent, ""); 580 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) 584 BIO_printf(out, "%*sLogotypeDetails\n", indent, ""); 586 BIO_printf(out, "%*smediaType: ", indent, ""); 596 i2r_HashAlgAndValue(hash, out, indent); 604 BIO_printf(out, "%*slogotypeURI: ", indent, ""); 610 static void i2r_LogotypeImageInfo(LogotypeImageInfo *info, BIO *out, int indent) 614 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, ""); 714 int indent = 0; local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 533 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { 536 DumpNodes(N->getOperand(i).getNode(), indent+2, G); 538 dbgs() << "\n" << std::string(indent+2, ' ') 542 dbgs().indent(indent); 566 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, 572 OS.indent(indent); 598 DumpNodesr(OS, child, indent+2, G, once); 614 unsigned indent) { [all...] |
/external/emma/core/java12/com/vladium/emma/report/xml/ |
ReportGenerator.java | 268 indent (); method 274 indent (); method 280 indent (); method 285 IndentingWriter (final Writer out, final int buffer, final int indent) 288 m_indent = indent; 307 if (delta > m_indent) throw new IllegalArgumentException ("delta = " + delta + ", current indent = " + m_indent); 340 private void indent () method in class:ReportGenerator.IndentingWriter 345 final String indent = getIndent (); local 346 super.write (indent, 0, indent.length ()) [all...] |
/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/hw/core/ |
qdev.c | 461 #define qdev_printf(fmt, ...) monitor_printf(mon, "%*s" fmt, indent, "", ## __VA_ARGS__) 462 static void qbus_print(Monitor *mon, BusState *bus, int indent); 464 static void qdev_print(Monitor *mon, DeviceState *dev, int indent) 469 indent += 2; 496 sysbus_dev_print(mon, dev, indent); 502 qbus_print(mon, child, indent); 506 static void qbus_print(Monitor *mon, BusState *bus, int indent) 511 indent += 2; 514 qdev_print(mon, dev, indent);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleRareInheritedData.cpp | 59 , indent(RenderStyle::initialTextIndent()) 115 , indent(o.indent) 179 && indent == o.indent
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_pci.c | 43 BIO *out, int indent); 58 BIO *out, int indent) 60 BIO_printf(out, "%*sPath Length Constraint: ", indent, ""); 66 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 70 BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
adm_writer.py | 26 self.indent = '' 39 self.indent = self.indent[(-indent_diff):] 41 self.lines.append(self.indent + string) 45 self.indent += ''.ljust(indent_diff) 49 Indentation of the added lines will be the sum of |self.indent| and
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 192 public String toString (final String indent) 194 StringBuffer s = new StringBuffer (indent + "method [" + m_name + "] descriptor:"); 201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl] + " instrs) : "); 211 s.append (indent + INDENT_INCREMENT + "---"); 217 s.append (indent + INDENT_INCREMENT + "line " + lines [l] + ": ");
|
/external/openssl/crypto/x509v3/ |
v3_pci.c | 43 BIO *out, int indent); 58 BIO *out, int indent) 60 BIO_printf(out, "%*sPath Length Constraint: ", indent, ""); 66 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 70 BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
ProgramCache.cpp | 36 static Formatter& indent(Formatter& f); 43 friend Formatter& indent(Formatter& f); 67 Formatter& indent(Formatter& f) { function in namespace:android 145 << "void main(void) {" << indent local 178 fs << "void main(void) {" << indent; local
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 567 indent = None 574 indent, filename)) 578 indent = line[:i] 579 elif (indent is not None and 580 (line.startswith(indent + self.PS2) or 581 line == indent + self.PS2.rstrip() + u"\n")): 586 indent, filename)) 588 indent = None 592 indent, filename)) 595 def refactor_doctest(self, block, lineno, indent, filename) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 567 indent = None 574 indent, filename)) 578 indent = line[:i] 579 elif (indent is not None and 580 (line.startswith(indent + self.PS2) or 581 line == indent + self.PS2.rstrip() + u"\n")): 586 indent, filename)) 588 indent = None 592 indent, filename)) 595 def refactor_doctest(self, block, lineno, indent, filename) [all...] |
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 725 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace 748 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", " 757 OS.indent(Indentation) << "MCD::OPC_FilterValue, "; 777 OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", " 795 OS.indent(Indentation) << "MCD::OPC_CheckPredicate, "; 819 OS.indent(Indentation) << "MCD::OPC_Decode, "; 835 OS.indent(Indentation) << "MCD::OPC_SoftFail"; 861 OS.indent(Indentation) << "MCD::OPC_Fail,\n"; 866 OS.indent(Indentation) << "0\n"; 870 OS.indent(Indentation) << "};\n\n" [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
methods.cpp | 49 {{generate_arguments(method, world_suffix) | indent}} 52 {{cpp_method_call(method, method.v8_set_return_value_for_main_world, method.cpp_value) | indent}} 54 {{cpp_method_call(method, method.v8_set_return_value, method.cpp_value) | indent}} 58 {{hidden_dependency_action(method.name) | indent}} 87 {{generate_argument(method, argument, world_suffix) | indent}} 121 {{cpp_method_call(method, argument.v8_set_return_value_for_main_world, argument.cpp_value) | indent}} 123 {{cpp_method_call(method, argument.v8_set_return_value, argument.cpp_value) | indent}} 126 {{hidden_dependency_action(method.name) | indent}} 136 (argument.index + 1, argument.idl_type)) | indent}} 156 (argument.index + 1)) | indent(8)} [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 61 p->indent = 0; 124 p->indent += spaces; 129 indent(const struct ppc_function *p) function 132 for (i = 0; i < p->indent; i++) { 142 p->indent += rel_indent; 143 indent(p); 144 p->indent -= rel_indent; 311 indent(p); 345 indent(p); 376 indent(p) [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 61 p->indent = 0; 124 p->indent += spaces; 129 indent(const struct ppc_function *p) function 132 for (i = 0; i < p->indent; i++) { 142 p->indent += rel_indent; 143 indent(p); 144 p->indent -= rel_indent; 311 indent(p); 345 indent(p); 376 indent(p) [all...] |
/external/chromium_org/remoting/webapp/ |
build-html.py | 63 def processTemplate(self, output, template_file, indent): 90 self.processTemplate(output, template_name, indent + len(prefix)) 101 output.write((' ' * indent) + line)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEDropShadow.cpp | 120 TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) const 122 writeIndent(ts, indent); 126 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
FEGaussianBlur.cpp | 178 TextStream& FEGaussianBlur::externalRepresentation(TextStream& ts, int indent) const 180 writeIndent(ts, indent); 184 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
FEMorphology.cpp | 158 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const 160 writeIndent(ts, indent); 165 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
FETile.cpp | 120 TextStream& FETile::externalRepresentation(TextStream& ts, int indent) const 122 writeIndent(ts, indent); 126 inputEffect(0)->externalRepresentation(ts, indent + 1);
|