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

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/data/cache_tests/dirty_entry5/
contents.txt 131 dirty: 0
166 (*) and trick the code into deleting the dirty flag.
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 68 unsigned dirty:1; member in struct:unix_cache
303 cache->dirty = 0;
322 cache->dirty = 0;
369 if (cache->dirty && cache->in_use)
373 cache->dirty = 0;
398 if (!cache->dirty)
406 cache->dirty = 0;
693 cache->dirty = !writethrough;
  /external/kernel-headers/original/asm-generic/
pgtable.h 14 * worry about dirty bits etc getting lost.
33 * Largely same as above, but only sets the access flags (dirty,
  /external/netperf/
nettest_sdp.h 33 /* should be made dirty before calling recv? */
131 /* should be made dirty before calling recv? */
  /external/skia/gpu/src/
GrGpuGL.h 54 // These code paths can refer to the dirty flags. Subclass should
62 // clears the dirty flags
  /external/skia/src/animator/
SkDrawPath.cpp 70 void SkDrawPath::dirty() { function in class:SkDrawPath
74 fParent->dirty();
SkMatrixParts.cpp 27 void SkMatrixPart::dirty() { function in class:SkMatrixPart
28 fMatrix->dirty();
SkPathParts.cpp 27 void SkPathPart::dirty() { function in class:SkPathPart
28 fPath->dirty();
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledPage.h 73 // dirty (and thus repaint needed)
120 // used to identify the tiles that have been invalidated (marked dirty) since
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 99 bool dirty() const { return !m_dirtyLayerRect.isEmpty(); } function in class:WebCore::LayerTilerChromium::Tile
106 // Layer-space dirty rectangle that needs to be repainted.
LayerTilerChromium.cpp 205 // Dirty rects are always in layer space, as the layer could be repositioned
244 // Create tiles as needed, expanding a dirty rect to contain all
245 // the dirty regions currently being drawn.
309 else if (!tile->dirty())
337 // Offset from paint rectangle to this tile's dirty rectangle.
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 62 unsigned int misses; /**< number of times it became dirty but not
70 Eina_Tiler *updates; /**< updated/dirty areas */
  /frameworks/base/core/java/android/view/
TextureView.java 546 * must be written. The only exception to this rule is when a dirty
547 * rectangle is specified, in which case, non-dirty pixels will be
564 * Just like {@link #lockCanvas()} but allows specification of a dirty
566 * pixels outside the dirty rectangle will be preserved by the next call
569 * @param dirty Area of the surface that will be modified.
576 public Canvas lockCanvas(Rect dirty) {
584 nLockCanvas(mNativeWindow, mCanvas, dirty);
695 private static native void nLockCanvas(int nativeWindow, Canvas canvas, Rect dirty);
  /frameworks/base/libs/hwui/
Snapshot.h 201 * Dirty flags.
261 * The ancestor layer's dirty region.
  /frameworks/base/services/java/com/android/server/wm/
Watermark.java 138 Rect dirty = new Rect(0, 0, dw, dh); local
141 c = mSurface.lockCanvas(dirty);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 109 // Compute number of dirty events in the calendar
111 + " AND " + CalendarContract.Events.DIRTY + "=1";
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 144 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 144 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 144 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; })
  /system/extras/tests/sdcard/
sysutil.h 105 // Sync and drop caches. Sync is needed because dirty objects are not
113 // Fsync the given fd and drop caches. Fsync is needed because dirty
  /external/chromium/net/disk_cache/
disk_format.h 46 // In order to prevent dirty data to be used as valid (after a crash), every
47 // cache entry has a dirty identifier. Each running instance of the cache keeps
50 // and all the data can be trusted, the dirty flag is cleared from the entry.
90 int32 this_id; // Id for all entries being changed (dirty flag).
154 int32 dirty; // The entry is being modifyied. member in struct:disk_cache::RankingsNode
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 271 * We only update the dirty/accessed state if we set
272 * the dirty bit by hand in the kernel, since the hardware
274 * race with other CPU's that might be updating the dirty
278 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) \
281 if (__changed && dirty) { \
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 28 : width(0), height(0), dirty(false), surface(NULL), format(GL_NONE)
803 img->dirty = true;
826 img->dirty = true;
861 img->dirty = true;
910 img->dirty = true;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 229 // See if our root lines intersect with the dirty rect. If so, then we paint
326 // is already dirty.
361 // If we found a line box, then dirty it.
366 // dirty the adjacent lines that might be affected
367 // NOTE: we dirty the previous line because RootInlineBox objects cache
  /system/core/libpixelflinger/
buffer.cpp 65 dst->dirty = 1;
88 if ((!c->state.texture[i].enable) || (!s.dirty))
90 s.dirty = 0;
103 if (s.dirty) {
104 s.dirty = 0;

Completed in 396 milliseconds

1 2 3 4 56 7 8 91011>>