Searched refs:indent (Results 176 - 200 of 623) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Dparse_tree.h58 virtual void Print(std::ostream& out, int indent) const = 0;
100 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
143 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
180 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
219 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
264 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
297 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
321 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
356 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
380 virtual void Print(std::ostream& out, int indent) cons
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.cpp392 void CSSSelector::show(int indent) const
394 printf("%*sselectorText(): %s\n", indent, "", selectorText().ascii().data());
395 printf("%*sm_match: %d\n", indent, "", m_match);
396 printf("%*sisCustomPseudoElement(): %d\n", indent, "", isCustomPseudoElement());
398 printf("%*svalue(): %s\n", indent, "", value().ascii().data());
399 printf("%*spseudoType(): %d\n", indent, "", pseudoType());
401 printf("%*stagQName().localName: %s\n", indent, "", tagQName().localName().ascii().data());
402 printf("%*sisAttributeSelector(): %d\n", indent, "", isAttributeSelector());
404 printf("%*sattribute(): %s\n", indent, "", attribute().localName().ascii().data());
405 printf("%*sargument(): %s\n", indent, "", argumen
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DCodeItem.java114 out.indent();
172 out.indent();
176 out.indent();
197 out.indent();
201 out.indent();
209 out.indent();
213 out.indent();
355 out.indent();
359 out.indent();
389 out.indent();
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dnode.py128 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/
H A Dderb.c62 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) { argument
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) { argument
478 printIndent(out, converter, indent);
487 printIndent(out, converter, indent);
504 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, cons argument
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dderb.c43 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) { argument
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) { argument
420 printIndent(out, converter, indent);
429 printIndent(out, converter, indent);
446 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, cons argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c564 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) argument
569 BIO_printf(out, "%*shashAlg: ", indent, "");
573 BIO_printf(out, "%*shashValue: ", indent, "");
580 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) argument
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) argument
614 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, "");
636 i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) argument
647 i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, int indent) argument
666 i2r_LogotypeReference(LogotypeReference *ref, const char *title, BIO *out, int indent) argument
697 i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, int indent) argument
714 int indent = 0; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c564 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) argument
569 BIO_printf(out, "%*shashAlg: ", indent, "");
573 BIO_printf(out, "%*shashValue: ", indent, "");
580 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) argument
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) argument
614 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, "");
636 i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) argument
647 i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, int indent) argument
666 i2r_LogotypeReference(LogotypeReference *ref, const char *title, BIO *out, int indent) argument
697 i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, int indent) argument
714 int indent = 0; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c564 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) argument
569 BIO_printf(out, "%*shashAlg: ", indent, "");
573 BIO_printf(out, "%*shashValue: ", indent, "");
580 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) argument
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) argument
614 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, "");
636 i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) argument
647 i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, int indent) argument
666 i2r_LogotypeReference(LogotypeReference *ref, const char *title, BIO *out, int indent) argument
697 i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, int indent) argument
714 int indent = 0; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp533 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { argument
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, argument
572 OS.indent(indent);
598 DumpNodesr(OS, child, indent+2, G, once);
614 unsigned indent) {
612 printrWithDepthHelper(raw_ostream &OS, const SDNode *N, const SelectionDAG *G, unsigned depth, unsigned indent) argument
[all...]
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java268 indent ();
274 indent ();
280 indent ();
285 IndentingWriter (final Writer out, final int buffer, final int indent) argument
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 ();
346 super.write (indent, 0, indent
[all...]
/external/qemu/hw/core/
H A Dqdev.c461 #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) argument
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) argument
511 indent += 2;
514 qdev_print(mon, dev, indent);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.cpp59 , indent(RenderStyle::initialTextIndent())
115 , indent(o.indent)
179 && indent == o.indent
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_pci.c43 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, "",
57 i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out, int indent) argument
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dadm_writer.py26 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/
H A DMethodDescriptor.java192 public String toString (final String indent) argument
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/
H A Dv3_pci.c43 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, "",
57 i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out, int indent) argument
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp725 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(Indentatio
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dmethods.cpp49 {{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(
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c61 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(
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c61 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(
[all...]
/external/chromium_org/remoting/webapp/
H A Dbuild-html.py63 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/bindings/scripts/
H A Dcode_generator_v8.py164 lstrip_blocks=True, # so can indent control flow tags
189 indent = re.match(' *', code).group(0)
190 return ('%sif (%s()) {\n' % (indent, runtime_enabled_function_name) +
192 '%s}\n' % indent)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDropShadow.cpp120 TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) const
122 writeIndent(ts, indent);
126 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEGaussianBlur.cpp178 TextStream& FEGaussianBlur::externalRepresentation(TextStream& ts, int indent) const
180 writeIndent(ts, indent);
184 inputEffect(0)->externalRepresentation(ts, indent + 1);

Completed in 4452 milliseconds

1234567891011>>