Home
last modified time | relevance | path

Searched refs:iset (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/docs/examples/
H A DIPoint_subtractfrom_operator.cpp10 p0.iset(pts[i]); in REG_FIDDLE()
11 p1.iset(pts[i + 1]); in REG_FIDDLE()
H A DIPoint_subtract_operator.cpp10 p0.iset(pts[i]); in REG_FIDDLE()
11 p1.iset(pts[i + 1]); in REG_FIDDLE()
H A DIPoint_addto_operator.cpp10 p0.iset(pts[i]); in REG_FIDDLE()
11 p1.iset(pts[i + 1]); in REG_FIDDLE()
H A DIPoint_add_operator.cpp10 p0.iset(pts[i]); in REG_FIDDLE()
11 p1.iset(pts[i + 1]); in REG_FIDDLE()
H A DPoint_iset.cpp8 pt1.iset(SK_MinS16, SK_MaxS16); in REG_FIDDLE()
H A DPoint_iset_2.cpp9 fPt.iset(iPt); in REG_FIDDLE()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java681 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 DUnicodeSetTest.java688 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 DShaderOpacityTest.cpp51 pts[0].iset(0, 0); in test_gradient()
52 pts[1].iset(1, 0); in test_gradient()
/third_party/skia/include/core/
H A DSkPoint.h220 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 Dgradients.cpp401 c0.iset(-80, 25);
404 c1.iset(0, 25);
477 center.iset(0, 300);
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp651 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 Dgm107.asm302 iset ne u32 and $r6 $r3 0x7ff 1

Completed in 15 milliseconds