Home
last modified time | relevance | path

Searched refs:maxIndent (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/util/
DWrappedIndentingWriter.java43 private final int maxIndent; field in WrappedIndentingWriter
49 public WrappedIndentingWriter(Writer out, int maxIndent, int maxWidth) { in WrappedIndentingWriter() argument
51 this.maxIndent = maxIndent; in WrappedIndentingWriter()
65 if (currentIndent > maxIndent) { in getIndent()
66 return maxIndent; in getIndent()
/external/perfetto/ui/src/frontend/
Dchrome_slice_panel.ts62 maxIndent = 0; property in TableBuilder
85 this.maxIndent = Math.max(this.maxIndent, level);
184 const keyColumnCount = builder.maxIndent + 1;
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScannerImpl.java1582 int maxIndent = 0; in scanBlockScalar() local
1588 maxIndent = ((Integer) brme[1]).intValue(); in scanBlockScalar()
1590 indent = Math.max(minIndent, maxIndent); in scanBlockScalar()
1752 int maxIndent = 0; in scanBlockScalarIndentation() local
1768 if (this.reader.getColumn() > maxIndent) { in scanBlockScalarIndentation()
1769 maxIndent = reader.getColumn(); in scanBlockScalarIndentation()
1774 return new Object[] { chunks.toString(), maxIndent, endMark }; in scanBlockScalarIndentation()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSubdivisionNode.java309 int maxIndent = 0; in SubdivisionSet() local
375 if (maxIndent < countSubdivision) { in SubdivisionSet()
376 maxIndent = countSubdivision; in SubdivisionSet()