/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 114 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/ |
D | Spline.java | 32 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/ |
D | GCMBlockCipher.java | 45 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/ |
D | ScriptFormatterWorker.js | 73 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);
|
D | HeapSnapshotGridNodes.js | 243 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/ |
D | PathTraversalState.cpp | 124 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/ |
D | 2008-09-29-ReMatBug.ll | 42 %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/ |
D | Shader.cpp | 54 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()
|
D | ProgramBinary.cpp | 1862 …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/ |
D | RenderScrollbar.cpp | 318 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/ |
D | SVGPathUtilities.h | 56 bool getTotalLengthOfSVGPathByteStream(SVGPathByteStream*, float& totalLength);
|
D | SVGPathUtilities.cpp | 298 bool getTotalLengthOfSVGPathByteStream(SVGPathByteStream* stream, float& totalLength) in getTotalLengthOfSVGPathByteStream() argument 310 totalLength = builder->totalLength(); in getTotalLengthOfSVGPathByteStream()
|
D | SVGPathTraversalStateBuilder.h | 36 float totalLength();
|
D | SVGPathElement.cpp | 96 float totalLength = 0; in getTotalLength() local 97 getTotalLengthOfSVGPathByteStream(pathByteStream(), totalLength); in getTotalLength() 98 return totalLength; in getTotalLength()
|
D | SVGPathTraversalStateBuilder.cpp | 84 float SVGPathTraversalStateBuilder::totalLength() in totalLength() function in WebCore::SVGPathTraversalStateBuilder
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutEngine.cpp | 180 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/ |
D | com_svox_picottsengine.cpp | 762 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/ |
D | MarkupAccumulator.h | 83 static size_t totalLength(const Vector<String>&);
|
D | MarkupAccumulator.cpp | 185 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) in totalLength() function in WebCore::MarkupAccumulator
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 1321 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/ |
D | shaderapi.c | 1321 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/ |
D | utrie2_builder.c | 350 … 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/ |
D | utrie2_builder.cpp | 350 … 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/ |
D | Element.cpp | 2397 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/ |
D | array.js | 72 var totalLength = 0;
|