/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
D | Evaluate.java | 96 node.getColumn(), in init() 110 node.jjtGetChild(1).getColumn(), in init() 123 childNode.getColumn(), in init() 181 Info info = new Info( templateName, node.getLine(), node.getColumn() ); in render() 202 Info info = new Info( templateName, node.getLine(), node.getColumn() ); in render() 225 Info info = new Info( templateName, node.getLine(), node.getColumn() ); in render()
|
D | Scope.java | 312 public int getColumn() in getColumn() method in Scope.Info 316 return directive.getColumn(); in getColumn() 352 sb.append(" column:").append(getColumn()); in toString()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 607 …u::Vec3 reduceToVec3 (const tcu::Mat2x3& value) { return value.getColumn(0) + value.getColumn(1); } in reduceToVec3() 608 …educeToVec3 (const tcu::Mat2x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColum… in reduceToVec3() 610 …uceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColumn(1) + value.getCo… in reduceToVec3() 611 … tcu::Mat3x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3… in reduceToVec3() 613 …onst tcu::Mat4x3& value) { return value.getColumn(0) + value.getColumn(1) + value.getColumn(2) + v… in reduceToVec3() 614 …) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3) + value.getColum… in reduceToVec3() 1494 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() 1495 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform() 1501 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() 1502 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform() [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ |
D | Info.java | 52 this(node.getTemplateName(), node.getLine(), node.getColumn()); in Info() 81 public int getColumn() in getColumn() method in Info 95 return StringUtils.formatFileString(getTemplateName(), getLine(), getColumn()); in toString()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/ |
D | StringUtils.java | 46 … return formatFileString(directive.getTemplateName(), directive.getLine(), directive.getColumn()); in formatFileString() 58 return formatFileString(node.getTemplateName(), node.getLine(), node.getColumn()); in formatFileString() 70 return formatFileString(info.getTemplateName(), info.getLine(), info.getColumn()); in formatFileString()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ |
D | ASTDirective.java | 160 directive.setLocation(getLine(), getColumn(), getTemplate()); in init() 172 die.getColumnNumber() + getColumn(), in init() 190 directive.setLocation(getLine(), getColumn(), getTemplate()); in init() 209 die.getColumnNumber() + getColumn(), in init() 303 … rsvc.getLogContext().pushLogContext(this, new Info(getTemplateName(), getLine(), getColumn())); in render()
|
D | ASTIdentifier.java | 116 uberInfo = new Info(getTemplateName(), getLine(), getColumn()); in init() 203 uberInfo.getTemplateName(), uberInfo.getLine(), uberInfo.getColumn()); in execute() 246 …ontext().getStackTrace(), vg.getMethodName(), getTemplateName(), this.getLine(), this.getColumn()); in execute() 260 …ontext().getStackTrace(), vg.getMethodName(), getTemplateName(), this.getLine(), this.getColumn()); in execute()
|
D | ASTStringLiteral.java | 157 StringUtils.formatFileString(template.getName(), getLine(), getColumn()); in init() 158 …xception(msg, e, rsvc.getLogContext().getStackTrace(), template.getName(), getColumn(), getLine()); in init() 194 tok.beginColumn += getColumn(); in adjTokenLineNums() 197 tok.endColumn += getColumn(); in adjTokenLineNums()
|
D | ASTMethod.java | 117 getLine(),getColumn()); in init() 188 …column {}]", o.getClass().getName(), methodName, plist, getTemplateName(), getLine(), getColumn()); in execute() 308 ….getLogContext().getStackTrace(), methodName, getTemplateName(), this.getLine(), this.getColumn()); in handleInvocationException() 326 ….getLogContext().getStackTrace(), methodName, getTemplateName(), this.getLine(), this.getColumn()); in handleInvocationException()
|
D | ASTReference.java | 210 uberInfo = new Info(getTemplateName(), getLine(),getColumn()); in init() 364 + jjtGetChild(i).getLine(), jjtGetChild(i).getColumn()), in execute() 609 getTemplateName(), this.getLine(), this.getColumn(), this.literal()); in render() 780 jjtGetChild(i+1).getLine(), jjtGetChild(i+1).getColumn()); in setValue() 852 astIndex.getColumn()); in setValue() 877 uberInfo.getTemplateName(), uberInfo.getLine(), uberInfo.getColumn()); in setValue() 898 ….getLogContext().getStackTrace(), identifier, getTemplateName(), this.getLine(), this.getColumn()); in setValue() 1160 uberInfo.getTemplateName(), uberInfo.getLine(), uberInfo.getColumn()); in getRootVariableValue()
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTIfExpr.java | 62 MiniC.addError(if_expr.getLine(), if_expr.getColumn(), in closeNode() 97 MiniC.addError(if_expr.getLine(), if_expr.getColumn(), in eval() 105 MiniC.addError(then_expr.getLine(), then_expr.getColumn(), in eval() 114 MiniC.addError(else_expr.getLine(), else_expr.getColumn(), in eval()
|
D | ASTFunAppl.java | 89 MiniC.addError(name.getLine(), name.getColumn(), in traverse() 93 MiniC.addError(name.getLine(), name.getColumn(), in traverse() 100 MiniC.addError(name.getLine(), name.getColumn(), in traverse() 142 MiniC.addError(exprs[i].getLine(), exprs[i].getColumn(), in eval()
|
D | Variable.java | 44 column = name.getColumn(); in Variable() 59 public int getColumn() { return column; } in getColumn() method in Variable
|
D | Function.java | 46 column = name.getColumn(); in Function() 75 public int getColumn() { return column; } in getColumn() method in Function
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/ |
D | InvalidReferenceInfo.java | 38 super(info.getTemplateName(),info.getLine(),info.getColumn()); in InvalidReferenceInfo() 62 getColumn() + "]: " + invalidReference; in toString()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/ |
D | ScannerImpl.java | 294 unwindIndent(reader.getColumn()); in fetchMoreTokens() 487 boolean required = (this.flowLevel == 0) && (this.indent == this.reader.getColumn()); in savePossibleSimpleKey() 503 reader.getLine(), this.reader.getColumn(), this.reader.getMark()); in savePossibleSimpleKey() 783 if (addIndent(this.reader.getColumn())) { in fetchBlockEntry() 819 if (addIndent(this.reader.getColumn())) { in fetchKey() 854 if (addIndent(key.getColumn())) { in fetchValue() 880 if (addIndent(reader.getColumn())) { in fetchValue() 1060 return reader.getColumn() == 0; in checkDirective() 1069 if (reader.getColumn() == 0) { in checkDocumentStart() 1083 if (reader.getColumn() == 0) { in checkDocumentEnd() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
D | UnicodeEscapeProcessingProvider.java | 505 int columnDelta = _right.getColumn() - _left.getColumn(); in update() 508 _mapping.add(_left.getLine(), _left.getColumn(), lineDelta, columnDelta); in update() 551 public int getColumn() { in getColumn() method in UnicodeEscapeProcessingProvider.LineCounter 559 return new Position(getLine(), getColumn()); in getPosition()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 216 << DIL->getColumn() << ":" << Discriminator << " " in addDiscriminators() 221 << DIL->getColumn() << ":" << Discriminator << " " << I in addDiscriminators() 254 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 207 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(), in addDiscriminators() 210 << DIL->getColumn() << ":" in addDiscriminators() 239 CurrentDIL->getColumn(), NewScope, in addDiscriminators()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/ |
D | Covariance.java | 166 double cov = covariance(matrix.getColumn(i), matrix.getColumn(j), biasCorrected); in computeCovarianceMatrix() 170 outMatrix.setEntry(i, i, variance.evaluate(matrix.getColumn(i))); in computeCovarianceMatrix()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/ |
D | ParseErrorException.java | 179 columnNumber = info.getColumn(); in ParseErrorException() 194 columnNumber = info.getColumn(); in ParseErrorException() 210 columnNumber = info.getColumn(); in ParseErrorException()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormatParseLocation.java | 75 public int getColumn() { in getColumn() method in TextFormatParseLocation 93 return (this.line == that.getLine()) && (this.column == that.getColumn()); in equals()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormatParseLocation.java | 75 public int getColumn() { in getColumn() method in TextFormatParseLocation 93 return (this.line == that.getLine()) && (this.column == that.getColumn()); in equals()
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/ |
D | TestCLDRFile.java | 161 assertEquals(43, location.getColumn(), "col for " + xpath); in testSourceLocale() 170 assertEquals(64, location.getColumn(), "col for " + xpath); in testSourceLocale() 179 assertEquals(43, location.getColumn(), "col for " + xpath); in testSourceLocale()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/ |
D | MarkedYAMLException.java | 67 .getColumn() != problemMark.getColumn()))) { in toString()
|