OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxIndent
(Results
1 - 7
of
7
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java
37
private final int
maxIndent
;
72
this.
maxIndent
= width >> 1;
96
if (indent >=
maxIndent
) {
97
indent =
maxIndent
;
166
collectingIndent = (
maxIndent
!= 0);
/dalvik/dx/src/com/android/dx/util/
IndentingWriter.java
37
private final int
maxIndent
;
72
this.
maxIndent
= width >> 1;
96
if (indent >=
maxIndent
) {
97
indent =
maxIndent
;
166
collectingIndent = (
maxIndent
!= 0);
/external/smali/util/src/main/java/org/jf/util/
OldWrappedIndentingWriter.java
52
private final int
maxIndent
;
87
this.
maxIndent
= width >> 1;
111
if (indent >=
maxIndent
) {
112
indent =
maxIndent
;
181
collectingIndent = (
maxIndent
!= 0);
WrappedIndentingWriter.java
43
private final int
maxIndent
;
49
public WrappedIndentingWriter(Writer out, int
maxIndent
, int maxWidth) {
51
this.
maxIndent
=
maxIndent
;
65
if (currentIndent >
maxIndent
) {
66
return
maxIndent
;
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
SubdivisionNode.java
328
int
maxIndent
= 0;
394
if (
maxIndent
< countSubdivision) {
395
maxIndent
= countSubdivision;
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 537 milliseconds