HomeSort by relevance Sort by last modified time
    Searched defs:dirty (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.h 43 bool dirty; member in class:jmeMotionState
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.h 33 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/
ANTLRRewriteRuleElementStream.h 38 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/
ANTLRRewriteRuleElementStream.h 38 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/
ANTLRRewriteRuleElementStream.h 38 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/legacy/src/animator/
SkPostParts.cpp 39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
SkDrawRectangle.cpp 43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
SkDisplayMovie.cpp 63 void SkDisplayMovie::dirty() { function in class:SkDisplayMovie
SkPathParts.cpp 19 void SkPathPart::dirty() { function in class:SkPathPart
20 fPath->dirty();
SkAnimateBase.cpp 69 void SkAnimateBase::dirty() { function in class:SkAnimateBase
  /external/skia/src/animator/
SkPostParts.cpp 39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
SkDrawRectangle.cpp 43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
SkDisplayMovie.cpp 63 void SkDisplayMovie::dirty() { function in class:SkDisplayMovie
SkPathParts.cpp 19 void SkPathPart::dirty() { function in class:SkPathPart
20 fPath->dirty();
  /external/chromium/chrome/browser/
transport_security_persister.cc 53 bool dirty = false; local
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
58 if (dirty)
  /bionic/libc/netbsd/nameser/
ns_ttl.c 103 int ch, digits, dirty; local
108 dirty = 0;
133 dirty = 1;
136 if (dirty)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs 71 * 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/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs 73 * 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/
transport_security_state_unittest.cc 207 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/
attachment.py 40 def dirty(cls, attachment_id): member in class:Attachment
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 94 /// 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/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleElementStream.java 60 * 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/
entry_impl.h 90 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/skia/include/images/
SkFlipPixelRef.h 83 const SkRegion& dirty() const { return *fDirty; } function in class:SkAutoFlipUpdate
  /external/skia/legacy/include/images/
SkFlipPixelRef.h 93 const SkRegion& dirty() const { return *fDirty; } function in class:SkAutoFlipUpdate

Completed in 686 milliseconds

1 2 3 4 5 6