HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 101 - 125 of 1065) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/include/media/stagefright/foundation/
hexdump.h 29 size_t indent = 0, AString *appendTo = NULL);
  /external/openssl/crypto/evp/
p_lib.c 433 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent,
436 BIO_indent(out, indent, 128);
443 int indent, ASN1_PCTX *pctx)
446 return pkey->ameth->pub_print(out, pkey, indent, pctx);
448 return unsup_alg(out, pkey, indent, "Public Key");
452 int indent, ASN1_PCTX *pctx)
455 return pkey->ameth->priv_print(out, pkey, indent, pctx);
457 return unsup_alg(out, pkey, indent, "Private Key");
461 int indent, ASN1_PCTX *pctx)
464 return pkey->ameth->param_print(out, pkey, indent, pctx)
    [all...]
  /external/llvm/lib/Analysis/
RegionPrinter.cpp 104 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(R)
106 O.indent(2 * (depth + 1)) << "label = \"\";\n";
109 O.indent(2 * (depth + 1)) << "style = filled;\n";
110 O.indent(2 * (depth + 1)) << "color = "
114 O.indent(2 * (depth + 1)) << "style = solid;\n";
115 O.indent(2 * (depth + 1)) << "color = "
127 O.indent(2 * (depth + 1)) << "Node"
131 O.indent(2 * depth) << "}\n";
  /external/openssl/crypto/x509v3/
v3_ocsp.c 72 BIO *out, int indent);
74 BIO *out, int indent);
76 int indent);
83 BIO *out, int indent);
86 void *nocheck, BIO *out, int indent);
246 BIO *out, int indent)
248 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0;
256 BIO *out, int indent)
  /external/smack/asmack-master/patch/
23-strip-unused-xml-transform.patch 32 - transformer.setOutputProperty(OutputKeys.INDENT, "yes");
33 - transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "3");
  /external/webkit/Source/WebCore/platform/graphics/filters/
SourceAlpha.cpp 78 TextStream& SourceAlpha::externalRepresentation(TextStream& ts, int indent) const
80 writeIndent(ts, indent);
SourceGraphic.cpp 70 TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) const
72 writeIndent(ts, indent);
FEComponentTransfer.cpp 227 TextStream& FEComponentTransfer::externalRepresentation(TextStream& ts, int indent) const
229 writeIndent(ts, indent);
233 writeIndent(ts, indent + 2);
235 writeIndent(ts, indent + 2);
237 writeIndent(ts, indent + 2);
239 writeIndent(ts, indent + 2);
241 inputEffect(0)->externalRepresentation(ts, indent + 1);
  /frameworks/native/libs/utils/
BufferedTextOutput.cpp 43 , indent(0)
78 int32_t indent; member in struct:android::BufferedTextOutput::BufferState
176 if (b->indent > 0) {
177 // If this is the start of a line, add the indent.
178 const char* prefix = stringForIndent(b->indent);
227 b->indent += delta;
228 if (b->indent < 0) b->indent = 0;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.h 37 extern void print_plugins_versions (FILE *file, const char *indent);
38 extern void print_plugins_help (FILE *file, const char *indent);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.h 37 extern void print_plugins_versions (FILE *file, const char *indent);
38 extern void print_plugins_help (FILE *file, const char *indent);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.h 37 extern void print_plugins_versions (FILE *file, const char *indent);
38 extern void print_plugins_help (FILE *file, const char *indent);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.h 37 extern void print_plugins_versions (FILE *file, const char *indent);
38 extern void print_plugins_help (FILE *file, const char *indent);
  /system/media/camera/docs/
metadata-parser-sanity-check 33 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
34 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
  /external/clang/lib/AST/
StmtPrinter.cpp 53 // If this is an expr used in a stmt context, indent and newline it.
54 Indent();
60 Indent() << "<<<NULL STATEMENT>>>\n";
81 raw_ostream &Indent(int Delta = 0) {
94 Indent() << "<<unknown stmt type>>\n";
120 Indent() << "}";
137 Indent() << ";\n";
141 Indent();
147 Indent();
153 Indent(-1) << "case "
    [all...]
  /external/protobuf/src/google/protobuf/io/
printer.h 88 // Indent text by two spaces. After calling Indent(), two spaces will be
89 // inserted at the beginning of each line of text. Indent() may be called
91 void Indent();
93 // Reduces the current indent level by two spaces, or crashes if the indent
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 191 void CCLayerImpl::writeIndent(TextStream& ts, int indent)
193 for (int i = 0; i != indent; ++i)
197 void CCLayerImpl::dumpLayerProperties(TextStream& ts, int indent) const
199 writeIndent(ts, indent);
203 writeIndent(ts, indent);
207 writeIndent(ts, indent);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 592 static void printIndent(int indent)
594 for ( ; indent > 0; --indent)
607 static void printLayer(const PlatformCALayer* layer, int indent)
612 printIndent(indent);
633 printIndent(indent + 1);
640 printIndent(indent + 1);
647 printIndent(indent + 1);
654 printIndent(indent + 1);
663 printIndent(indent + 1)
    [all...]
  /external/bison/src/
scan-code.l 227 unsigned int indent = 0;
228 warn_at_indent (*loc, &indent,
230 indent += SUB_INDENT;
231 warn_at_indent (*loc, &indent,
419 bool is_warning, unsigned indent)
431 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
434 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
478 warn_at_indent (id_loc, &indent, "%s",
481 complain_at_indent (id_loc, &indent, "%s",
608 unsigned indent = 0
    [all...]
  /external/icu4c/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...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 51 private boolean[] indent = new boolean[4]; field in class:KXmlSerializer
62 if (indent.length <= depth) {
64 System.arraycopy(indent, 0, hlp, 0, depth);
65 indent = hlp;
67 indent[depth] = indent[depth - 1];
178 "http://xmlpull.org/v1/doc/features.html#indent-output"
181 ? indent[depth]
258 if ("http://xmlpull.org/v1/doc/features.html#indent-output"
260 indent[depth] = value
    [all...]
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMSerializer.java 54 private int indent = 4; field in class:DOMSerializer
124 * @param indent the number of spaces to use for indentation, values less than or
127 public void setIndent(int indent) {
128 this.indent = indent >= 0 ? indent : 0;
231 write(n, writer, depth + indent);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 464 public void write(Appendable out, int indent) throws IOException {
466 indent(out, indent); method
472 indent(out, indent); method
481 int childIndent = indent;
483 indent(out, indent); method
492 indent(out, indent); method
534 private void indent(Appendable out, int indent) throws IOException { method in class:NestedMapData
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.css 26 p.noindent { text-indent: 0em }
27 td p.noindent { text-indent: 0em; margin-top:0em; }
28 p.nopar { text-indent: 0em; }
29 p.indent{ text-indent: 1.5em }
36 li p.indent { text-indent: 0em }
53 .fbox {padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
55 div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
64 .framebox-c, .framebox-l, .framebox-r { padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt;
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 70 indent=""
72 indent="${indent}${indent1}"
75 indent="${indent%${indent1}}"
83 echo "${indent}${opt%%=*}=\"${optval}\""
91 echo "${indent}<${tag}"
94 echo "${indent}>"
96 echo "${indent}<${tag}>"
104 echo "${indent}</${tag}>
    [all...]

Completed in 725 milliseconds

1 2 3 45 6 7 8 91011>>