HomeSort by relevance Sort by last modified time
    Searched refs:unionWith (Results 1 - 17 of 17) 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 130 playedRanges->unionWith(m_mediaElements[index]->played().get());
  /external/llvm/include/llvm/Support/
ConstantRange.h 179 /// unionWith - Return the range that results from the union of this range
185 ConstantRange unionWith(const ConstantRange &CR) const;
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 279 TEST_F(ConstantRangeTest, UnionWith) {
280 EXPECT_EQ(Wrap.unionWith(One),
282 EXPECT_EQ(One.unionWith(Wrap), Wrap.unionWith(One));
283 EXPECT_EQ(Empty.unionWith(Empty), Empty);
284 EXPECT_EQ(Full.unionWith(Full), Full);
285 EXPECT_EQ(Some.unionWith(Wrap), Full);
288 EXPECT_EQ(ConstantRange(APInt(16, 14), APInt(16, 1)).unionWith(
291 EXPECT_EQ(ConstantRange(APInt(16, 6), APInt(16, 4)).unionWith(
294 EXPECT_EQ(ConstantRange(APInt(16, 1), APInt(16, 0)).unionWith(
    [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 339 /// unionWith - Return the range that results from the union of this range with
345 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
352 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
404 "ConstantRange::unionWith missed a case with one range wrapped");
503 UpperDiv.trunc(DstTySize)).unionWith(Union);
509 UpperModulo.trunc(DstTySize)).unionWith(Union);
  /frameworks/base/libs/hwui/
Layer.h 90 dirtyRect.unionWith(r);
Rect.h 142 bool unionWith(const Rect& r) {
DeferredDisplayList.cpp 71 mBounds.unionWith(state->mBounds);
DisplayListOp.h 247 localBounds.unionWith(shadow);
    [all...]
OpenGLRenderer.cpp 436 dirty.unionWith(localDirty);
489 dirty.unionWith(localDirty);
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 327 mDirtyRect.unionWith(r);
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 184 bool unionWith(const SparseBitVectorElement &RHS) {
596 changed |= Iter1->unionWith(*Iter2);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 265 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
860 EdgesVals = EdgesVals.unionWith(EdgeVal);
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 433 ConstantRange Union = LastRange.unionWith(NewRange);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 542 milliseconds