HomeSort by relevance Sort by last modified time
    Searched refs:endCol (Results 1 - 12 of 12) sorted by null

  /packages/apps/Terminal/src/com/android/terminal/
TerminalCallbacks.java 20 public int damage(int startRow, int endRow, int startCol, int endCol) {
Terminal.java 58 public void onDamage(int startRow, int endRow, int startCol, int endCol);
78 public int damage(int startRow, int endRow, int startCol, int endCol) {
80 mClient.onDamage(startRow, endRow, startCol, endCol);
TerminalView.java 195 public void onDamage(final int startRow, final int endRow, int startCol, int endCol) {
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 101 endCol int
127 endCol: end.Column,
141 if b.StartLine > f.endLine || (b.StartLine == f.endLine && b.StartCol >= f.endCol) {
145 if b.EndLine < f.startLine || (b.EndLine == f.startLine && b.EndCol <= f.startCol) {
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 101 endCol int
127 endCol: end.Column,
141 if b.StartLine > f.endLine || (b.StartLine == f.endLine && b.StartCol >= f.endCol) {
145 if b.EndLine < f.startLine || (b.EndLine == f.startLine && b.EndCol <= f.startCol) {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 332 unsigned endCol = PL.getColumn() - 1;
334 endCol += Lexer::MeasureTokenLength(end, SM, langOpts);
335 OS << PL.getLine() << ":" << endCol << "]";
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 536 int endCol = (position + mWidth + mSlotWidth + mSlotGap - 1) /
538 int end = Math.min(mSlotCount, mUnitCount * endCol);
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 333 milliseconds