/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Sector.java | 39 private boolean dirty; field in class:Sector 46 this.dirty = true; 51 * internal buffer and resets the "dirty" state. 60 this.dirty = false; 64 return this.dirty; 68 this.dirty = true; 86 this.dirty = false; 103 dirty = true; 108 dirty = true; 118 dirty = true [all...] |
/external/jmonkeyengine/engine/src/bullet-native/ |
jmeMotionState.cpp | 43 dirty = true; 52 dirty = true; 57 dirty = true; 62 dirty = true; 67 dirty = true; 72 dirty = true; 76 if (dirty) { 81 dirty = false;
|
jmeMotionState.h | 43 bool dirty; member in class:jmeMotionState
|
/frameworks/base/core/java/android/view/ |
HardwareCanvas.java | 72 * @param dirty The dirty rectangle to update, can be null. 78 public abstract int onPreDraw(Rect dirty); 101 * @param dirty The dirty region to redraw in the next pass, matters only 112 public abstract int drawDisplayList(DisplayList displayList, Rect dirty, int flags); 156 * @param dirty The region to redraw when the functors return {@link DisplayList#STATUS_DRAW} 163 public int invokeFunctors(Rect dirty) {
|
ViewOverlay.java | 224 public void invalidate(Rect dirty) { 225 super.invalidate(dirty); 227 mHostView.invalidate(dirty); 279 public void invalidateChildFast(View child, final Rect dirty) { 282 // using DisplayList properties and a dirty rect instead of causing a real 287 child.transformRect(dirty); 289 dirty.offset(left, top); 290 mHostView.invalidate(dirty); 295 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { 297 dirty.offset(location[0], location[1]) [all...] |
/cts/tests/src/android/widget/cts/ |
MockLinearLayout.java | 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { 40 return super.invalidateChildInParent(location, dirty);
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
side_effects.js | 3 // gCounter remains dirty.
|
/external/dhcpcd/mk/ |
files.mk | 1 # Quick and dirty files
|
scripts.mk | 1 # Quick and dirty scripts
|
/external/skia/legacy/src/animator/ |
SkPostParts.h | 21 virtual void dirty();
|
SkPostParts.cpp | 39 void SkDataInput::dirty() { function in class:SkDataInput 40 fParent->dirty();
|
/external/skia/src/animator/ |
SkPostParts.h | 21 virtual void dirty();
|
SkPostParts.cpp | 39 void SkDataInput::dirty() { function in class:SkDataInput 40 fParent->dirty();
|
/external/bison/build-aux/ |
git-version-gen | 193 # Test whether to append the "-dirty" suffix only if the version 197 # Don't declare a version "dirty" merely because a time stamp has changed. 200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty= 201 case "$dirty" in 205 *-dirty) ;; 206 *) v="$v-dirty" ;;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
PicturePileLayerContent.cpp | 41 PrerenderedInval* PicturePileLayerContent::prerenderForRect(const IntRect& dirty) 43 return m_picturePile.prerenderedInvalForArea(dirty);
|
LayerContent.h | 50 virtual PrerenderedInval* prerenderForRect(const IntRect& dirty) { return 0; }
|
PicturePileLayerContent.h | 47 virtual PrerenderedInval* prerenderForRect(const IntRect& dirty);
|
/external/webkit/Source/WebKit/android/jni/ |
PicturePile.h | 60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0; 72 bool dirty; member in class:WebCore::PictureContainer 79 , dirty(true)
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 160 public Canvas lockCanvas(Rect dirty) { 161 return internalLockCanvas(dirty); 164 private final Canvas internalLockCanvas(Rect dirty) { 175 if (dirty == null) { 180 dirty = mTmpDirty; 184 c = mSurface.lockCanvas(dirty);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleElementStream.as | 57 * can be reused in future subrules. So, reset must set a dirty bit. 58 * If dirty, then next() always returns a dup. 63 protected var dirty:Boolean = false; 90 * the dirty bit. 94 dirty = true; 120 * size==1. If we've already used the element, dup (dirty bit set). 125 if ( dirty || (cursor>=n && n==1) ) {
|
RewriteRuleSubtreeStream.as | 52 if ( dirty || (cursor>=n && n==1) ) {
|
/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/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleElementStream.js | 22 * can be reused in future subrules. So, reset must set a dirty bit. 23 * If dirty, then next() always returns a dup. 28 this.dirty = false; 46 * the dirty bit. 50 this.dirty = true; 75 * size==1. If we've already used the element, dup (dirty bit set). 80 if ( this.dirty || (this.cursor>=n && n==1) ) {
|
/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)
|