Home
last modified time | relevance | path

Searched refs:iset (Results 1 – 25 of 47) sorted by relevance

12

/external/fec/
Dsim.c12 static int iset; in normal_rand() local
14 if(iset){ in normal_rand()
16 iset = 0; in normal_rand()
29 iset++; in normal_rand()
/external/skia/tests/
DInterpolatorTest.cpp12 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { in iset() function
24 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0); in DEF_TEST()
25 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330)); in DEF_TEST()
53 REPORTER_ASSERT(reporter, memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0); in DEF_TEST()
DShaderOpacityTest.cpp52 pts[0].iset(0, 0); in test_gradient()
53 pts[1].iset(1, 0); in test_gradient()
/external/skqp/tests/
DInterpolatorTest.cpp12 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { in iset() function
24 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0); in DEF_TEST()
25 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330)); in DEF_TEST()
53 REPORTER_ASSERT(reporter, memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0); in DEF_TEST()
DShaderOpacityTest.cpp52 pts[0].iset(0, 0); in test_gradient()
53 pts[1].iset(1, 0); in test_gradient()
/external/skqp/docs/
DSkIPoint_Reference.bmh40 #SeeAlso set() SkPoint::iset() SkPoint::Make
171 p0.iset(pts[i]);
172 p1.iset(pts[i + 1]);
206 p0.iset(pts[i]);
207 p1.iset(pts[i + 1]);
318 p0.iset(pts[i]);
319 p1.iset(pts[i + 1]);
360 p0.iset(pts[i]);
361 p1.iset(pts[i + 1]);
/external/skia/docs/
DSkIPoint_Reference.bmh40 #SeeAlso set() SkPoint::iset() SkPoint::Make
171 p0.iset(pts[i]);
172 p1.iset(pts[i + 1]);
206 p0.iset(pts[i]);
207 p1.iset(pts[i + 1]);
318 p0.iset(pts[i]);
319 p1.iset(pts[i + 1]);
360 p0.iset(pts[i]);
361 p1.iset(pts[i + 1]);
DSkPoint_Reference.bmh43 #SeeAlso set() iset() SkIPoint::Make
131 #SeeAlso iset() Make
137 #Method void iset(int32_t x, int32_t y)
144 pt1.iset(SK_MinS16, SK_MaxS16);
154 #Method void iset(const SkIPoint& p)
160 fPt.iset(iPt);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java678 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() local
679 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI()
681 } else if (!iset.string.equals("ab")) { in TestAPI()
841 SortedSet iset = new TreeSet(); in TestSetRelation() local
845 pick(i, choices, iset); in TestSetRelation()
848 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation()
864 SortedSet iset = new TreeSet(); in SetSpeed2() local
868 iset.add(new Integer(i)); in SetSpeed2()
877 CheckSpeed(iset, jset, "when a = b", iterations); in SetSpeed2()
879 iset.add(new Integer(size + 1)); // add odd value in middle in SetSpeed2()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java681 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() local
682 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI()
684 } else if (!iset.string.equals("ab")) { in TestAPI()
844 SortedSet iset = new TreeSet(); in TestSetRelation() local
848 pick(i, choices, iset); in TestSetRelation()
851 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation()
867 SortedSet iset = new TreeSet(); in SetSpeed2() local
871 iset.add(new Integer(i)); in SetSpeed2()
880 CheckSpeed(iset, jset, "when a = b", iterations); in SetSpeed2()
882 iset.add(new Integer(size + 1)); // add odd value in middle in SetSpeed2()
[all …]
/external/clang/test/Rewriter/
Dobjc-modern-StretAPI-2.mm23 - (NSArray *)objectsAtIndexes:(NSIndexSet *)iset {
26 NSRange range = [iset rangeAtIndex:ridx];
/external/skia/samplecode/
DSample.cpp159 click->fOrig.iset(x, y); in DoClickDown()
179 click->fCurr.iset(x, y); in DoClickMoved()
198 click->fCurr.iset(x, y); in DoClickUp()
DSampleBitmapRect.cpp192 fSrcR.iset(0, 0, fBitmap.height() * 3, fBitmap.height()); in resetBounce()
215 fLimitR.iset(0, 0, fBitmap.width(), fBitmap.height()); in onOnceBeforeDraw()
/external/skqp/samplecode/
DSample.cpp159 click->fOrig.iset(x, y); in DoClickDown()
179 click->fCurr.iset(x, y); in DoClickMoved()
198 click->fCurr.iset(x, y); in DoClickUp()
DSampleBitmapRect.cpp192 fSrcR.iset(0, 0, fBitmap.height() * 3, fBitmap.height()); in resetBounce()
215 fLimitR.iset(0, 0, fBitmap.width(), fBitmap.height()); in onOnceBeforeDraw()
/external/skia/bench/
DBitmapRectBench.cpp77 fSrcR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
78 fDstR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
/external/skqp/bench/
DBitmapRectBench.cpp77 fSrcR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
78 fDstR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp124 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in DrawAroundInvPath()
130 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in DrawAroundInvPath()
136 rect.iset(devPathBounds.fRight, devPathBounds.fTop, in DrawAroundInvPath()
142 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom, in DrawAroundInvPath()
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp122 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in DrawAroundInvPath()
128 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in DrawAroundInvPath()
134 rect.iset(devPathBounds.fRight, devPathBounds.fTop, in DrawAroundInvPath()
140 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom, in DrawAroundInvPath()
/external/icu/icu4c/source/data/region/
Dfi.txt131 GS{"Etelä-Georgia ja Eteläiset Sandwichsaaret"}
260 TF{"Ranskan eteläiset alueet"}
284 VG{"Brittiläiset Neitsytsaaret"}
/external/skia/include/core/
DSkPoint.h221 void iset(int32_t x, int32_t y) { in iset() function
234 void iset(const SkIPoint& p) { in iset() function
/external/skqp/include/core/
DSkPoint.h221 void iset(int32_t x, int32_t y) { in iset() function
234 void iset(const SkIPoint& p) { in iset() function
/external/skqp/gm/
Dimage.cpp67 src1.iset(0, 0, surf->width(), surf->height()); in test_surface()
68 src2.iset(-surf->width() / 2, -surf->height() / 2, in test_surface()
70 src3.iset(0, 0, surf->width() / 2, surf->height() / 2); in test_surface()
/external/skia/gm/
Dimage.cpp67 src1.iset(0, 0, surf->width(), surf->height()); in test_surface()
68 src2.iset(-surf->width() / 2, -surf->height() / 2, in test_surface()
70 src3.iset(0, 0, surf->width() / 2, surf->height() / 2); in test_surface()
/external/antlr/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java757 IntervalSet iset = (IntervalSet)set; in genSetExpr() local
758 if ( iset.getIntervals()==null || iset.getIntervals().isEmpty() ) { in genSetExpr()
780 Iterator<Interval> iter = iset.getIntervals().iterator(); in genSetExpr()
811 Iterator<Interval> iter = iset.getIntervals().iterator(); in genSetExpr()

12