Home
last modified time | relevance | path

Searched refs:colMax (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/src/
Dpos_test.go117 {MakePos(nil, 1, colMax+10), MakePos(nil, 1, colMax+20), true, false, false},
145 {makeLico(1, colMax), ":1", 1, colMax},
146 {makeLico(1, colMax+1), ":1", 1, 0}, // column too large
147 {makeLico(lineMax+1, colMax+1), fmt.Sprintf(":%d", lineMax), lineMax, 0},
175 {makeLico(1, colMax), ":1" + def, 1, colMax},
176 {makeLico(1, colMax+1), ":1" + def, 1, 0}, // column too large
177 {makeLico(lineMax+1, colMax+1), fmt.Sprintf(":%d", lineMax) + def, lineMax, 0},
178 {makeLico(lineMax+1, colMax+1).withIsStmt(), fmt.Sprintf(":%d", lineMax) + is, lineMax, 0},
179 {makeLico(lineMax+1, colMax+1).withNotStmt(), fmt.Sprintf(":%d", lineMax) + not, lineMax, 0},
Dpos.go174 if showCol && 0 < col && col < colMax {
336 colBits, colMax = 32 - lineBits - xlogueBits - isStmtBits, 1<<colBits - 1 const
404 if col > colMax {
406 col = colMax
414 func (x lico) Col() uint { return uint(x) >> colShift & colMax }
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DCharset_TestGenerator.java195 int colMax; field in Charset_TestGenerator.Dumper1
198 colMax = 16; in Dumper1()
202 colMax = colums; in Dumper1()
209 if (col == colMax) { in consume()
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...