/external/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() 461 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 | 47 private long totalLength; field in GCMBlockCipher 180 this.totalLength = 0; in init() 307 if (totalLength == 0) in outputBlock() 326 if (totalLength == 0) in doFinal() 374 long c = ((totalLength * 8) + 127) >>> 7; in doFinal() 395 Pack.longToBigEndian(totalLength * 8, X, 8); in doFinal() 455 totalLength = 0; in reset() 482 totalLength += BLOCK_SIZE; in gCTRBlock() 494 totalLength += len; in gCTRPartial()
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/ |
D | RandomHelper.java | 52 String buildRandomFileName(int averageNodeLength, int totalLength) { in buildRandomFileName() argument 55 while (buf.length() < totalLength) { in buildRandomFileName() 56 int remaining = totalLength - buf.length(); in buildRandomFileName()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-09-29-ReMatBug.ll | 42 %8 = getelementptr i8, 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/skia/src/gpu/ |
D | GrTRecorder.h | 209 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue + dataLength; in alloc_back() local 214 while (fTailBlock->fBack + totalLength > fTailBlock->fLength) { in alloc_back() 216 fTailBlock = MemBlock::Alloc(SkTMax(2 * fTailBlock->fLength, totalLength), fTailBlock); in alloc_back() 227 header->fTotalLength = totalLength; in alloc_back() 230 fTailBlock->fBack += totalLength; in alloc_back()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jsch.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/icu/icu4c/source/i18n/ |
D | collationsettings.cpp | 194 int32_t totalLength = codesLength + rangesLength; in setReorderArrays() local 195 U_ASSERT(totalLength > 0); in setReorderArrays() 196 if(totalLength <= reorderCodesCapacity) { in setReorderArrays() 200 int32_t capacity = (totalLength + 3) & ~3; // round up to a multiple of 4 ints in setReorderArrays()
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | UrlEncoded.java | 398 int totalLength=0; in decode88591To() local 462 if (maxLength>=0 && (++totalLength > maxLength)) in decode88591To() 497 int totalLength=0; in decodeUtf8To() local 569 if (maxLength>=0 && (++totalLength > maxLength)) in decodeUtf8To() 635 int totalLength = 0; in decodeTo() local 703 totalLength++; in decodeTo() 704 if (maxLength>=0 && totalLength > maxLength) in decodeTo()
|
/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/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/icu/icu4c/source/common/ |
D | utrie2_builder.cpp | 348 … long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie_printLengths() local 350 indexLength, dataLength, totalLength); in utrie_printLengths() 357 … long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie2_printLengths() local 359 which, indexLength, dataLength, totalLength); in utrie2_printLengths()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.util_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/lib/ |
D | jetty-util-6.1.26.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/v8/src/ |
D | array.js | 50 var totalLength = 0;
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |