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

1 2 3 4 5 6 7

  /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;
  /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;
  /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;
  /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;
  /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;
  /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;
  /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/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...]
  /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...]
  /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/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-alpha4/
common-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-alpha5/
common-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta1/
common-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta2/
common-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta3/
common-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.0-beta4/
common-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.3.1/
common-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-alpha1/
common-24.4.0-alpha1.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 

Completed in 1480 milliseconds

1 2 3 4 5 6 7