Home
last modified time | relevance | path

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

12

/external/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()
461 if (totalLength != otherByteString.size()) { in equals()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java52 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/
DRandomHelper.java52 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/
D2008-09-29-ReMatBug.ll42 %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/
DGrTRecorder.h207 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/
Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp194 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/
DUrlEncoded.java398 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/
Dcom_svox_picottsengine.cpp761 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/
DParameters.java173 int totalLength = parameterTypes.length; in checkParameterTypes() local
186 totalLength--; in checkParameterTypes()
190 if (parameterNames.length != totalLength) { in checkParameterTypes()
/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/icu/icu4c/source/common/
Dutrie2_builder.cpp348 … 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/
Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...
/external/guice/extensions/struts2/lib/
Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/jetty/lib/
Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/testng/ant/
Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/external/v8/src/js/
Darray.js118 var totalLength = 0;
/external/opencv3/samples/java/sbt/sbt/
Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org ...
/external/bouncycastle/patches/
Dbcprov.patch1091 + return totalLength + newInputLen + bufOff;
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...

12