HomeSort by relevance Sort by last modified time
    Searched refs:inputIndex (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/layout/
ThaiShaping.cpp 145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
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, success)
    [all...]
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/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicInspectorNode.h 43 virtual void connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionState&) OVERRIDE FINAL;
AudioBasicInspectorNode.cpp 54 void AudioBasicInspectorNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState)
60 AudioNode::connect(destination, outputIndex, inputIndex, exceptionState);
AudioNode.cpp 183 void AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState)
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);
AudioNode.h 132 virtual void connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionState&);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
b64.js 13 var inputIndex = 0;
16 accu |= bytes[inputIndex++];
41 var inputIndex = 0;
44 accu |= bytes[inputIndex++];
  /external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp 39 unsigned int inputIndex;
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);
SkSHA1.cpp 37 unsigned int inputIndex;
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/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolverTest.cpp 212 int inputIndex = reversed ? run->stop() - i - 1 : run->start() + i;
213 if (!isNonRenderedCodePoint(input[inputIndex]))
214 actualOrder.push_back(inputIndex);
216 actualLevels[inputIndex] = run->level();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.cpp 371 unsigned int inputIndex = 0;
378 ASSERT(inputIndex < MAX_VERTEX_ATTRIBS);
379 const VertexFormat &vertexFormat = inputLayout[inputIndex];
414 inputIndex += VariableRowCount(TransposeMatrixType(shaderAttribute.type));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 651 int32_t inputIndex = 0;
654 for (inputIndex=0; inputIndex < normalizedLen; ) {
655 UChar32 c = nfdId.char32At(inputIndex);
656 inputIndex += U16_LENGTH(c);
rematch.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 684 int32_t inputIndex = 0;
687 for (inputIndex=0; inputIndex < normalizedLen; ) {
688 UChar32 c = nfdId.char32At(inputIndex);
689 inputIndex += U16_LENGTH(c);
rematch.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1354 milliseconds