/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | GCMBlockCipher.java | 52 private long totalLength; field in GCMBlockCipher 185 this.totalLength = 0; in init() 214 return totalLength + newInputLen + bufOff; in getTotalInputSizeAfterNewInput() 340 if (totalLength == 0) in outputBlock() 359 if (totalLength == 0) in doFinal() 416 long c = ((totalLength * 8) + 127) >>> 7; in doFinal() 437 Pack.longToBigEndian(totalLength * 8, X, 8); in doFinal() 493 totalLength = 0; in reset() 520 totalLength += BLOCK_SIZE; in gCTRBlock() 532 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 | 207 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue + dataLength; in alloc_back() local 212 while (fTailBlock->fBack + totalLength > fTailBlock->fLength) { in alloc_back() 214 fTailBlock = MemBlock::Alloc(SkTMax(2 * fTailBlock->fLength, totalLength), fTailBlock); in alloc_back() 224 header->fTotalLength = totalLength; in alloc_back() 227 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 | 761 int start, totalLength, i, j; in createPhonemeString() local 777 start = 0; totalLength = 0; i = 0; j = 0; in createPhonemeString() 787 totalLength += strlen(words[j-1]); in createPhonemeString() 795 totalLength += strlen(words[j]); in createPhonemeString() 796 convstring = new char[totalLength + 1]; in createPhonemeString()
|
/external/testng/src/main/java/org/testng/internal/ |
D | Parameters.java | 173 int totalLength = parameterTypes.length; in checkParameterTypes() local 186 totalLength--; in checkParameterTypes() 190 if (parameterNames.length != totalLength) { in checkParameterTypes()
|
/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/webrtc/webrtc/examples/androidapp/third_party/autobanh/ |
D | autobanh.jar | META-INF/MANIFEST.MF
de/tavendo/autobahn/ByteBufferInputStream.class
ByteBufferInputStream.java
... |
/external/guice/extensions/struts2/lib/ |
D | jetty-util-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/jetty/lib/ |
D | jetty-util-6.1.26.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/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/testng/ant/ |
D | ivy-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/external/v8/src/js/ |
D | array.js | 118 var totalLength = 0;
|
/external/opencv3/samples/java/sbt/sbt/ |
D | sbt-launch.jar | module.properties
org/apache/ivy/Ivy$1.class
Ivy.java
package org ... |
/external/bouncycastle/patches/ |
D | bcprov.patch | 1091 + return totalLength + newInputLen + bufOff;
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |