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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBasicInspectorNode.cpp54 void AudioBasicInspectorNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState) argument
60 AudioNode::connect(destination, outputIndex, inputIndex, exceptionState);
H A DAudioNode.cpp183 void AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState) argument
203 if (destination && inputIndex >= destination->numberOfInputs()) {
206 "input index (" + String::number(inputIndex) + ") exceeds number of inputs (" + String::number(destination->numberOfInputs()) + ").");
217 AudioNodeInput* input = destination->input(inputIndex);
/external/chromium_org/third_party/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/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/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolverTest.cpp212 int inputIndex = reversed ? run->stop() - i - 1 : run->start() + i; local
213 if (!isNonRenderedCodePoint(input[inputIndex]))
214 actualOrder.push_back(inputIndex);
216 actualLevels[inputIndex] = run->level();
/external/icu/icu4c/source/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/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp651 int32_t inputIndex = 0; local
654 for (inputIndex=0; inputIndex < normalizedLen; ) {
655 UChar32 c = nfdId.char32At(inputIndex);
656 inputIndex += U16_LENGTH(c);
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp684 int32_t inputIndex = 0; local
687 for (inputIndex=0; inputIndex < normalizedLen; ) {
688 UChar32 c = nfdId.char32At(inputIndex);
689 inputIndex += U16_LENGTH(c);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp371 unsigned int inputIndex = 0; local
378 ASSERT(inputIndex < MAX_VERTEX_ATTRIBS);
379 const VertexFormat &vertexFormat = inputLayout[inputIndex];
414 inputIndex += VariableRowCount(TransposeMatrixType(shaderAttribute.type));
1128 for (size_t inputIndex = 0; inputIndex < MAX_VERTEX_ATTRIBS; inputIndex++)
1130 const VertexFormat &vertexFormat = inputLayout[inputIndex];
1134 signature[inputIndex] = GL_NONE;
1139 signature[inputIndex]
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 193 milliseconds