Searched defs:firstIndex (Results 1 - 25 of 33) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DSetValuesTest.java120 int firstIndex, int length) {
126 packet.setNextValueAsInt(firstIndex);
140 packet.setNextValueAsInt(firstIndex);
119 checkArrayRegion(ArrayRegion valuesRegion, long arrayID, int firstIndex, int length) argument
H A DGetValuesTest.java159 + "; firstIndex = 0; length = " + length);
167 + "; firstIndex = 1; length = " + (length-1));
174 + "; firstIndex = 0; length = " + (length-1));
181 + "; firstIndex = " + (length-1) + " length = 1");
188 private void checkArrayRegion(long arrayID, int error, int firstIndex, int length, argument
196 packet.setNextValueAsInt(firstIndex);
231 value.getIntValue(), i + firstIndex);
237 Integer.parseInt(s), i + firstIndex);
/external/proguard/src/proguard/classfile/util/
H A DInternalTypeEnumeration.java37 private int firstIndex; field in class:InternalTypeEnumeration
48 this.firstIndex = descriptor.indexOf(ClassConstants.INTERNAL_METHOD_ARGUMENTS_OPEN);
50 this.index = firstIndex + 1;
65 return descriptor.substring(0, firstIndex);
183 if (enumeration.firstIndex >= 0)
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DIndexedPointsTest.cpp85 void runTest(GLuint firstIndex) argument
102 glDrawElements(GL_POINTS, mPointCount - firstIndex, IndexTypeName, reinterpret_cast<void*>(firstIndex * sizeof(IndexType)));
109 if (i < firstIndex)
/external/chromium_org/third_party/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp159 int firstIndex = 0; local
162 firstIndex = static_cast<int>(subsetGlyphIDs[0]);
166 curRange = appendRange(&result, firstIndex);
168 for (int gId = firstIndex; gId <= lastIndex; gId++) {
H A DSkTDynamicHash.h91 int index = this->firstIndex(key);
145 int index = this->firstIndex(key);
209 int index = this->firstIndex(key);
227 const int firstIndex = this->firstIndex(key); local
228 int index = firstIndex;
270 int firstIndex(const Key& key) const { function in class:SkTDynamicHash
H A DSkPath.cpp2448 int firstIndex = 0; local
2453 firstIndex = i;
2456 return firstIndex;
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp67 deUint32 firstIndex; member in struct:deqp::gles31::Stress::__anon20379::DrawElementsCommand
262 drawCommand.firstIndex = (m_op == INVALID_INDEX_FIRST) ? (overBoundDrawCount) : (0);
271 << "\n\tfirstIndex\t" << drawCommand.firstIndex
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp159 int firstIndex = 0; local
162 firstIndex = static_cast<int>(subsetGlyphIDs[0]);
166 curRange = appendRange(&result, firstIndex);
168 for (int gId = firstIndex; gId <= lastIndex; gId++) {
H A DSkTDynamicHash.h64 int index = this->firstIndex(key);
101 int index = this->firstIndex(key);
164 int index = this->firstIndex(key);
181 const int firstIndex = this->firstIndex(key); local
182 int index = firstIndex;
223 int firstIndex(const Key& key) const { function in class:SkTDynamicHash
H A DSkPath.cpp2487 int firstIndex = 0; local
2492 firstIndex = i;
2495 return firstIndex;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContextTest.cpp126 size_t firstIndex = operations[0].rect.x() == 50 ? 0 : 1; local
127 EXPECT_EQ(MockCanvas::DrawRect, operations[firstIndex].type);
128 EXPECT_SKRECT_EQ(50, 60, 70, 80, operations[firstIndex].rect);
132 size_t secondIndex = firstIndex == 0 ? 1 : 0;
150 size_t firstIndex = operations[0].rect.x() == 50 ? 0 : 1; local
151 EXPECT_EQ(MockCanvas::DrawRect, operations[firstIndex].type);
152 EXPECT_SKRECT_EQ(50, 60, 70, 80, operations[firstIndex].rect);
154 size_t secondIndex = firstIndex == 0 ? 1 : 0;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull_Test.cpp225 int firstIndex = 0; variable
229 for (size_t index = firstIndex; index < cubicDataSet_count; ++index) {
H A DShapeOps.cpp53 int firstIndex = -1; local
56 angle = sorted[++firstIndex];
60 segment->debugShowSort(__FUNCTION__, sorted, firstIndex);
67 int nextIndex = firstIndex + 1;
68 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
71 SkASSERT(nextIndex != firstIndex);
H A DEdgeWalker.cpp416 int firstIndex, lastIndex; local
449 firstIndex = listIndex;
547 firstIndex + 1, firstPt.fX, firstPt.fY);
2287 size_t firstIndex = 0; local
2291 if (firstIndex != index - 1 && activePtr->fVerb > SkPath::kLine_Verb
2303 activePtr->fCoincident = firstIndex;
2311 firstIndex = index;
2314 nextPtr->fCoincident = firstIndex;
/external/skia/experimental/Intersection/
H A DConvexHull_Test.cpp225 int firstIndex = 0; variable
229 for (size_t index = firstIndex; index < cubicDataSet_count; ++index) {
H A DShapeOps.cpp53 int firstIndex = -1; local
56 angle = sorted[++firstIndex];
60 segment->debugShowSort(__FUNCTION__, sorted, firstIndex);
67 int nextIndex = firstIndex + 1;
68 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
71 SkASSERT(nextIndex != firstIndex);
H A DEdgeWalker.cpp416 int firstIndex, lastIndex; local
449 firstIndex = listIndex;
547 firstIndex + 1, firstPt.fX, firstPt.fY);
2287 size_t firstIndex = 0; local
2291 if (firstIndex != index - 1 && activePtr->fVerb > SkPath::kLine_Verb
2303 activePtr->fCoincident = firstIndex;
2311 firstIndex = index;
2314 nextPtr->fCoincident = firstIndex;
/external/chromium_org/third_party/icu/source/samples/cal/
H A Dcal.c51 int32_t firstIndex,
282 * firstIndex is the index of the symbol to place first in
291 int32_t firstIndex,
307 int32_t idx = (i + firstIndex) % arrayLength;
286 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) argument
/external/icu/icu4c/source/samples/cal/
H A Dcal.c51 int32_t firstIndex,
282 * firstIndex is the index of the symbol to place first in
291 int32_t firstIndex,
307 int32_t idx = (i + firstIndex) % arrayLength;
286 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) argument
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp1113 QModelIndex firstIndex = model->index(0, fFilter.modelColumn(), local
1115 QStandardItem* firstItem = model->itemFromIndex(firstIndex);
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp91 deUint32 firstIndex; member in struct:deqp::gles31::Functional::__anon20263::DrawElementsCommand
893 command.firstIndex = 0;
1219 << " uint firstIndex;\n"
1261 buf << " commands[gl_GlobalInvocationID.x].firstIndex = firstTri*3u;\n";
1381 data.firstIndex = firstTri*3;
2320 drawCommand.firstIndex = 0;
2488 drawCommand.firstIndex = 0;
2666 drawCommand.firstIndex = 0;
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp1074 QModelIndex firstIndex = model->index(0, fFilter.modelColumn(), local
1076 QStandardItem* firstItem = model->itemFromIndex(firstIndex);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java2725 * @param firstIndex
2730 public final void setArrayValues(long arrayID, int firstIndex, argument
2736 command.setNextValueAsInt(firstIndex);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2679 int firstIndex = pQuery->nTerms; local
2716 if( inPhrase && pQuery->nTerms>firstIndex ){
2717 pQuery->pTerms[firstIndex].nPhrase = pQuery->nTerms - firstIndex - 1;

Completed in 1481 milliseconds

12