Searched defs:dirty (Results 1 - 25 of 75) sorted by relevance

123

/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeMotionState.h43 bool dirty; member in class:jmeMotionState
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleElementStream.h33 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
43 @property (assign) BOOL dirty; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
/external/skia/src/animator/
H A DSkPostParts.cpp39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
H A DSkDrawRectangle.cpp43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
H A DSkDisplayMovie.cpp63 void SkDisplayMovie::dirty() { function in class:SkDisplayMovie
H A DSkDrawBitmap.cpp149 void SkImage::dirty() { function in class:SkImage
H A DSkPathParts.cpp19 void SkPathPart::dirty() { function in class:SkPathPart
20 fPath->dirty();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerContent.h50 virtual PrerenderedInval* prerenderForRect(const IntRect& dirty) { return 0; } argument
H A DPicturePileLayerContent.cpp41 PrerenderedInval* PicturePileLayerContent::prerenderForRect(const IntRect& dirty) argument
43 return m_picturePile.prerenderedInvalForArea(dirty);
/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc53 bool dirty = false; local
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
58 if (dirty)
/external/skia/third_party/glu/libtess/
H A Dsweep.h73 GLboolean dirty; /* marks regions where the upper or lower member in struct:ActiveRegion
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleElementStream.cs73 * can be reused in future subrules. So, reset must set a dirty bit.
74 * If dirty, then next() always returns a dup.
79 protected bool dirty = false; field in class:Antlr.Runtime.Tree.RewriteRuleElementStream
113 * the dirty bit.
119 dirty = true;
150 * size==1. If we've already used the element, dup (dirty bit set).
156 if ( dirty || ( cursor >= n && n == 1 ) )
/external/chromium/net/base/
H A Dtransport_security_state_unittest.cc207 bool dirty; local
209 EXPECT_TRUE(state->LoadEntries(output, &dirty));
210 EXPECT_FALSE(dirty);
228 bool dirty; local
230 EXPECT_TRUE(state->LoadEntries(output, &dirty));
261 bool dirty; local
263 EXPECT_TRUE(state->LoadEntries(output, &dirty));
320 bool dirty; local
321 EXPECT_TRUE(state->LoadEntries(output, &dirty));
322 EXPECT_TRUE(dirty);
556 bool dirty; local
[all...]
/external/webkit/Tools/QueueStatusServer/model/
H A Dattachment.py40 def dirty(cls, attachment_id): member in class:Attachment
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3rewritestreams.h94 /// can be reused in future sub rules. So, reset must set a dirty bit.
95 /// If dirty, then next() always returns a dup.
97 ANTLR3_BOOLEAN dirty; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleElementStream.cs71 * can be reused in future subrules. So, reset must set a dirty bit.
72 * If dirty, then next() always returns a dup.
77 protected bool dirty = false; field in class:Antlr.Runtime.Tree.RewriteRuleElementStream
108 * the dirty bit.
113 dirty = true;
140 * size==1. If we've already used the element, dup (dirty bit set).
145 if (dirty || (cursor >= n && n == 1)) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.java60 * can be reused in future subrules. So, reset must set a dirty bit.
61 * If dirty, then next() always returns a dup.
68 protected boolean dirty = false; field in class:RewriteRuleElementStream
104 * the dirty bit.
108 dirty = true;
134 * size==1. If we've already used the element, dup (dirty bit set).
138 if ( dirty || (cursor>=n && n==1) ) {
/external/chromium/net/disk_cache/
H A Dentry_impl.h90 bool dirty() { function in class:disk_cache::EntryImpl
98 // Marks this entry as dirty (in memory) if needed. This is intended only for
256 bool dirty_; // True if we detected that this is a dirty entry.
/external/webkit/Source/WebKit/android/jni/
H A DPicturePile.h60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0;
72 bool dirty; member in class:WebCore::PictureContainer
79 , dirty(true)
/external/e2fsprogs/lib/ext2fs/
H A Dcsum.c107 int dirty = 0; local
134 dirty = 1;
136 dirty = 1;
138 dirty = 1;
140 if (dirty)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DComponentResults.java342 boolean dirty = false;
365 dirty = true;
369 dirty = true;
372 if (dataDir != null && dirty && (System.currentTimeMillis() - readTime) > 300000) { // save every 5mn
374 dirty = false;
386 writeData(buildName, dataDir, false, dirty);
397 void writeData(String buildName, File dir, boolean temp, boolean dirty) { argument
403 if (!dirty) { // only possible on final write
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.h59 int dirty; member in struct:vidmem_bucket

Completed in 1393 milliseconds

123