Home
last modified time | relevance | path

Searched refs:totalLength (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DRopeByteString.java114 private final int totalLength; field in RopeByteString
133 totalLength = leftLength + right.size(); in RopeByteString()
252 if (index > totalLength) { in byteAt()
254 "Index > length: " + index + ", " + totalLength); in byteAt()
269 return totalLength; in size()
290 return totalLength >= minLengthByDepth[treeDepth]; in isBalanced()
314 if (endIndex > totalLength) { in substring()
316 "End index: " + endIndex + " > " + totalLength); in substring()
329 } else if (substringLength == totalLength) { in substring()
447 if (totalLength != otherByteString.size()) { in equals()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DSpline.java32 private float totalLength; field in Spline
179 totalLength = 0; in clearControlPoints()
186 totalLength = 0; in computeTotalLentgh()
198 totalLength += l; in computeTotalLentgh()
221 totalLength += l; in computeCatmulLength()
236 totalLength += l; in computeBezierLength()
329 return totalLength; in getTotalLength()
417 oc.write(totalLength, "totalLength", 0); in write()
439 totalLength = in.readFloat("totalLength", 0); in read()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java45 private long totalLength; field in GCMBlockCipher
172 this.totalLength = 0; in init()
291 if (totalLength == 0) in outputBlock()
310 if (totalLength == 0) in doFinal()
354 long c = ((totalLength * 8) + 127) >>> 7; in doFinal()
375 Pack.longToBigEndian(totalLength * 8, X, 8); in doFinal()
432 totalLength = 0; in reset()
459 totalLength += BLOCK_SIZE; in gCTRBlock()
471 totalLength += len; in gCTRPartial()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScriptFormatterWorker.js73 FormatterWorker._chunkCount = function(totalLength, chunkSize) argument
75 if (totalLength <= chunkSize)
78 var remainder = totalLength % chunkSize;
79 var partialLength = totalLength - remainder;
89 const totalLength = params.content.length;
91 const chunkCount = FormatterWorker._chunkCount(totalLength, chunkSize);
DHeapSnapshotGridNodes.js243 if (items.endPosition < items.totalLength)
244 … insertShowMoreButton.call(this, items.endPosition, items.totalLength, insertionIndex++);
257 if (range.to < items.totalLength)
265 …wMoreButton.call(this, items.startPosition, found ? range.from : items.totalLength, insertionIndex…
286 var newEndOfRange = nextRange ? nextRange.from : items.totalLength;
302 if (newEndOfRange === items.totalLength)
938 items.totalLength = this._addedCount + this._removedCount;
967 items.totalLength = this._addedCount + this._removedCount;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPathTraversalState.cpp124 float totalLength = 0; in curveLength() local
134 totalLength += length; in curveLength()
138 if (traversalState.m_totalLength + totalLength > traversalState.m_desiredLength) in curveLength()
139 return totalLength; in curveLength()
146 return totalLength; in curveLength()
/external/llvm/test/CodeGen/X86/
D2008-09-29-ReMatBug.ll42 %8 = getelementptr i8* %bufptr.0.lcssa, i32 %totalLength.0.ph ; <i8*> [#uses=1]
47 %totalLength.0.ph = add i32 0, %totalLength.1.ph ; <i32> [#uses=2]
61 %totalLength.1.ph = phi i32 [ 0, %bb4 ], [ %totalLength.0.ph, %bb35 ] ; <i32> [#uses=1]
/external/chromium_org/third_party/angle/src/libGLESv2/
DShader.cpp54 int totalLength = 0; in setSource() local
60 totalLength += length[i]; in setSource()
64 totalLength += (int)strlen(string[i]); in setSource()
68 mSource = new char[totalLength + 1]; in setSource()
88 mSource[totalLength] = '\0'; in setSource()
DProgramBinary.cpp1862 …GLsizei totalLength = streamLength + sizeof(GUID) + pixelShaderSize + vertexShaderSize + geometryS… in save() local
1863 if (totalLength > bufSize) in save()
1895 ASSERT(ptr - totalLength == binary); in save()
1900 *length = totalLength; in save()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbar.cpp318 int totalLength = startLength + endLength; in trackRect() local
319 return IntRect(x() + startLength, y(), width() - totalLength, height()); in trackRect()
326 int totalLength = startLength + endLength; in trackRect() local
328 return IntRect(x(), y() + startLength, width(), height() - totalLength); in trackRect()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathUtilities.h56 bool getTotalLengthOfSVGPathByteStream(SVGPathByteStream*, float& totalLength);
DSVGPathUtilities.cpp298 bool getTotalLengthOfSVGPathByteStream(SVGPathByteStream* stream, float& totalLength) in getTotalLengthOfSVGPathByteStream() argument
310 totalLength = builder->totalLength(); in getTotalLengthOfSVGPathByteStream()
DSVGPathTraversalStateBuilder.h36 float totalLength();
DSVGPathElement.cpp96 float totalLength = 0; in getTotalLength() local
97 getTotalLengthOfSVGPathByteStream(pathByteStream(), totalLength); in getTotalLength()
98 return totalLength; in getTotalLength()
DSVGPathTraversalStateBuilder.cpp84 float SVGPathTraversalStateBuilder::totalLength() in totalLength() function in WebCore::SVGPathTraversalStateBuilder
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngine.cpp180 float totalLength = 0; in beginTextPathLayout() local
197 totalLength += length; in beginTextPathLayout()
217 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters; in beginTextPathLayout()
219 m_textPathScaling = desiredTextLength / totalLength; in beginTextPathLayout()
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp762 int start, totalLength, i, j; in createPhonemeString() local
778 start = 0; totalLength = 0; i = 0; j = 0; in createPhonemeString()
788 totalLength += strlen(words[j-1]); in createPhonemeString()
796 totalLength += strlen(words[j]); in createPhonemeString()
797 convstring = new char[totalLength + 1]; in createPhonemeString()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h83 static size_t totalLength(const Vector<String>&);
DMarkupAccumulator.cpp185 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) in totalLength() function in WebCore::MarkupAccumulator
/external/mesa3d/src/mesa/main/
Dshaderapi.c1321 GLsizei i, totalLength; in _mesa_ShaderSourceARB() local
1360 totalLength = offsets[count - 1] + 2; in _mesa_ShaderSourceARB()
1361 source = (GLcharARB *) malloc(totalLength * sizeof(GLcharARB)); in _mesa_ShaderSourceARB()
1373 source[totalLength - 1] = '\0'; in _mesa_ShaderSourceARB()
1374 source[totalLength - 2] = '\0'; in _mesa_ShaderSourceARB()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshaderapi.c1321 GLsizei i, totalLength; in _mesa_ShaderSourceARB() local
1360 totalLength = offsets[count - 1] + 2; in _mesa_ShaderSourceARB()
1361 source = (GLcharARB *) malloc(totalLength * sizeof(GLcharARB)); in _mesa_ShaderSourceARB()
1373 source[totalLength - 1] = '\0'; in _mesa_ShaderSourceARB()
1374 source[totalLength - 2] = '\0'; in _mesa_ShaderSourceARB()
/external/chromium_org/third_party/icu/source/common/
Dutrie2_builder.c350 … long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie_printLengths() local
352 indexLength, dataLength, totalLength); in utrie_printLengths()
359 … long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie2_printLengths() local
361 which, indexLength, dataLength, totalLength); in utrie2_printLengths()
/external/icu4c/common/
Dutrie2_builder.cpp350 … long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie_printLengths() local
352 indexLength, dataLength, totalLength); in utrie_printLengths()
359 … long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie2_printLengths() local
361 which, indexLength, dataLength, totalLength); in utrie2_printLengths()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2397 unsigned totalLength = 0; in textFromChildren() local
2408 if (length > std::numeric_limits<unsigned>::max() - totalLength) in textFromChildren()
2410 totalLength += length; in textFromChildren()
2422 content.reserveCapacity(totalLength); in textFromChildren()
2429 ASSERT(content.length() == totalLength); in textFromChildren()
/external/v8/src/
Darray.js72 var totalLength = 0;

12