/external/bison/lib/ |
fstat.c | 50 # include "msvc-inval.h"
|
getdtablesize.c | 27 #include "msvc-inval.h"
|
msvc-inval.c | 20 #include "msvc-inval.h"
|
dup2.c | 38 # include "msvc-inval.h"
|
/external/chromium_org/third_party/skia/include/views/ |
SkWindow.h | 45 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
|
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/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 352 Value *InVal = FirstLI->getOperand(0); 353 NewPN->addIncoming(InVal, PN.getIncomingBlock(0)); 358 if (NewInVal != InVal) 359 InVal = 0; 364 if (InVal) { 367 PhiVal = InVal; 460 Value *InVal = FirstInst->getOperand(0); 461 NewPN->addIncoming(InVal, PN.getIncomingBlock(0)); 466 if (NewInVal != InVal) 467 InVal = 0 [all...] |
/external/llvm/lib/Transforms/Utils/ |
LoopUnroll.cpp | 283 Value *InVal = NewPHI->getIncomingValueForBlock(LatchBlock); 284 if (Instruction *InValI = dyn_cast<Instruction>(InVal)) 286 InVal = LastValueMap[InValI]; 287 VMap[OrigPHINode[i]] = InVal; 338 Value *InVal = PN->removeIncomingValue(LatchBlock, false); 341 if (Instruction *InValI = dyn_cast<Instruction>(InVal)) { 343 InVal = LastValueMap[InVal]; 346 PN->addIncoming(InVal, Latches.back());
|
LoopUnrollRuntime.cpp | 178 Value *InVal = NewPHI->getIncomingValue(idx); 179 if (Instruction *I = dyn_cast<Instruction>(InVal)) 181 InVal = LVMap[InVal]; 182 NewPHI->setIncomingValue(idx, InVal);
|
BasicBlockUtils.cpp | 390 Value *InVal = 0; 392 InVal = PN->getIncomingValueForBlock(Preds[0]); 394 if (InVal != PN->getIncomingValueForBlock(Preds[i])) { 395 InVal = 0; 400 if (InVal) { 419 InVal = NewPHI; 424 PN->addIncoming(InVal, NewBB);
|
/external/skia/include/views/ |
SkWindow.h | 45 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
|
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
|
/frameworks/base/tests/TileBenchmark/res/values/ |
strings.xml | 82 <!-- Milliseconds taken to inval, and re-render the page [CHAR LIMIT=15] --> 92 <string name="format_inval_pos">Inval:(%1$d,%2$d)-(%3$d,%4$d)</string>
|
/external/chromium_org/third_party/skia/include/core/ |
SkBitmap.h | 423 still update the inval region (if present). If the bitmap is immutable, 431 @param inval Optional (may be null). Returns the area of the bitmap that 432 was scrolled away. E.g. if dx = dy = 0, then inval would 434 inval would be set to the entire bounds of the bitmap. 439 inval will still be updated, and true will be returned. 442 SkRegion* inval = NULL) const;
|
/external/skia/include/core/ |
SkBitmap.h | 423 still update the inval region (if present). If the bitmap is immutable, 431 @param inval Optional (may be null). Returns the area of the bitmap that 432 was scrolled away. E.g. if dx = dy = 0, then inval would 434 inval would be set to the entire bounds of the bitmap. 439 inval will still be updated, and true will be returned. 442 SkRegion* inval = NULL) const;
|
/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 | 36 unsigned InVal = 4+CountS; 38 ShuffleMask[CountD] = InVal;
|
/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 189 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 189 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 189 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
|
/external/llvm/include/llvm/Analysis/ |
PHITransAddr.h | 105 Value *InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,
|
/external/valgrind/main/VEX/useful/ |
show_fp_state.c | 64 = { "INVAL", "DENOR", "DIVZ", "OVERF", "UNDERF", "LOS" };
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 781 enum { INVAL = -1 }; 799 inline OvFD::OvFD() : mFD (INVAL) { 829 mFD = INVAL; 836 return (mFD != INVAL);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 759 enum { INVAL = -1 }; 777 inline OvFD::OvFD() : mFD (INVAL) { 807 mFD = INVAL; 814 return (mFD != INVAL);
|