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

  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyRepeatedField.java 112 int arrIndex = normalizeArrayIndex(index);
115 for (int i = this.storage.size(); i < arrIndex; i++) {
118 this.storage.set(arrIndex, value);
134 int arrIndex = normalizeArrayIndex(arg);
135 if (arrIndex < 0 || arrIndex >= this.storage.size()) {
138 return this.storage.eltInternal(arrIndex);
398 int arrIndex = RubyNumeric.num2int(index);
400 if (arrIndex < 0 && arrSize > 0) {
401 arrIndex = arrSize + arrIndex
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 124 int arrIndex = Math.min(index, bitmapComparers.length - 1);
132 builder.runWithComparer(bitmapComparers[arrIndex]);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 103 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
169 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
GLSharedGroup.cpp 127 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) {
134 if (arrIndex > 0) {
136 (hostLoc - m_Indexes[index].base) / arrIndex;
138 return m_Indexes[index].appBase + arrIndex;
534 GLuint program, GLint hostLoc, GLint arrIndex) {
540 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
548 if (spData) return spData->programData.locationWARHostToApp(hostLoc, arrIndex);
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 1064 std::vector<std::pair<int32_t, int32_t>> arrIndex;
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]

Completed in 835 milliseconds