Home
last modified time | relevance | path

Searched defs:iset (Results 1 – 10 of 10) sorted by relevance

/external/openfst/src/include/fst/
Dinterval-set.h97 void Union(const IntervalSet<T> &iset) { in Union()
200 void IntervalSet<T>::Intersect(const IntervalSet<T> &iset, in Intersect()
259 void IntervalSet<T>::Difference(const IntervalSet<T> &iset, in Difference()
274 bool IntervalSet<T>::Overlaps(const IntervalSet<T> &iset) const { in Overlaps()
294 bool IntervalSet<T>::StrictlyOverlaps(const IntervalSet<T> &iset) const { in StrictlyOverlaps()
340 bool IntervalSet<T>::Contains(const IntervalSet<T> &iset) const { in Contains()
/external/fec/
Dsim.c12 static int iset; in normal_rand() local
/external/skia/tests/
DInterpolatorTest.cpp12 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { in iset() function
/external/skia/src/animator/
DSkOperandIterpolator.cpp97 static SkOperand* iset(SkOperand array[3], int a, int b, int c) in iset() function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java667 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() local
828 SortedSet iset = new TreeSet(); in TestSetRelation() local
850 SortedSet iset = new TreeSet(); in SetSpeed2() local
875 void CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed()
880 void CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed2()
907 void CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed3()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java671 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() local
832 SortedSet iset = new TreeSet(); in TestSetRelation() local
854 SortedSet iset = new TreeSet(); in SetSpeed2() local
879 void CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed()
884 void CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed2()
911 void CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) { in CheckSpeed3()
/external/skia/include/core/
DSkPoint.h179 void iset(int32_t x, int32_t y) { in iset() function
187 void iset(const SkIPoint& p) { in iset() function
DSkRect.h532 void iset(int left, int top, int right, int bottom) { in iset() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java762 IntervalSet iset = (IntervalSet)set; in genSetExpr() local
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp642 UnicodeSetIterator iset(set); in TestAPI() local