/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
ValueLattice.h | 156 void markConstantRange(ConstantRange NewR) { 158 if (NewR.isEmptySet()) 161 Range = std::move(NewR); 167 if (NewR.isEmptySet()) 171 Range = std::move(NewR); 212 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 213 if (NewR.isFullSet()) 216 markConstantRange(std::move(NewR));
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
HexParser.java | 138 byte[] newr = new byte[outAt]; 139 System.arraycopy(result, 0, newr, 0, outAt); 140 result = newr;
|
/dalvik/dx/src/com/android/dx/util/ |
HexParser.java | 138 byte[] newr = new byte[outAt]; 139 System.arraycopy(result, 0, newr, 0, outAt); 140 result = newr;
|
/external/skia/tests/ |
DetermineDomainModeTest.cpp | 187 SkRect newR = enclosing.rect(); 191 newR.fLeft += insetAmount; 201 newR.fTop += insetAmount; 211 newR.fRight -= insetAmount; 221 newR.fBottom -= insetAmount; 229 result->set(newR, left, top, right, bot, name);
|
/external/skqp/tests/ |
DetermineDomainModeTest.cpp | 187 SkRect newR = enclosing.rect(); 191 newR.fLeft += insetAmount; 201 newR.fTop += insetAmount; 211 newR.fRight -= insetAmount; 221 newR.fBottom -= insetAmount; 229 result->set(newR, left, top, right, bot, name);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonBitSimplify.cpp | 165 static bool replaceReg(unsigned OldR, unsigned NewR, 169 static bool replaceRegWithSub(unsigned OldR, unsigned NewR, 172 unsigned NewR, unsigned NewSR, MachineRegisterInfo &MRI); 311 bool HexagonBitSimplify::replaceReg(unsigned OldR, unsigned NewR, 314 !TargetRegisterInfo::isVirtualRegister(NewR)) 320 I->setReg(NewR); 326 bool HexagonBitSimplify::replaceRegWithSub(unsigned OldR, unsigned NewR, 329 !TargetRegisterInfo::isVirtualRegister(NewR)) 335 I->setReg(NewR); 343 unsigned NewR, unsigned NewSR, MachineRegisterInfo &MRI) [all...] |
/external/skia/tools/ |
sk_tool_utils.cpp | 272 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom; 286 newR = SkTMin(newR, r.fRight + p.fX - radii.fX); 294 newR = SkTMin(newR, r.fRight + p.fX - radii.fX); 306 return SkRect::MakeLTRB(newL, newT, newR, newB);
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 777 SkRect newR; 778 newR.set(clip->getBounds()); 779 if (!newR.intersect(origR)) { 783 const SkIRect outerBounds = newR.roundOut(); 786 antifillrect(newR, blitter); 790 newR.set(clipper.rect()); 791 if (newR.intersect(origR)) { 792 antifillrect(newR, blitter);
|
SkClipStack.cpp | 271 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { 279 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) { 284 if (this->getDeviceSpaceRect().contains(newR)) { 290 // So either the two overlap in some complex manner or newR contains oldR. 293 // is AA while newR is BW but since newR contains oldR, oldR will be [all...] |
/external/skqp/src/core/ |
SkScan_Antihair.cpp | 777 SkRect newR; 778 newR.set(clip->getBounds()); 779 if (!newR.intersect(origR)) { 783 const SkIRect outerBounds = newR.roundOut(); 786 antifillrect(newR, blitter); 790 newR.set(clipper.rect()); 791 if (newR.intersect(origR)) { 792 antifillrect(newR, blitter);
|
SkClipStack.cpp | 271 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { 279 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) { 284 if (this->getDeviceSpaceRect().contains(newR)) { 290 // So either the two overlap in some complex manner or newR contains oldR. 293 // is AA while newR is BW but since newR contains oldR, oldR will be [all...] |
/external/skqp/tools/ |
sk_tool_utils.cpp | 332 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom; 346 newR = SkTMin(newR, r.fRight + p.fX - radii.fX); 354 newR = SkTMin(newR, r.fRight + p.fX - radii.fX); 366 return SkRect::MakeLTRB(newL, newT, newR, newB);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
LazyValueInfo.cpp | 165 bool markConstantRange(const ConstantRange NewR) { 167 if (NewR.isEmptySet()) 170 bool changed = Range == NewR; 171 Range = NewR; 176 if (NewR.isEmptySet()) 180 Range = NewR; 260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 261 if (NewR.isFullSet()) 263 return markConstantRange(NewR); [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-ia64.c | 11094 bfd_reloc_code_real_type newr = 0; local [all...] |
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 185 bool markConstantRange(ConstantRange NewR) { 187 if (NewR.isEmptySet()) 190 bool changed = Range != NewR; 191 Range = std::move(NewR); 196 if (NewR.isEmptySet()) 200 Range = std::move(NewR); 271 ConstantRange NewR = Range.unionWith(RHS.getConstantRange()); 272 if (NewR.isFullSet()) 274 return markConstantRange(NewR); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllib2.py | [all...] |
/external/python/cpython2/Lib/test/ |
test_urllib2.py | 889 newr = h.http_response(req, r [all...] |
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
ImageUtils.java | 130 int newR = 128 + deltaR & 0xFF; 139 int newRGB = avgAlpha | newR << 16 | newG << 8 | newB;
|