/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | Inflater.cs | 61 int inputIndex = offset;
64 while (err >= 0 && inputIndex < total)
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
75 inputIndex += (int)_ztream.total_in;
|
H A D | Deflater.cs | 61 int inputIndex = offset;
64 while (err >= 0 && inputIndex < total)
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
76 inputIndex += (int)_ztream.total_in;
|
/external/icu4c/layout/ |
H A D | ThaiShaping.cpp | 145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, argument 152 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 157 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 162 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 167 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 172 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 189 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 194 glyphStorage.setCharIndex(outputIndex, inputIndex, success); 200 glyphStorage.setCharIndex(outputIndex, inputIndex, succes 228 getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument 269 le_int32 inputIndex; local [all...] |
H A D | ThaiShaping.h | 82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, 85 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,
|
/external/webkit/Source/WebCore/bindings/js/ |
H A D | JSAudioNodeCustom.cpp | 42 unsigned inputIndex = 0; local 52 inputIndex = exec->argument(2).toInt32(exec); 55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex);
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
H A D | DirectiveList.java | 320 int inputIndex; 333 inputIndex = m_scanStart; 334 while (inputIndex < m_curPos) 336 if ('\\' == (valueChar = m_directives.charAt(inputIndex))) 337 inputIndex++; 338 valueBuf.setCharAt(valueIndex, m_directives.charAt(inputIndex)); 340 inputIndex++;
|
/external/smack/src/com/novell/sasl/client/ |
H A D | DirectiveList.java | 320 int inputIndex; 333 inputIndex = m_scanStart; 334 while (inputIndex < m_curPos) 336 if ('\\' == (valueChar = m_directives.charAt(inputIndex))) 337 inputIndex++; 338 valueBuf.setCharAt(valueIndex, m_directives.charAt(inputIndex)); 340 inputIndex++;
|
/external/skia/src/utils/ |
H A D | SkMD5.cpp | 39 unsigned int inputIndex; local 44 inputIndex = bufferAvailable; 46 inputIndex = 0; 49 for (; inputIndex + 63 < inputLength; inputIndex += 64) { 50 transform(this->state, &input[inputIndex]); 55 inputIndex = 0; 58 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
|
H A D | SkSHA1.cpp | 37 unsigned int inputIndex; local 42 inputIndex = bufferAvailable; 44 inputIndex = 0; 47 for (; inputIndex + 63 < inputLength; inputIndex += 64) { 48 transform(this->state, &input[inputIndex]); 53 inputIndex = 0; 56 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
|
/external/webkit/Source/WebCore/webaudio/ |
H A D | AudioNode.cpp | 111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) argument 119 if (destination && inputIndex >= destination->numberOfInputs()) 129 AudioNodeInput* input = destination->input(inputIndex);
|
H A D | AudioNode.h | 113 bool connect(AudioNode* destination, unsigned outputIndex = 0, unsigned inputIndex = 0);
|
/external/icu4c/i18n/ |
H A D | uspoof.cpp | 665 int32_t inputIndex = 0; local 667 while (inputIndex < normalizedLen) { 669 U16_NEXT(nfdInput, inputIndex, normalizedLen, c);
|
H A D | rematch.cpp | 5085 int64_t inputIndex = fp->fInputIdx; 5092 for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { 5093 if (inputIndex >= fActiveLimit) { 5098 if (inputBuf[groupIndex] != inputBuf[inputIndex]) { 5104 fp->fInputIdx = inputIndex;
|
/external/smack/asmack-master/lib/ |
H A D | httpclient-4.1.3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ... |