/external/sonivox/jet_tools/JetCreator/ |
D | JetSegGraph.py | 65 self.isDirty = False 357 self.isDirty = True 359 if self.isDirty: 361 self.isDirty = False
|
D | JetCreator.py | 1167 if self.isDirty(): 1313 def isDirty(self): member in JetCreator
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.cpp | 21 if (sb && (sb->isDirty() || fRenderTarget->alwaysClearStencil())) { in begin()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.cpp | 20 if (sb && (sb->isDirty() || fRenderTarget->alwaysClearStencil())) { in begin()
|
/external/skia/src/gpu/ |
D | GrStencilAttachment.h | 28 bool isDirty() const { return fIsDirty; } in isDirty() function
|
/external/skqp/src/gpu/ |
D | GrStencilAttachment.h | 28 bool isDirty() const { return fIsDirty; } in isDirty() function
|
/external/webrtc/webrtc/api/objc/ |
D | RTCEAGLVideoView.m | 84 // its own |isDirty| flag. 225 // Always reset isDirty at this point, even if -[GLKView display]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 515 if (!LocalCache.isDirty()) in getDependency() 614 if (I->getResult().isDirty()) in getNonLocalCallDependency() 662 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency() 774 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCEAGLVideoView.m | 105 // its own |isDirty| flag. 243 // Always reset isDirty at this point, even if -[GLKView display]
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 685 if (!LocalCache.isDirty()) in getDependency() 770 if (Entry.getResult().isDirty()) in getNonLocalCallDependency() 818 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency() 947 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 816 bool isDirty() const { return LastStart.isValid(); } in isDirty() function 824 if (LR != lr && isDirty()) in setDest()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 181 bool isDirty() const { return Value.getInt() == Invalid; } in isDirty() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 721 if (!LocalCache.isDirty()) in getDependency() 806 if (Entry.getResult().isDirty()) in getNonLocalCallDependency() 854 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency() 993 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 880 bool isDirty() const { return LastStart.isValid(); } in isDirty() function 888 if (LR != lr && isDirty()) in setDest()
|
/external/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 965 if (!isDirty()) { in print() 1015 if (isDirty()) in add() 1111 if (!isDirty()) in flush()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 191 bool isDirty() const { return Value.is<Invalid>(); } in isDirty() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 202 bool isDirty() const { return Value.is<Invalid>(); } in isDirty() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 1084 if (!isDirty()) { in print() 1135 if (isDirty()) in add() 1231 if (!isDirty()) in flush()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 167360 int isDirty; /* True if the node needs to be written to disk */ 167590 p->isDirty = 1; 167649 pNode->isDirty = 1; 167724 pNode->isDirty = 0; 167785 pNode->isDirty = 1; 167797 pNode->isDirty = 1; 167821 pNode->isDirty = 1; 167832 if( pNode->isDirty ){ 167841 pNode->isDirty = 0; 169481 pNode->isDirty = 1; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 167388 int isDirty; /* True if the node needs to be written to disk */ 167618 p->isDirty = 1; 167677 pNode->isDirty = 1; 167752 pNode->isDirty = 0; 167813 pNode->isDirty = 1; 167825 pNode->isDirty = 1; 167849 pNode->isDirty = 1; 167860 if( pNode->isDirty ){ 167869 pNode->isDirty = 0; 169509 pNode->isDirty = 1; [all …]
|