Home
last modified time | relevance | path

Searched refs:endColumn (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealMatrix.java210 final int startColumn, final int endColumn) { in getNorm() argument
243 final int startColumn, final int endColumn) { in getFrobeniusNorm() argument
262 final int startColumn, final int endColumn)
265 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
268 createMatrix(endRow - startRow + 1, endColumn - startColumn + 1);
270 for (int j = startColumn; j <= endColumn; ++j) {
305 final int startColumn, final int endColumn,
310 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
312 final int columnsCount = endColumn + 1 - startColumn;
333 final int startColumn, final int endColumn) {
[all …]
DAbstractFieldMatrix.java288 final int startColumn, final int endColumn) in getSubMatrix() argument
291 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in getSubMatrix()
294 createMatrix(endRow - startRow + 1, endColumn - startColumn + 1); in getSubMatrix()
296 for (int j = startColumn; j <= endColumn; ++j) { in getSubMatrix()
331 final int startColumn, final int endColumn, in copySubMatrix() argument
336 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in copySubMatrix()
338 final int columnsCount = endColumn + 1 - startColumn; in copySubMatrix()
359 final int startColumn, final int endColumn) { in copySubMatrix()
370 }, startRow, endRow, startColumn, endColumn); in copySubMatrix()
810 final int startColumn, final int endColumn) in walkInRowOrder() argument
[all …]
DRealMatrixImpl.java502 final int startColumn, final int endColumn) in walkInRowOrder() argument
504 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
506 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
509 for (int j = startColumn; j <= endColumn; ++j) { in walkInRowOrder()
520 final int startColumn, final int endColumn) in walkInRowOrder() argument
522 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
524 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
527 for (int j = startColumn; j <= endColumn; ++j) { in walkInRowOrder()
569 final int startColumn, final int endColumn) in walkInColumnOrder() argument
571 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
[all …]
DArray2DRowRealMatrix.java494 final int startColumn, final int endColumn) in walkInRowOrder() argument
496 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
498 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
501 for (int j = startColumn; j <= endColumn; ++j) { in walkInRowOrder()
512 final int startColumn, final int endColumn) in walkInRowOrder() argument
514 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
516 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
519 for (int j = startColumn; j <= endColumn; ++j) { in walkInRowOrder()
561 final int startColumn, final int endColumn) in walkInColumnOrder() argument
563 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
[all …]
DRealMatrix.java140 RealMatrix getSubMatrix(int startRow, int endRow, int startColumn, int endColumn) in getSubMatrix() argument
169 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, in copySubMatrix() argument
598 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder() argument
628 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder() argument
706 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder() argument
736 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder() argument
811 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder() argument
840 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder() argument
DArray2DRowFieldMatrix.java486 final int startColumn, final int endColumn) in walkInRowOrder() argument
488 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
490 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
493 for (int j = startColumn; j <= endColumn; ++j) { in walkInRowOrder()
504 final int startColumn, final int endColumn) in walkInRowOrder() argument
506 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
508 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
511 for (int j = startColumn; j <= endColumn; ++j) { in walkInRowOrder()
553 final int startColumn, final int endColumn) in walkInColumnOrder() argument
555 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
[all …]
DFieldMatrix.java133 FieldMatrix<T> getSubMatrix(int startRow, int endRow, int startColumn, int endColumn) in getSubMatrix() argument
162 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, in copySubMatrix() argument
553 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder() argument
583 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder() argument
661 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder() argument
691 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder() argument
766 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder() argument
795 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder() argument
DBlockRealMatrix.java705 final int startColumn, final int endColumn) in getSubMatrix() argument
709 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in getSubMatrix()
713 new BlockRealMatrix(endRow - startRow + 1, endColumn - startColumn + 1); in getSubMatrix()
844 final int endColumn = column + refLength - 1; in setSubMatrix() local
845 MatrixUtils.checkSubMatrixIndex(this, row, endRow, column, endColumn); in setSubMatrix()
858 final int blockEndColumn = (endColumn + BLOCK_SIZE) / BLOCK_SIZE; in setSubMatrix()
871 final int jEnd = FastMath.min(endColumn + 1, firstColumn + jWidth); in setSubMatrix()
1504 final int startColumn, final int endColumn) in walkInRowOrder() argument
1506 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
1507 visitor.start(rows, columns, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
[all …]
DBlockFieldMatrix.java680 final int startColumn, final int endColumn) in getSubMatrix() argument
684 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in getSubMatrix()
688 new BlockFieldMatrix<T>(getField(), endRow - startRow + 1, endColumn - startColumn + 1); in getSubMatrix()
818 final int endColumn = column + refLength - 1; in setSubMatrix() local
819 checkSubMatrixIndex(row, endRow, column, endColumn); in setSubMatrix()
832 final int blockEndColumn = (endColumn + BLOCK_SIZE) / BLOCK_SIZE; in setSubMatrix()
845 final int jEnd = FastMath.min(endColumn + 1, firstColumn + jWidth); in setSubMatrix()
1484 final int startColumn, final int endColumn) in walkInRowOrder() argument
1486 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
1487 visitor.start(rows, columns, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
DNode.java48 private int endColumn; field in Node
65 … public Node(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in Node() argument
69 this.endColumn = endColumn; in Node()
141 return endColumn; in getEndColumn()
207 public final void setEndColumn(final int endColumn) { in setEndColumn() argument
208 this.endColumn = endColumn; in setEndColumn()
DTypeParameter.java59 …c TypeParameter(final int beginLine, final int beginColumn, final int endLine, final int endColumn, in TypeParameter() argument
61 super(beginLine, beginColumn, endLine, endColumn); in TypeParameter()
67 …int endColumn, String name, List<ClassOrInterfaceType> typeBound, List<AnnotationExpr> annotations… in TypeParameter() argument
68 this(beginLine, beginColumn, endLine, endColumn, name, typeBound); in TypeParameter()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java200 …new CompilationUnit(line == -1 ? 0 : line, column, token.endLine, token.endColumn,pakage, imports,… in CompilationUnit()
227 …{if (true) return new PackageDeclaration(line, column, token.endLine, token.endColumn,annotations,… in PackageDeclaration()
260 …{if (true) return new ImportDeclaration(line, column, token.endLine, token.endColumn,name, isStati… in ImportDeclaration()
351 …ret = new EmptyTypeDeclaration(token.beginLine, token.beginColumn, token.endLine, token.endColumn); in TypeDeclaration()
445 …mp = new ClassOrInterfaceDeclaration(line, column, token.endLine, token.endColumn, modifier.modifi… in ClassOrInterfaceDeclaration()
635 …EnumDeclaration tmp = new EnumDeclaration(line, column, token.endLine, token.endColumn, modifier.m… in EnumDeclaration()
681 …on tmp = new EnumConstantDeclaration(line, column, token.endLine, token.endColumn, annotations, na… in EnumConstantDeclaration()
756 …{if (true) return new TypeParameter(line, column, token.endLine, token.endColumn,name, typeBound);} in TypeParameter()
974 …t = new EmptyMemberDeclaration(token.beginLine, token.beginColumn, token.endLine, token.endColumn); in ClassOrInterfaceBodyDeclaration()
1012 …{if (true) return new FieldDeclaration(line, column, token.endLine, token.endColumn, modifier.modi… in FieldDeclaration()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
Djavaparser-core-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
DType.java43 public Type(int beginLine, int beginColumn, int endLine, int endColumn) { in Type() argument
44 super(beginLine, beginColumn, endLine, endColumn); in Type()
47 …public Type(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annot… in Type() argument
48 super(beginLine, beginColumn, endLine, endColumn); in Type()
DReferenceType.java53 …c ReferenceType(final int beginLine, final int beginColumn, final int endLine, final int endColumn, in ReferenceType() argument
55 super(beginLine, beginColumn, endLine, endColumn); in ReferenceType()
61 int endColumn, Type type, int arrayCount, in ReferenceType() argument
64 super(beginLine, beginColumn, endLine, endColumn, annotations); in ReferenceType()
DVoidType.java35 …public VoidType(final int beginLine, final int beginColumn, final int endLine, final int endColumn in VoidType() argument
36 super(beginLine, beginColumn, endLine, endColumn); in VoidType()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DArrayCreationExpr.java55 …public ArrayCreationExpr(int beginLine, int beginColumn, int endLine, int endColumn, Type type, in… in ArrayCreationExpr() argument
56 super(beginLine, beginColumn, endLine, endColumn); in ArrayCreationExpr()
70 …public ArrayCreationExpr(int beginLine, int beginColumn, int endLine, int endColumn, Type type, Li… in ArrayCreationExpr() argument
71 super(beginLine, beginColumn, endLine, endColumn); in ArrayCreationExpr()
DLiteralExpr.java32 …c LiteralExpr(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in LiteralExpr() argument
33 super(beginLine, beginColumn, endLine, endColumn); in LiteralExpr()
DExpression.java34 …ic Expression(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in Expression() argument
35 super(beginLine, beginColumn, endLine, endColumn); in Expression()
DAnnotationExpr.java34 int endColumn) { in AnnotationExpr() argument
35 super(beginLine, beginColumn, endLine, endColumn); in AnnotationExpr()
DNullLiteralExpr.java35 …llLiteralExpr(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in NullLiteralExpr() argument
36 super(beginLine, beginColumn, endLine, endColumn); in NullLiteralExpr()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DCatchClause.java55 …lic CatchClause(final int beginLine, final int beginColumn, final int endLine, final int endColumn, in CatchClause() argument
58 super(beginLine, beginColumn, endLine, endColumn); in CatchClause()
59 …setExcept(new MultiTypeParameter(beginLine, beginColumn, endLine, endColumn, exceptModifier, excep… in CatchClause()
DStatement.java34 …lic Statement(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in Statement() argument
35 super(beginLine, beginColumn, endLine, endColumn); in Statement()
DEmptyStmt.java35 …lic EmptyStmt(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in EmptyStmt() argument
36 super(beginLine, beginColumn, endLine, endColumn); in EmptyStmt()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_ast_Node.txt10 Line 69) this.endColumn = endColumn ==> int
15 Line 141) endColumn ==> int
27 Line 208) this.endColumn = endColumn ==> int

12345678910