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

1 2 3 4 5 6 7 8 91011>>

  /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;
  /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 46 @XmlAttribute(name = "endLine")
47 public int endLine;
55 startOffset = endOffset = startLine = endLine = NaN;
62 endLine = other.endLine;
74 endLine = endOffset = NaN;
76 endLine = end.getLine() - 1; // token lines start from 1
89 public Location(int startLine, int startOffset, int endLine, int endOffset) {
92 this.endLine = endLine;
    [all...]
  /external/v8/src/inspector/
v8-debugger-script.h 57 int endLine() const { return m_endLine; }
  /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 253 String endLine = lines.get(end.line);
254 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1);
  /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
SideloadOtaStabilityTest.java 408 String endLine = lastLogLines[lastLogLines.length - 1];
410 endLine.substring(endLine.indexOf('[') + 1, endLine.indexOf(']')).trim());
548 String endLine = lastLogLines[lastLogLines.length - 1];
549 if (endLine.toLowerCase().startsWith("uncrypt_error:")) {
550 String[] elements = endLine.split(":");
554 return Integer.parseInt(endLine.trim());
  /frameworks/base/core/java/android/text/
DynamicLayout.java 274 int endline = getLineForOffset(where + before); local
276 endline = getLineCount();
277 int endv = getLineTop(endline);
278 boolean islast = (endline == getLineCount());
317 mInts.deleteAt(startline, endline - startline);
318 mObjects.deleteAt(startline, endline - startline);
385 updateBlocks(startline, endline - 1, n);
445 int endLine = mBlockEndLines[blockIndex];
446 for (int i = startLine; i <= endLine; i++) {
497 * @param endLine the last line of the range, possibly equal to startLine, lowe
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 539 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; }
577 void setEndLine(const TSourceLoc& line) { endLine = line; }
578 const TSourceLoc& getEndLine() const { return endLine; }
602 TSourceLoc endLine;
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-dom/0.7.2/
apache-mime4j-dom-0.7.2.jar 
  /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 
  /external/testng/ant/3rdparty/
cobertura.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/gradle-plugin/com/android/tools/common/24.4.0-beta3/
common-24.4.0-beta3.jar 

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>