/external/fec/ |
D | sim.c | 12 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/ |
D | InterpolatorTest.cpp | 12 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()
|
D | ShaderOpacityTest.cpp | 51 pts[0].iset(0, 0); in test_gradient() 52 pts[1].iset(1, 0); in test_gradient()
|
D | ClipStackTest.cpp | 236 rectA.iset(10, 10, 50, 50); in test_bounds() 237 rectB.iset(40, 40, 80, 80); in test_bounds() 317 rectA.iset(10, 10, 40, 40); in test_isWideOpen() 318 rectB.iset(50, 50, 80, 80); in test_isWideOpen() 1381 answer.iset(25, 25, 75, 75); in DEF_TEST()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 675 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() local 676 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI() 678 } else if (!iset.string.equals("ab")) { in TestAPI() 838 SortedSet iset = new TreeSet(); in TestSetRelation() local 842 pick(i, choices, iset); in TestSetRelation() 845 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation() 861 SortedSet iset = new TreeSet(); in SetSpeed2() local 865 iset.add(new Integer(i)); in SetSpeed2() 874 CheckSpeed(iset, jset, "when a = b", iterations); in SetSpeed2() 876 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/ |
D | UnicodeSetTest.java | 676 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() local 677 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI() 679 } else if (!iset.string.equals("ab")) { in TestAPI() 839 SortedSet iset = new TreeSet(); in TestSetRelation() local 843 pick(i, choices, iset); in TestSetRelation() 846 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation() 862 SortedSet iset = new TreeSet(); in SetSpeed2() local 866 iset.add(new Integer(i)); in SetSpeed2() 875 CheckSpeed(iset, jset, "when a = b", iterations); in SetSpeed2() 877 iset.add(new Integer(size + 1)); // add odd value in middle in SetSpeed2() [all …]
|
/external/clang/test/Rewriter/ |
D | objc-modern-StretAPI-2.mm | 23 - (NSArray *)objectsAtIndexes:(NSIndexSet *)iset { 26 NSRange range = [iset rangeAtIndex:ridx];
|
/external/skia/src/gpu/ |
D | GrSoftwarePathRenderer.cpp | 101 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in DrawAroundInvPath() 107 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in DrawAroundInvPath() 113 rect.iset(devPathBounds.fRight, devPathBounds.fTop, in DrawAroundInvPath() 119 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom, in DrawAroundInvPath()
|
/external/skia/bench/ |
D | BitmapRectBench.cpp | 75 fSrcR.iset(0, 0, kWidth, kHeight); in onDelayedSetup() 76 fDstR.iset(0, 0, kWidth, kHeight); in onDelayedSetup()
|
/external/icu/icu4c/source/data/region/ |
D | fi.txt | 129 GS{"Etelä-Georgia ja Eteläiset Sandwichsaaret"} 258 TF{"Ranskan eteläiset alueet"} 282 VG{"Brittiläiset Neitsytsaaret"}
|
/external/skia/samplecode/ |
D | SampleBitmapRect.cpp | 192 fSrcR.iset(0, 0, fBitmap.height() * 3, fBitmap.height()); in resetBounce() 204 fLimitR.iset(0, 0, fBitmap.width(), fBitmap.height()); in BitmapRectView2()
|
/external/skia/gm/ |
D | image.cpp | 85 src1.iset(0, 0, surf->width(), surf->height()); in test_surface() 86 src2.iset(-surf->width() / 2, -surf->height() / 2, in test_surface() 88 src3.iset(0, 0, surf->width() / 2, surf->height() / 2); in test_surface()
|
D | gradients.cpp | 404 c0.iset(-80, 25); in onDraw() 407 c1.iset(0, 25); in onDraw() 487 center.iset(0, 300); in onDraw()
|
/external/skia/src/views/ |
D | SkView.cpp | 387 click->fOrig.iset(x, y); in DoClickDown() 411 click->fCurr.iset(x, y); in DoClickMoved() 434 click->fCurr.iset(x, y); in DoClickUp()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CodeGenerator.java | 762 IntervalSet iset = (IntervalSet)set; in genSetExpr() local 763 if ( iset.getIntervals()==null || iset.getIntervals().size()==0 ) { in genSetExpr() 775 Iterator iter = iset.getIntervals().iterator(); in genSetExpr()
|
/external/skia/include/core/ |
D | SkPoint.h | 179 void iset(int32_t x, int32_t y) { in iset() function 187 void iset(const SkIPoint& p) { in iset() function
|
D | SkRect.h | 533 void iset(int left, int top, int right, int bottom) { in iset() function
|
/external/icu/icu4c/source/data/lang/ |
D | fi.txt | 687 Egyp{"egyptiläiset hieroglyfit"} 979 khmr{"khmeriläiset numerot"} 1019 tibt{"tiibetiläiset numerot"}
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 645 UnicodeSetIterator iset(set); in TestAPI() local 646 if (!iset.next() || !iset.isString()) { in TestAPI() 648 } else if (iset.getString() != "ab") { in TestAPI()
|
/external/clang/include/clang/Basic/ |
D | BuiltinsHexagon.def | 17 // The builtins below are not autogenerated from iset.py. 44 // The builtins above are not autogenerated from iset.py.
|
/external/icu/icu4c/source/data/locales/ |
D | fi.txt | 1128 small_form_variant{"Vähäiset muotovariantit"}
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1735 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset, in onGetLocalClipBounds()
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |