HomeSort by relevance Sort by last modified time
    Searched refs:intersectWith (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRangesTest.cpp 129 ranges->intersectWith(ranges.get());
142 rangesA->intersectWith(rangesB.get());
156 rangesA->intersectWith(rangesB.get());
176 rangesA->intersectWith(rangesB.get());
196 rangesA->intersectWith(rangesB.get());
216 rangesA->intersectWith(rangesB.get());
236 rangesA->intersectWith(rangesB.get());
255 rangesA->intersectWith(rangesB.get());
275 rangesA->intersectWith(rangesB.get());
296 rangesA->intersectWith(rangesB.get())
    [all...]
TimeRanges.h 54 void intersectWith(const TimeRanges*);
TimeRanges.cpp 89 void TimeRanges::intersectWith(const TimeRanges* other)
MediaController.cpp 99 bufferedRanges->intersectWith((*it)->buffered().get());
114 seekableRanges->intersectWith((*it)->seekable().get());
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 224 TEST_F(ConstantRangeTest, IntersectWith) {
225 EXPECT_EQ(Empty.intersectWith(Full), Empty);
226 EXPECT_EQ(Empty.intersectWith(Empty), Empty);
227 EXPECT_EQ(Empty.intersectWith(One), Empty);
228 EXPECT_EQ(Empty.intersectWith(Some), Empty);
229 EXPECT_EQ(Empty.intersectWith(Wrap), Empty);
230 EXPECT_EQ(Full.intersectWith(Full), Full);
231 EXPECT_EQ(Some.intersectWith(Some), Some);
232 EXPECT_EQ(Some.intersectWith(One), One);
233 EXPECT_EQ(Full.intersectWith(One), One)
    [all...]
  /frameworks/base/libs/hwui/
Rect.h 123 return !intersectWith(l, t, r, b).isEmpty();
132 intersectWith(tmp);
256 void intersectWith(Rect& tmp) const {
263 Rect intersectWith(float l, float t, float r, float b) const {
  /external/llvm/include/llvm/IR/
ConstantRange.h 165 /// intersectWith - Return the range that results from the intersection of
169 /// intersections with the same set size, A.intersectWith(B) might not
170 /// be equal to B.intersectWith(A).
172 ConstantRange intersectWith(const ConstantRange &CR) const;
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 208 bool intersectWith(const SparseBitVectorElement &RHS,
629 changed |= Iter1->intersectWith(*Iter2, BecameZero);
  /external/llvm/lib/IR/
ConstantRange.cpp 253 return intersectWith(CR.inverse());
256 /// intersectWith - Return the range that results from the intersection of this
260 /// same set size, A.intersectWith(B) might not be equal to B.intersectWith(A).
261 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR) const {
270 return CR.intersectWith(*this);
Metadata.cpp 425 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B);
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
LazyValueInfo.cpp 898 Result.getConstantRange().intersectWith(InBlock.getConstantRange());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 334 intersectionRanges->intersectWith(sourceRanges);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 882 milliseconds