Searched defs:inputIndex (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioNodeCustom.cpp42 unsigned inputIndex = 0; local
52 inputIndex = exec->argument(2).toInt32(exec);
55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex);
/external/skia/src/utils/
H A DSkSHA1.cpp37 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);
H A DSkMD5.cpp39 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);
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) argument
119 if (destination && inputIndex >= destination->numberOfInputs())
129 AudioNodeInput* input = destination->input(inputIndex);
/external/icu4c/layout/
H A DThaiShaping.cpp145 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...]
/external/icu4c/i18n/
H A Duspoof.cpp665 int32_t inputIndex = 0; local
667 while (inputIndex < normalizedLen) {
669 U16_NEXT(nfdInput, inputIndex, normalizedLen, c);
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 184 milliseconds