/external/llvm/lib/Transforms/Scalar/ |
SimplifyCFGPass.cpp | 124 Value *InVal = cast<ReturnInst>(RetBlock->getTerminator())->getOperand(0); 131 RetBlockPHI->addIncoming(InVal, *PI);
|
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 394 Value *InVal = nullptr; 396 InVal = PN->getIncomingValueForBlock(Preds[0]); 400 if (!InVal) 401 InVal = PN->getIncomingValue(i); 402 else if (InVal != PN->getIncomingValue(i)) { 403 InVal = nullptr; 409 if (InVal) { 424 PN->addIncoming(InVal, NewBB); [all...] |
/external/skia/experimental/DrawingBoard/ |
SampleDrawingClient.cpp | 120 this->inval(NULL); 234 this->inval(NULL);
|
/external/skia/samplecode/ |
SampleHairline.cpp | 254 this->inval(NULL); 261 this->inval(NULL);
|
SamplePatch.cpp | 315 this->inval(NULL); 340 this->inval(NULL);
|
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 577 for (std::vector<tcu::Vec2>::iterator inVal = inputs.begin(); inVal != inputs.end(); ++inVal) 578 *inVal = tcu::Vec2(tcu::Float16(inVal->x()).asFloat(), tcu::Float16(inVal->y()).asFloat()); 669 deUint32 inVal = 0; 677 inVal |= value << (16*c); 679 inputs.push_back(inVal); [all...] |
/external/chromium_org/third_party/skia/include/views/ |
SkView.h | 122 void inval(SkRect* rectOrNull); 332 /** Override this if you want to handle an inval request from this view or one of its children. 373 // default action is to inval the view
|
/external/skia/include/views/ |
SkView.h | 122 void inval(SkRect* rectOrNull); 332 /** Override this if you want to handle an inval request from this view or one of its children. 373 // default action is to inval the view
|
/external/chromium_org/third_party/skia/include/core/ |
SkBitmap.h | 545 still update the inval region (if present). If the bitmap is immutable, 553 @param inval Optional (may be null). Returns the area of the bitmap that 554 was scrolled away. E.g. if dx = dy = 0, then inval would 556 inval would be set to the entire bounds of the bitmap. 560 inval will still be updated, and true will be returned. 563 SkRegion* inval = NULL) const; [all...] |
/external/skia/include/core/ |
SkBitmap.h | 545 still update the inval region (if present). If the bitmap is immutable, 553 @param inval Optional (may be null). Returns the area of the bitmap that 554 was scrolled away. E.g. if dx = dy = 0, then inval would 556 inval would be set to the entire bounds of the bitmap. 560 inval will still be updated, and true will be returned. 563 SkRegion* inval = NULL) const; [all...] |
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/ |
SkSampleUIView.mm | 386 fWind->inval(NULL); 397 fWind->inval(NULL);
|
/external/chromium_org/third_party/skia/samplecode/ |
SamplePatch.cpp | 315 this->inval(NULL); 340 this->inval(NULL);
|
ClockFaceView.cpp | 242 this->inval(NULL);
|
SampleChart.cpp | 166 this->inval(NULL);
|
SampleCull.cpp | 182 this->inval(NULL);
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 207 (new SkEvent("inval-imageview", this->getSinkID()))->post(); 211 if (evt.isType("inval-imageview")) {
|
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.cpp | 37 unsigned InVal = 4+CountS; 39 ShuffleMask[CountD] = InVal;
|
/external/skia/experimental/iOSSampleApp/ |
SkSampleUIView.mm | 386 fWind->inval(NULL); 397 fWind->inval(NULL);
|
/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 207 (new SkEvent("inval-imageview", this->getSinkID()))->post(); 211 if (evt.isType("inval-imageview")) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 195 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 195 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
|
/external/chromium_org/third_party/skia/experimental/DrawingBoard/ |
SampleDrawingServer.cpp | 176 this->inval(NULL);
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
SkV8Example.cpp | 195 " canvas.inval(); \n"
|
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleActivity.java | 96 mSampleView.inval();
|
SkiaSampleView.java | 74 public void inval() { method in class:SkiaSampleView
|