HomeSort by relevance Sort by last modified time
    Searched refs:endLine (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
Location.java 45 @XmlAttribute(name = "endLine")
46 public int endLine;
54 startOffset = endOffset = startLine = endLine = NaN;
61 endLine = other.endLine;
73 endLine = endOffset = NaN;
75 endLine = end.getLine() - 1; // token lines start from 1
88 public Location(int startLine, int startOffset, int endLine, int endOffset) {
91 this.endLine = endLine;
    [all...]
LayoutFileParser.java 246 valueLocation.endLine = attrLocation.endLine;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
AddressListParserTokenManager.java 793 t.endLine = input_stream.getEndLine();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
ContentTypeParserTokenManager.java 679 t.endLine = input_stream.getEndLine();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
DateTimeParserTokenManager.java 718 t.endLine = input_stream.getEndLine();
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
AddressListParserTokenManager.java 793 t.endLine = input_stream.getEndLine();
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
ContentTypeParserTokenManager.java 679 t.endLine = input_stream.getEndLine();
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
DateTimeParserTokenManager.java 718 t.endLine = input_stream.getEndLine();
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 60 endLine();
69 endLine();
80 endLine();
151 endLine();
185 endLine();
214 endLine();
224 endLine();
253 endLine();
260 endLine();
269 endLine();
    [all...]
  /external/opencv/cvaux/src/
cvmorphing.cpp 64 float endLine; /* end of current run */
98 endLine = (float) endLineIndex;
101 endDestLine = (int) (alpha * endLine + alpha1 * endCorr);
107 step = (endLine - begLine) / ((float) (endDestLine - begDestLine));
167 begLine = endLine;
187 endLine = (float) endLineIndex;
190 endDestLine = (int) (alpha1 * endLine + alpha * endCorr);
196 step = (endLine - begLine) / ((float) (endDestLine - begDestLine));
267 begLine = endLine;
  /frameworks/data-binding/compilerCommon/src/test/java/android/databinding/tool/store/
LocationTest.java 44 location2.endLine = 10;
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 63 private void update(int startLine, int endLine, int newLineCount) {
66 dl.updateBlocks(startLine, endLine, newLineCount);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 268 int endline = getLineForOffset(where + before); local
270 endline = getLineCount();
271 int endv = getLineTop(endline);
272 boolean islast = (endline == getLineCount());
311 mInts.deleteAt(startline, endline - startline);
312 mObjects.deleteAt(startline, endline - startline);
374 updateBlocks(startline, endline - 1, n);
446 * @param endLine the last line of the range, possibly equal to startLine, lower
452 void updateBlocks(int startLine, int endLine, int newLineCount) {
467 if (mBlockEndLines[i] >= endLine) {
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java     [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java 120 for (int i = location.startLine; i <= location.endLine; i++) {
130 if (i == location.endLine) {
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
XmlEditor.java 246 String endLine = lines.get(end.line);
247 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 

Completed in 1837 milliseconds

1 2 3 4 5 6 7 8