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/skia/src/animator/
H A DSkOperandIterpolator.cpp99 static SkOperand* iset(SkOperand array[3], int a, int b, int c) function
115 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
116 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
140 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/openfst/src/include/fst/
H A Dinterval-set.h97 void Union(const IntervalSet<T> &iset) { argument
98 const vector<Interval> *intervals = iset.Intervals();
115 bool operator==(const IntervalSet<T>& iset) const {
116 return *(iset.Intervals()) == intervals_;
120 bool operator!=(const IntervalSet<T>& iset) const {
121 return *(iset.Intervals()) != intervals_;
135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
143 void Difference(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
147 bool Overlaps(const IntervalSet<T> &iset) const;
151 bool StrictlyOverlaps(const IntervalSet<T> &iset) cons
200 Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const argument
259 Difference(const IntervalSet<T> &iset, IntervalSet<T> *oset) const argument
[all...]
/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java667 UnicodeSetIterator iset = new UnicodeSetIterator(set);
668 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) {
670 } else if (!iset.string.equals("ab")) {
828 SortedSet iset = new TreeSet();
832 pick(i, choices, iset);
835 checkSetRelation(iset, jset, "(" + i + ")");
850 SortedSet iset = new TreeSet();
854 iset.add(new Integer(i));
863 CheckSpeed(iset, jse
875 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) argument
880 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) argument
907 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 678 milliseconds