Home
last modified time | relevance | path

Searched refs:currIndex (Results 1 – 11 of 11) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLIndexes.java318 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/
DSkPolyUtils.cpp180 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/
DSkPolyUtils.cpp191 int currIndex = 0; in SkIsConvexPolygon() local
194 SkVector v0 = polygonVerts[currIndex] - polygonVerts[prevIndex]; in SkIsConvexPolygon()
195 SkVector v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()
196 SkVector w0 = polygonVerts[currIndex] - origin; in SkIsConvexPolygon()
222 prevIndex = currIndex; in SkIsConvexPolygon()
223 currIndex = nextIndex; in SkIsConvexPolygon()
224 nextIndex = (currIndex + 1) % polygonSize; in SkIsConvexPolygon()
226 v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()
447 int currIndex = 0; in SkInsetConvexPolygon() local
452 (*insetPolygon)[currIndex], in SkInsetConvexPolygon()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElementIteratorsFactory.java126 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/
Dcsdetect.cpp331 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/
Duenumtst.c40 int32_t currIndex; member
69 if(cont->currIndex >= cont->maxIndex) { in chArrayUNext()
77 cont->currChar = (cont->array)[cont->currIndex]; in chArrayUNext()
80 cont->currIndex++; in chArrayUNext()
87 if(cont->currIndex >= cont->maxIndex) { in chArrayNext()
91 cont->currChar = (cont->array)[cont->currIndex]; in chArrayNext()
93 cont->currIndex++; in chArrayNext()
100 cont->currIndex = 0; in chArrayReset()
150 int32_t currIndex; member
174 if(ucont->currIndex >= ucont->maxIndex) { in uchArrayUNext()
[all …]
/external/skia/samplecode/
DSampleShip.cpp65 int currIndex = 0; in DrawShipView() local
71 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()
74 fXform[currIndex] = SkRSXform::MakeFromRadians(0.1f, SK_ScalarPI*0.5f, in DrawShipView()
76 currIndex++; in DrawShipView()
79 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()
82 fXform[currIndex] = SkRSXform::MakeFromRadians(0.5f, SK_ScalarPI*0.5f, in DrawShipView()
/external/skqp/samplecode/
DSampleShip.cpp64 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/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/icu/icu4c/source/common/
Ducurr.cpp2381 int32_t currIndex = 0; in ucurr_forLocaleAndDate() local
2452 currIndex++; in ucurr_forLocaleAndDate()
2453 if (currIndex == index) in ucurr_forLocaleAndDate()
2465 currIndex++; in ucurr_forLocaleAndDate()
2466 if (currIndex == index) in ucurr_forLocaleAndDate()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavaparser-core-3.3.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...