/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 318 Index currIndex = null; // The entry which is emitted in emitIndexEntries() local 322 if (currIndex == null) { in emitIndexEntries() 323 currIndex = nextIndex; // Prime the pump in emitIndexEntries() 325 if (nextIndex.name_.compareTo(currIndex.name_) == 0) { in emitIndexEntries() 332 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries() 336 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries() 339 currIndex = nextIndex; in emitIndexEntries() 345 if (currIndex != null) in emitIndexEntries() 346 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries() 377 Index currIndex = (Index)(iter.next()); in emitMissingSinces() local [all …]
|
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 180 int currIndex = 0; in SkIsConvexPolygon() local 183 SkVector v0 = polygonVerts[currIndex] - polygonVerts[prevIndex]; in SkIsConvexPolygon() 184 SkVector v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon() 185 SkVector w0 = polygonVerts[currIndex] - origin; in SkIsConvexPolygon() 211 prevIndex = currIndex; in SkIsConvexPolygon() 212 currIndex = nextIndex; in SkIsConvexPolygon() 213 nextIndex = (currIndex + 1) % polygonSize; in SkIsConvexPolygon() 215 v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon() 423 int currIndex = 0; in SkInsetConvexPolygon() local 428 (*insetPolygon)[currIndex], in SkInsetConvexPolygon() [all …]
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 180 int currIndex = 0; in SkIsConvexPolygon() local 183 SkVector v0 = polygonVerts[currIndex] - polygonVerts[prevIndex]; in SkIsConvexPolygon() 184 SkVector v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon() 185 SkVector w0 = polygonVerts[currIndex] - origin; in SkIsConvexPolygon() 211 prevIndex = currIndex; in SkIsConvexPolygon() 212 currIndex = nextIndex; in SkIsConvexPolygon() 213 nextIndex = (currIndex + 1) % polygonSize; in SkIsConvexPolygon() 215 v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon() 436 int currIndex = 0; in SkInsetConvexPolygon() local 441 (*insetPolygon)[currIndex], in SkInsetConvexPolygon() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | TextElementIteratorsFactory.java | 126 private int currIndex; field in TextElementIteratorsFactory.ComposedIterator 130 currIndex = 0; in ComposedIterator() 135 if (currIndex >= elements.size()) { in hasNext() 138 if (elements.get(currIndex).hasNext()){ in hasNext() 141 currIndex++; in hasNext() 150 return elements.get(currIndex).next(); in next() 155 elements.get(currIndex).remove(); in remove()
|
/external/icu/icu4c/source/i18n/ |
D | csdetect.cpp | 331 int32_t currIndex; member 379 if (((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext() 382 currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName(); in enumNext() 383 ((Context *)en->context)->currIndex++; in enumNext() 389 … while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext() 390 if (enabledArray[((Context *)en->context)->currIndex]) { in enumNext() 391 … currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName(); in enumNext() 393 ((Context *)en->context)->currIndex++; in enumNext() 397 … while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext() 398 if (fCSRecognizers[((Context *)en->context)->currIndex]->isDefaultEnabled) { in enumNext() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | uenumtst.c | 40 int32_t currIndex; member 67 if(cont->currIndex >= cont->maxIndex) { in chArrayUNext() 75 cont->currChar = (cont->array)[cont->currIndex]; in chArrayUNext() 78 cont->currIndex++; in chArrayUNext() 84 if(cont->currIndex >= cont->maxIndex) { in chArrayNext() 88 cont->currChar = (cont->array)[cont->currIndex]; in chArrayNext() 90 cont->currIndex++; in chArrayNext() 96 cont->currIndex = 0; in chArrayReset() 146 int32_t currIndex; member 168 if(ucont->currIndex >= ucont->maxIndex) { in uchArrayUNext() [all …]
|
/external/skia/samplecode/ |
D | SampleShip.cpp | 64 int currIndex = 0; in DrawShipView() local 70 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView() 73 fXform[currIndex] = SkRSXform::MakeFromRadians(0.1f, SK_ScalarPI*0.5f, in DrawShipView() 75 currIndex++; in DrawShipView() 78 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView() 81 fXform[currIndex] = SkRSXform::MakeFromRadians(0.5f, SK_ScalarPI*0.5f, in DrawShipView()
|
/external/skqp/samplecode/ |
D | SampleShip.cpp | 64 int currIndex = 0; in DrawShipView() local 70 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView() 73 fXform[currIndex] = SkRSXform::MakeFromRadians(0.1f, SK_ScalarPI*0.5f, in DrawShipView() 75 currIndex++; in DrawShipView() 78 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView() 81 fXform[currIndex] = SkRSXform::MakeFromRadians(0.5f, SK_ScalarPI*0.5f, in DrawShipView()
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 2410 int32_t currIndex = 0; in ucurr_forLocaleAndDate() local 2482 currIndex++; in ucurr_forLocaleAndDate() 2483 if (currIndex == index) in ucurr_forLocaleAndDate() 2495 currIndex++; in ucurr_forLocaleAndDate() 2496 if (currIndex == index) in ucurr_forLocaleAndDate()
|