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

1 2 3 4 5 6 7 891011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 71 indent=""
73 indent="${indent}${indent1}"
76 indent="${indent%${indent1}}"
84 echo "${indent}${opt%%=*}=\"${optval}\""
92 echo "${indent}<${tag}"
95 echo "${indent}>"
97 echo "${indent}<${tag}>"
105 echo "${indent}</${tag}>
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 31 * <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/>
42 * indent
83 * @return the number of spaces to indent for each indentation level.
151 * Sets the value coming from the xsl:output indent stylesheet
153 * @param indent true if the output document should be indented to visually
156 public void setIndent(boolean indent);
192 * <li> "{http://xml.apache.org/xalan}indent-amount"
215 * <li> "{http://xml.apache.org/xalan}indent-amount"
230 * <li> "{http://xml.apache.org/xalan}indent-amount"
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 177 void print(raw_ostream &OS, unsigned indent = 0) const;
181 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
228 void printImpl(raw_ostream &OS, unsigned indent) const override;
255 void printImpl(raw_ostream &OS, unsigned indent) const override;
290 void printImpl(raw_ostream &OS, unsigned indent) const override;
309 void printImpl(raw_ostream &OS, unsigned indent) const override;
328 void printImpl(raw_ostream &OS, unsigned indent) const override;
349 void printImpl(raw_ostream &OS, unsigned indent) const override;
369 void printImpl(raw_ostream &OS, unsigned indent) const override;
392 void printImpl(raw_ostream &OS, unsigned indent) const override
    [all...]
X86DisassemblerTables.h 104 /// stream and indent level for the UID tables generated by
110 /// @param i1 - The indent level to use with stream o1.
111 /// @param i2 - The indent level to use with stream o2.
143 /// @param i1 - The indent level to use with stream o1.
144 /// @param i2 - The indent level to use with stream o2.
181 /// @param i - The indent level for use with the stream.
197 /// @param i - The indent level for use with the stream.
206 /// @param i1 - The indent level to use with stream o1.
207 /// @param i2 - The indent level to use with stream o2.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 73 private String indent = " "; field in class:SerializeOptions
288 * @return Returns the indent.
292 return indent;
297 * @param indent
298 * The indent to set.
301 public SerializeOptions setIndent(String indent)
303 this.indent = indent;
392 clone.setIndent(indent);
  /external/bison/build-aux/
update-b4-copyright 92 my $indent = index ($b4_copyright_line, '[');
93 --$indent if ($b4_copyright_line =~ m/^\n/);
96 my $text_margin = $margin - $indent;
100 my $line = "\n" . (' 'x$indent) . $1;
101 ++$indent if (!$year_lines_new);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 13 {{throw_minimum_arity_type_error(method, method.number_of_required_arguments) | indent(8)}}
48 {{generate_arguments(method, world_suffix) | indent}}
51 {{cpp_method_call(method, method.v8_set_return_value_for_main_world, method.cpp_value) | indent}}
53 {{cpp_method_call(method, method.v8_set_return_value, method.cpp_value) | indent}}
69 {{generate_argument(method, argument, world_suffix) | indent(8)}}
74 {{generate_argument(method, argument, world_suffix) | indent}}
102 {{cpp_method_call(method, argument.v8_set_return_value_for_main_world, argument.cpp_value) | indent}}
104 {{cpp_method_call(method, argument.v8_set_return_value, argument.cpp_value) | indent}}
107 {{hidden_dependency_action(method.name) | indent}}
119 (argument.index + 1, argument.idl_type)) | indent}}
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.cc 65 // Saw newline. If there is more text, we may need to insert an indent
70 // Setting this true will cause the next WriteRaw() to insert an indent
145 void Printer::Indent() {
151 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
172 // Insert an indent.
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 24 self._parser.add_option('--indent', dest='indent', action='store_true',
25 help='Indent the output.')
78 if options.indent:
79 json.dump(json_root, sys.stdout, indent=2)
  /external/protobuf/src/google/protobuf/io/
printer.cc 66 // Saw newline. If there is more text, we may need to insert an indent
71 // Setting this true will cause the next WriteRaw() to insert an indent
135 void Printer::Indent() {
141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
162 // Insert an indent.
  /system/core/libutils/
ProcessCallStack.cpp 239 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const {
241 if (indent < 0) {
242 ALOGW("%s: Bad indent (%d)", __FUNCTION__, indent);
246 FdPrinter printer(fd, static_cast<unsigned int>(indent), prefix);
  /external/openssl/crypto/asn1/
a_strex.c 379 /* Used for line indenting: print 'indent' spaces */
381 static int do_indent(char_io *io_ch, void *arg, int indent)
384 for(i = 0; i < indent; i++)
393 int indent, unsigned long flags)
405 if(indent < 0) indent = 0;
406 outlen = indent;
407 if(!do_indent(io_ch, arg, indent)) return -1;
422 indent = 0;
430 indent = 0
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMConstants.java 103 // The xsl:output 'indent' property used in LSSerializer
104 public static final String S_XSL_OUTPUT_INDENT = "indent";
106 // The xsl:output 'indent' property used in LSSerializer
  /external/chromium_org/athena/screen/
screen_accelerator_handler.cc 47 int indent,
49 std::string indent_str(indent, ' ');
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskImportStep.cpp 98 void CustomElementMicrotaskImportStep::show(unsigned indent)
100 fprintf(stderr, "%*sImport(wait=%d sync=%d, url=%s)\n", indent, "", shouldWaitForImport(), m_import && m_import->isSync(), m_import ? m_import->url().string().utf8().data() : "null");
101 m_queue->show(indent + 1);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
overlay.js 71 indent: base.indent && function(state, textAfter) {
72 return base.indent(state.base, textAfter);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDiffuseLighting.cpp 124 TextStream& FEDiffuseLighting::externalRepresentation(TextStream& ts, int indent) const
126 writeIndent(ts, indent);
132 inputEffect(0)->externalRepresentation(ts, indent + 1);
FEOffset.cpp 102 TextStream& FEOffset::externalRepresentation(TextStream& ts, int indent) const
104 writeIndent(ts, indent);
108 inputEffect(0)->externalRepresentation(ts, indent + 1);
FESpecularLighting.cpp 140 TextStream& FESpecularLighting::externalRepresentation(TextStream& ts, int indent) const
142 writeIndent(ts, indent);
148 inputEffect(0)->externalRepresentation(ts, indent + 1);
FETile.cpp 119 TextStream& FETile::externalRepresentation(TextStream& ts, int indent) const
121 writeIndent(ts, indent);
125 inputEffect(0)->externalRepresentation(ts, indent + 1);
  /external/chromium_org/tools/gn/
visibility.cc 64 std::string Visibility::Describe(int indent, bool include_brackets) const {
65 std::string outer_indent_string(indent, ' ');
75 // Indent the insides more if brackets are requested.
  /external/doclava/src/com/google/doclava/
Proofread.java 29 static final String INDENT = " ";
30 static final String NEWLINE = "\n" + INDENT;
70 write(INDENT);
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 71 unsigned Indent;
75 void indent();
79 : out(errs()), Differences(false), Indent(0) {}
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObjectList.java 137 * @param indent int to set
140 public String debugDump(int indent) {
141 return super.debugDump(indent);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObjectList.java 141 * @param indent int to set
144 public String debugDump(int indent) {
145 return super.debugDump(indent);

Completed in 1460 milliseconds

1 2 3 4 5 6 7 891011>>