HomeSort by relevance Sort by last modified time
    Searched full:iset (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/test/Rewriter/
objc-modern-StretAPI-2.mm 23 - (NSArray *)objectsAtIndexes:(NSIndexSet *)iset {
26 NSRange range = [iset rangeAtIndex:ridx];
  /bionic/libc/bionic/
pthread_sigmask.cpp 38 int pthread_sigmask(int how, const sigset_t* iset, sigset_t* oset) {
46 if (iset != NULL) {
47 in_set.set(iset);
  /external/openfst/src/include/fst/
interval-set.h 97 void Union(const IntervalSet<T> &iset) {
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) const
    [all...]
  /external/skia/legacy/src/animator/
SkOperandIterpolator.cpp 99 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/skia/src/animator/
SkOperandIterpolator.cpp 99 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/skia/src/gpu/
GrSoftwarePathRenderer.cpp 91 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
96 rect.iset(devClipBounds.fLeft, devPathBounds.fTop,
101 rect.iset(devPathBounds.fRight, devPathBounds.fTop,
106 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom,
  /external/skia/bench/
BitmapRectBench.cpp 64 fSrcR.iset(0, 0, w, h);
65 fDstR.iset(0, 0, w, h);
  /external/skia/tests/
ShaderOpacityTest.cpp 55 pts[0].iset(0, 0);
56 pts[1].iset(1, 0);
ClipStackTest.cpp 239 rectA.iset(10, 10, 50, 50);
240 rectB.iset(40, 40, 80, 80);
299 rectA.iset(10, 10, 40, 40);
300 rectB.iset(50, 50, 80, 80);
934 answer.iset(25, 25, 75, 75);
  /external/skia/legacy/src/utils/
SkInterpolator.cpp 283 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { function
297 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
298 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
322 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
  /external/skia/src/utils/
SkInterpolator.cpp 283 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { function
297 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
298 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
322 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
  /external/skia/gm/
gradients.cpp 252 c0.iset(-80, 25);
255 c1.iset(0, 25);
292 center.iset(0, 300);
  /external/chromium/chrome/browser/chromeos/login/
rounded_view.h 91 view_rect.iset(this->x(),
rounded_rect_painter.cc 200 rect.iset(0, 0, view->width(), view->height());
username_view.cc 67 view_rect.iset(this->x(),
  /frameworks/base/libs/hwui/font/
Font.cpp 180 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + glyph->mBitmapHeight);
181 p[1].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop + glyph->mBitmapHeight);
182 p[2].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop);
183 p[3].iset(glyph->mBitmapLeft, glyph->mBitmapTop);
  /packages/apps/CellBroadcastReceiver/res/values-fi/
strings.xml 57 <string name="enable_cmas_extreme_threat_alerts_title" msgid="215650211797464620">"Näytä äärimmäiset uhkat"</string>
58 <string name="enable_cmas_extreme_threat_alerts_summary" msgid="2493139961243300290">"Näytä äärimmäiset ihmishenkiä ja omaisuutta koskevat hälytykset"</string>
  /external/skia/legacy/src/views/
SkView.cpp 408 click->fOrig.iset(x, y);
428 click->fCurr.iset(x, y);
447 click->fCurr.iset(x, y);
  /external/skia/src/views/
SkView.cpp 414 click->fOrig.iset(x, y);
439 click->fCurr.iset(x, y);
463 click->fCurr.iset(x, y);
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 216 scalar_dest_rect.iset(dest_rect.x(), dest_rect.y(),
310 skia_dest_rect.iset(src_rect.x(), src_rect.y(),
  /external/skia/include/core/
SkPoint.h 157 void iset(int32_t x, int32_t y) { function in struct:SkPoint
165 void iset(const SkIPoint& p) { function in struct:SkPoint
  /external/skia/legacy/include/core/
SkPoint.h 154 void iset(int32_t x, int32_t y) { function in struct:SkPoint
162 void iset(const SkIPoint& p) { function in struct:SkPoint
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 208 color_rect.iset(0, 0, width() - 1, height() - 1);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 762 IntervalSet iset = (IntervalSet)set; local
763 if ( iset.getIntervals()==null || iset.getIntervals().size()==0 ) {
775 Iterator iter = iset.getIntervals().iterator();
    [all...]
  /external/clang/include/clang/Basic/
BuiltinsHexagon.def 17 // The builtins below are not autogenerated from iset.py.
23 // The builtins above are not autogenerated from iset.py.
    [all...]

Completed in 720 milliseconds

1 2