Home
last modified time | relevance | path

Searched refs:calculateLength (Results 1 – 25 of 44) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java122 super.setLength(calculateLength()); // Adjust length in Code()
248 private int calculateLength() { in calculateLength() method in Code
264 super.setLength(calculateLength()); // Adjust length in setAttributes()
273 super.setLength(calculateLength()); // Adjust length in setCode()
282 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java122 super.setLength(calculateLength()); // Adjust length in Code()
248 private int calculateLength() { in calculateLength() method in Code
264 super.setLength(calculateLength()); // Adjust length in setAttributes()
273 super.setLength(calculateLength()); // Adjust length in setCode()
282 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java122 super.setLength(calculateLength()); // Adjust length in Code()
248 private int calculateLength() { in calculateLength() method in Code
264 super.setLength(calculateLength()); // Adjust length in setAttributes()
273 super.setLength(calculateLength()); // Adjust length in setCode()
282 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java122 super.setLength(calculateLength()); // Adjust length in Code()
248 private int calculateLength() { in calculateLength() method in Code
264 super.setLength(calculateLength()); // Adjust length in setAttributes()
273 super.setLength(calculateLength()); // Adjust length in setCode()
282 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java123 super.setLength(calculateLength()); // Adjust length in Code()
249 private int calculateLength() { in calculateLength() method in Code
265 super.setLength(calculateLength()); // Adjust length in setAttributes()
274 super.setLength(calculateLength()); // Adjust length in setCode()
283 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java122 super.setLength(calculateLength()); // Adjust length in Code()
248 private int calculateLength() { in calculateLength() method in Code
264 super.setLength(calculateLength()); // Adjust length in setAttributes()
273 super.setLength(calculateLength()); // Adjust length in setCode()
282 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java123 super.setLength(calculateLength()); // Adjust length in Code()
249 private int calculateLength() { in calculateLength() method in Code
265 super.setLength(calculateLength()); // Adjust length in setAttributes()
274 super.setLength(calculateLength()); // Adjust length in setCode()
283 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java122 super.setLength(calculateLength()); // Adjust length in Code()
248 private int calculateLength() { in calculateLength() method in Code
264 super.setLength(calculateLength()); // Adjust length in setAttributes()
273 super.setLength(calculateLength()); // Adjust length in setCode()
282 super.setLength(calculateLength()); // Adjust length in setExceptionTable()
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/mousegestures/
H A DMouseGestures.cpp71 int calculateLength(const PositionList &positions);
143 const double minimumLength = (calculateLength(directions) * d->minimumMatch); in recognizeGesture()
145 while (!directions.empty() && calculateLength(directions) > minimumLength) in recognizeGesture()
380 int calculateLength(const PositionList &positions) in calculateLength() function
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpTool_UserNotifications.cpp113 setUserShapeSize (calculateLength (startPoint.x (), endPoint.x ()), in setUserShapePoints()
114 calculateLength (startPoint.y (), endPoint.y ())); in setUserShapePoints()
/dports/games/jvgs/jvgs-0.5.1-src/src/math/
H A DCurve.h32 virtual void calculateLength();
H A DCurve.cpp21 void Curve::calculateLength() in calculateLength() function in jvgs::math::Curve
H A DQuadraticCurve.cpp14 calculateLength(); in QuadraticCurve()
H A DCubicCurve.cpp15 calculateLength(); in CubicCurve()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/treeClasses/
H A DHierarchicalCollectionView.as83 currentLength = calculateLength();
220 public function calculateLength(node:Object = null, parent:Object = null):int
259 length += calculateLength(node, null) + 1;
293 length += calculateLength(childNodes[i], node) + 1;
420 currentLength = calculateLength();
461 newLocation += calculateLength(modelCursor.current, null) + 1;
489 newLocation += calculateLength(cursor.current, parent) + 1;
503 newLocation += calculateLength(cursor.current, parent) + 1;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/treeClasses/
H A DHierarchicalCollectionView.as91 currentLength = calculateLength();
248 public function calculateLength(node:Object = null, parent:Object = null):int
287 length += calculateLength(node, null) + 1;
321 length += calculateLength(childNodes[i], node) + 1;
458 currentLength = calculateLength();
499 newLocation += calculateLength(modelCursor.current, null) + 1;
527 newLocation += calculateLength(cursor.current, parent) + 1;
541 newLocation += calculateLength(cursor.current, parent) + 1;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java274 private final int calculateLength() { in calculateLength() method in Code
289 length = calculateLength(); // Adjust length in setAttributes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java274 private final int calculateLength() { in calculateLength() method in Code
289 length = calculateLength(); // Adjust length in setAttributes()
/dports/www/aria2/aria2-1.36.0/src/
H A DMultiDiskAdaptor.cc289 ssize_t calculateLength(DiskWriterEntry* entry, int64_t fileOffset, ssize_t rem) in calculateLength() function
344 ssize_t writeLength = calculateLength((*i).get(), fileOffset, rem); in writeData()
380 ssize_t readLength = calculateLength((*i).get(), fileOffset, rem); in readData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGTextChunk.h46 void calculateLength(float& length, unsigned& characters) const;
H A DSVGTextChunkBuilder.cpp168 chunk.calculateLength(chunkLength, chunkCharacters); in processTextChunk()
210 chunk.calculateLength(chunkLength, chunkCharacters); in processTextChunk()
H A DSVGTextChunk.cpp36 void SVGTextChunk::calculateLength(float& length, unsigned& characters) const in calculateLength() function in WebCore::SVGTextChunk
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMessage.h261 { return m_header.calculateLength(beginStringField, bodyLengthField, checkSumField)
262 + calculateLength(beginStringField, bodyLengthField, checkSumField)
263 + m_trailer.calculateLength(beginStringField, bodyLengthField, checkSumField);
H A DFieldMap.cpp233 int FieldMap::calculateLength( int beginStringField, in calculateLength() function in FIX::FieldMap
253 result += ( *k ) ->calculateLength(); in calculateLength()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/widgets/address/
H A DAddressWidget.cpp147 painter->translate((titleRectangle.right() - calculateLength(option, url)), topPosition); in paint()
169 … painter->translate((titleRectangle.right() - calculateLength(option, description)), topPosition); in paint()
201 painter->translate((titleRectangle.right() - calculateLength(option, url)), topPosition); in paint()
215 const int urlLength(calculateLength(option, url + QLatin1Char(' '))); in paint()
227 …titleRectangle.setRight(option.rect.width() - calculateLength(option, description) - (urlLength + … in paint()
276 int AddressDelegate::calculateLength(const QStyleOptionViewItem &option, const QString &text, int l… in calculateLength() function in Otter::AddressDelegate
292 return calculateLength(option, text.mid(index + m_highlight.length()), length); in calculateLength()

12