HomeSort by relevance Sort by last modified time
    Searched full:dirty (Results 176 - 200 of 660) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 57 int dirty; member in struct:vidmem_bucket
  /external/skia/include/views/
SkWindow.h 54 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
  /external/skia/src/animator/
SkDisplayMovie.cpp 71 void SkDisplayMovie::dirty() { function in class:SkDisplayMovie
SkDisplayable.h 50 virtual void dirty();
  /external/v8/src/
spaces-inl.h 93 // watermark. To avoid visiting them during dirty regions iteration
129 // dirty mark bit in the page header. Region can contain intergenerational
130 // references iff its dirty mark is set.
139 // be mapped to a single dirty mark.
  /external/webkit/Source/WebCore/storage/
OriginUsageRecord.cpp 78 // stat() for the sizes known to be dirty.
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 132 // Get the part of the dirty region that is in the scroll rect.
135 // There are parts of the dirty region that are inside the scroll rect.
139 // Move the dirty parts.
557 // ASSUMPTION: the custom representation will be painting the dirty region for us.
DrawingAreaImpl.h 97 // Whether painting is suspended. We'll still keep track of the dirty region but we
PageOverlay.cpp 102 // If the dirty rect is outside the bounds, ignore it.
  /frameworks/base/core/java/android/view/
Surface.java 70 public Canvas lockCanvas(Rect dirty) throws OutOfResourcesException, IllegalArgumentException {
72 * the dirty rectangle may be expanded to the surface's size, if for
76 return lockCanvasNative(dirty);
370 private native Canvas lockCanvasNative(Rect dirty);
SurfaceView.java 750 public Canvas lockCanvas(Rect dirty) {
751 return internalLockCanvas(dirty);
754 private final Canvas internalLockCanvas(Rect dirty) {
762 if (dirty == null) {
767 dirty = mTmpDirty;
771 c = mSurface.lockCanvas(dirty);
  /frameworks/base/docs/html/guide/topics/manifest/
permission-tree-element.jd 42 be directly set as a raw string for quick and dirty programming. However,
  /frameworks/base/native/include/android/
native_window.h 108 * function, it contains the dirty region, that is, the region the caller
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 47 // Run a quick-and-dirty performance test: write 512 bytes
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 89 private static final String DIRTY_OR_MARKED_TOP_LEVEL_IN_CALENDAR = "(" + Events.DIRTY
93 Events.DIRTY + "=1 AND " + Events.ORIGINAL_ID + " NOTNULL AND " +
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fpu_control.h 27 /* Here is the dirty part. Set up your 387 through the control word
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAbstractTextAttributeNode.java 76 * This also resets the "dirty" flag.
UiTextValueNode.java 42 * This also resets the "dirty" flag.
  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 163 // Dest is now live and dirty (until/if we flush it to home location)
238 // Dest is now live and dirty (until/if we flush it to home location)
  /external/e2fsprogs/misc/
chattr.1.in 37 indexed directory (I), compression raw access (X), and compressed dirty
150 indicate a compressed file is dirty. It may not be set or reset using
  /frameworks/base/core/jni/
android_view_Surface.cpp 333 // get dirty region
336 Rect dirty; local
337 dirty.left = env->GetIntField(dirtyRect, ro.l);
338 dirty.top = env->GetIntField(dirtyRect, ro.t);
339 dirty.right = env->GetIntField(dirtyRect, ro.r);
340 dirty.bottom= env->GetIntField(dirtyRect, ro.b);
341 if (!dirty.isEmpty()) {
342 dirtyRegion.set(dirty);
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.h 147 // the dirty bits if changing to a transition state.
152 // target value, the dirty bit is cleared. If all are clear, the function
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 203 printRow(ps, formatString, "(shared dirty):", nativeShared, dalvikShared, otherShared,
205 printRow(ps, formatString, "(priv dirty):", nativePrivate, dalvikPrivate, otherPrivate,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 152 Groups.DIRTY,
188 RawContacts.DIRTY,
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 194 const SkRegion& dirty = m_flipPixelRef->dirtyRgn(); local
195 if (dirty.isEmpty()) {
199 *rect = dirty.getBounds();
234 const SkRegion& dirty = update.dirty(); local
240 SkANP::SetRect(&event.data.draw.clip, dirty.getBounds());

Completed in 695 milliseconds

1 2 3 4 5 6 78 91011>>