Searched defs:outputIndex (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioNodeCustom.cpp41 unsigned outputIndex = 0; local
49 outputIndex = exec->argument(1).toInt32(exec);
55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex);
64 unsigned outputIndex = 0; local
66 outputIndex = exec->argument(0).toInt32(exec);
69 audioNode->disconnect(outputIndex);
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) argument
117 if (outputIndex >= numberOfOutputs())
122 AudioNodeOutput* output = this->output(outputIndex);
138 bool AudioNode::disconnect(unsigned outputIndex) argument
143 return connect(0, outputIndex);
/external/icu4c/layout/
H A DThaiShaping.cpp146 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
153 outputBuffer[outputIndex++] = currChar;
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
158 outputBuffer[outputIndex++] = currChar;
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
172 glyphStorage.setCharIndex(outputIndex, inputInde
145 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
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
270 le_int32 outputIndex = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 133 milliseconds