Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/
Dmain.cpp46 int_set iset; in main() local
47 iset.emplace(1); in main()
48 iset.emplace(2); in main()
49 iset.emplace(3); in main()
50 iset.emplace(4); in main()
51 iset.emplace(5); in main()
/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/perfetto/src/base/
Dflat_set_benchmark.cc52 SetType iset; in BM_SetInsert() local
54 iset.insert(val); in BM_SetInsert()
55 benchmark::DoNotOptimize(iset); in BM_SetInsert()
56 benchmark::DoNotOptimize(iset.begin()); in BM_SetInsert()
/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/examples/
DIPoint_addto_operator.cpp10 p0.iset(pts[i]); in draw()
11 p1.iset(pts[i + 1]); in draw()
DIPoint_subtractfrom_operator.cpp10 p0.iset(pts[i]); in draw()
11 p1.iset(pts[i + 1]); in draw()
DIPoint_subtract_operator.cpp10 p0.iset(pts[i]); in draw()
11 p1.iset(pts[i + 1]); in draw()
DIPoint_add_operator.cpp10 p0.iset(pts[i]); in draw()
11 p1.iset(pts[i + 1]); in draw()
DPoint_iset.cpp8 pt1.iset(SK_MinS16, SK_MaxS16); in draw()
DPoint_iset_2.cpp9 fPt.iset(iPt); in draw()
/external/llvm-project/clang/test/Rewriter/
Dobjc-modern-StretAPI-2.mm23 - (NSArray *)objectsAtIndexes:(NSIndexSet *)iset {
26 NSRange range = [iset rangeAtIndex:ridx];
/external/clang/test/Rewriter/
Dobjc-modern-StretAPI-2.mm23 - (NSArray *)objectsAtIndexes:(NSIndexSet *)iset {
26 NSRange range = [iset rangeAtIndex:ridx];
/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/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/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/skqp/bench/
DBitmapRectBench.cpp77 fSrcR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
78 fDstR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
/external/skia/tests/
DShaderOpacityTest.cpp51 pts[0].iset(0, 0); in test_gradient()
52 pts[1].iset(1, 0); in test_gradient()
/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.txt132 GS{"Etelä-Georgia ja Eteläiset Sandwichinsaaret"}
261 TF{"Ranskan eteläiset ja antarktiset alueet"}
285 VG{"Brittiläiset Neitsytsaaret"}
/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/skia/include/core/
DSkPoint.h211 void iset(int32_t x, int32_t y) { in iset() function
224 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()

12