HomeSort by relevance Sort by last modified time
    Searched refs:isDirty (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/gpu/
GrStencilAttachment.h 28 bool isDirty() const { return fIsDirty; }
  /external/skqp/src/gpu/
GrStencilAttachment.h 28 bool isDirty() const { return fIsDirty; }
  /external/skia/src/gpu/gl/
GrGLGpuCommandBuffer.cpp 21 if (sb && (sb->isDirty() || fRenderTarget->alwaysClearStencil())) {
  /external/skqp/src/gpu/gl/
GrGLGpuCommandBuffer.cpp 20 if (sb && (sb->isDirty() || fRenderTarget->alwaysClearStencil())) {
  /frameworks/av/services/audioflinger/
StateQueue.h 174 bool isDirty() const { return mIsDirty; }
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 65 self.isDirty = False
357 self.isDirty = True
359 if self.isDirty:
361 self.isDirty = False
JetCreator.py     [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 306 public ContactOperations updateDirtyFlag(boolean isDirty, Uri uri) {
307 int isDirtyValue = isDirty ? 1 : 0;
ContactManager.java 188 final boolean isDirty = "1".equals(c.getString(DirtyQuery.COLUMN_DIRTY));
205 } else if (isDirty) {
257 } else if (rawContact.isDirty()) {
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 117 public boolean isDirty() {
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 191 bool isDirty() const { return Value.is<Invalid>(); }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 179 /// isDirty - Return true if this is a MemDepResult in its dirty/invalid.
181 bool isDirty() const { return Value.getInt() == Invalid; }
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 816 bool isDirty() const { return LastStart.isValid(); }
824 if (LR != lr && isDirty())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveInterval.h 880 bool isDirty() const { return LastStart.isValid(); }
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 685 if (!LocalCache.isDirty())
770 if (Entry.getResult().isDirty())
818 if (!Entry->getResult().isDirty())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 515 if (!LocalCache.isDirty())
614 if (I->getResult().isDirty())
662 if (!Entry->getResult().isDirty())
774 if (ExistingResult && !ExistingResult->getResult().isDirty()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 202 bool isDirty() const { return Value.is<Invalid>(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 721 if (!LocalCache.isDirty())
806 if (Entry.getResult().isDirty())
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 943 // In this state, isDirty() returns false.
965 if (!isDirty()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveInterval.cpp     [all...]
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate-search.jar 
db4o-6.4.14.8131-java5.jar 
hibernate3.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 

Completed in 2234 milliseconds

1 2