/third_party/skia/docs/examples/ |
H A D | IPoint_subtractfrom_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | IPoint_subtract_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | IPoint_addto_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | IPoint_add_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | Point_iset.cpp | 8 pt1.iset(SK_MinS16, SK_MaxS16); in REG_FIDDLE()
|
H A D | Point_iset_2.cpp | 9 fPt.iset(iPt); in REG_FIDDLE()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 681 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() 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() 848 pick(i, choices, iset); in TestSetRelation() 851 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation() 867 SortedSet iset = new TreeSet(); in SetSpeed2() 871 iset.add(new Integer(i)); in SetSpeed2() 880 CheckSpeed(iset, jse in SetSpeed2() 892 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed() argument 897 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed2() argument 924 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed3() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 688 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() 689 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI() 691 } else if (!iset.string.equals("ab")) { in TestAPI() 858 SortedSet iset = new TreeSet(); in TestSetRelation() 862 pick(i, choices, iset); in TestSetRelation() 865 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation() 881 SortedSet iset = new TreeSet(); in SetSpeed2() 885 iset.add(new Integer(i)); in SetSpeed2() 894 CheckSpeed(iset, jse in SetSpeed2() 906 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed() argument 911 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed2() argument 938 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed3() argument [all...] |
/third_party/skia/tests/ |
H A D | ShaderOpacityTest.cpp | 51 pts[0].iset(0, 0); in test_gradient() 52 pts[1].iset(1, 0); in test_gradient()
|
/third_party/skia/include/core/ |
H A D | SkPoint.h | 220 void iset(int32_t x, int32_t y) { in iset() function 233 void iset(const SkIPoint& p) { in iset() function
|
/third_party/skia/gm/ |
H A D | gradients.cpp | 401 c0.iset(-80, 25); 404 c1.iset(0, 25); 477 center.iset(0, 300);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 651 UnicodeSetIterator iset(set); in TestAPI() 652 if (!iset.next() || !iset.isString()) { in TestAPI() 654 } else if (iset.getString() != "ab") { in TestAPI()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 302 iset ne u32 and $r6 $r3 0x7ff 1
|