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

  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.h 55 void unionWith(const TimeRanges*);
TimeRanges.cpp 100 unionWith(invertedOther.get());
104 void TimeRanges::unionWith(const TimeRanges* other)
MediaController.cpp 129 playedRanges->unionWith((*it)->played().get());
  /external/llvm/include/llvm/IR/
ConstantRange.h 174 /// unionWith - Return the range that results from the union of this range
180 ConstantRange unionWith(const ConstantRange &CR) const;
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 282 TEST_F(ConstantRangeTest, UnionWith) {
283 EXPECT_EQ(Wrap.unionWith(One),
285 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One));
286 EXPECT_EQ(Empty.unionWith(Empty), Empty);
287 EXPECT_EQ(Full.unionWith(Full), Full);
288 EXPECT_EQ(Some.unionWith(Wrap), Full);
291 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith(
294 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith(
297 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith(
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 336 /// unionWith - Return the range that results from the union of this range with
342 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
349 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
401 "ConstantRange::unionWith missed a case with one range wrapped");
505 UpperDiv.trunc(DstTySize)).unionWith(Union);
511 UpperModulo.trunc(DstTySize)).unionWith(Union);
Metadata.cpp 436 ConstantRange Union = LastRange.unionWith(NewRange);
  /frameworks/base/libs/hwui/
Layer.cpp 174 dirtyRect.unionWith(r);
Rect.h 152 bool unionWith(const Rect& r) {
ShadowTessellator.cpp 99 lightRect.unionWith(localClip);
DeferredDisplayList.cpp 72 mBounds.unionWith(state->mBounds);
DisplayListOp.h 266 localBounds.unionWith(shadow);
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 327 mDirtyRect.unionWith(r);
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 185 bool unionWith(const SparseBitVectorElement &RHS) {
597 changed |= Iter1->unionWith(*Iter2);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 266 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
861 EdgesVals = EdgesVals.unionWith(EdgeVal);
    [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 642 milliseconds