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

  /frameworks/base/libs/hwui/
Rect.h 136 bool unionWith(const Rect& r) {
  /external/llvm/lib/Support/
ConstantRange.cpp 338 /// unionWith - Return the range that results from the union of this range with
344 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
351 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
403 "ConstantRange::unionWith missed a case with one range wrapped");
502 UpperDiv.trunc(DstTySize)).unionWith(Union);
508 UpperModulo.trunc(DstTySize)).unionWith(Union);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 70 milliseconds