Searched defs:iset (Results 1 - 6 of 6) sorted by relevance

/external/skia/tests/
H A DInterpolatorTest.cpp12 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { function
24 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
25 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
53 REPORTER_ASSERT(reporter, memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/fec/
H A Dsim.c12 static int iset; local
14 if(iset){
16 iset = 0;
29 iset++;
/external/skia/include/core/
H A DSkPoint.h179 void iset(int32_t x, int32_t y) { function in struct:SkPoint
187 void iset(const SkIPoint& p) { function in struct:SkPoint
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java676 UnicodeSetIterator iset = new UnicodeSetIterator(set);
677 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) {
679 } else if (!iset.string.equals("ab")) {
839 SortedSet iset = new TreeSet();
843 pick(i, choices, iset);
846 checkSetRelation(iset, jset, "(" + i + ")");
862 SortedSet iset = new TreeSet();
866 iset.add(new Integer(i));
875 CheckSpeed(iset, jse
887 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) argument
892 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) argument
919 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java675 UnicodeSetIterator iset = new UnicodeSetIterator(set);
676 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) {
678 } else if (!iset.string.equals("ab")) {
838 SortedSet iset = new TreeSet();
842 pick(i, choices, iset);
845 checkSetRelation(iset, jset, "(" + i + ")");
861 SortedSet iset = new TreeSet();
865 iset.add(new Integer(i));
874 CheckSpeed(iset, jse
886 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) argument
891 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) argument
918 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 325 milliseconds