OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
123
endCol
: end.Column,
137
if b.StartLine > f.endLine || (b.StartLine == f.endLine && b.StartCol >= f.
endCol
) {
141
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
123
endCol
: end.Column,
137
if b.StartLine > f.endLine || (b.StartLine == f.endLine && b.StartCol >= f.
endCol
) {
141
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/sdk/tools/jacks/
jack-2.28.RELEASE.jar
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
/development/tools/checkstyle/
checkstyle.jar
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar
Completed in 845 milliseconds