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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ChangeNotifier.java 36 // Returns the dirty flag and clear it.
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 247 // specified dirty bit, which can be used to determine if a notification should
252 explicit DirtyOnWrite(bool* dirty) : dirty_(dirty) {}
253 DirtyOnWrite(bool* dirty, const T& t) : t_(t), dirty_(dirty) {}
268 // of state are dirty-on-write and should incur dirty bit updates if changed.
  /external/chromium/net/data/cache_tests/list_loop3/
contents.txt 131 dirty: 0
159 dirty: 0
187 dirty: 0
215 dirty: 0
243 dirty: 1
  /external/e2fsprogs/lib/ext2fs/
csum.c 107 int dirty = 0; local
134 dirty = 1;
136 dirty = 1;
138 dirty = 1;
140 if (dirty)
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 96 private static final String DIRTY = "DIRTY";
109 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
112 * DIRTY 1ab96a171faeeee38496d8b330771a7a
124 * o DIRTY lines track that an entry is actively being created or updated.
125 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
126 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
272 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
283 * cache. Dirty entries are assumed to be inconsistent and will be deleted.
326 writer.write(DIRTY + ' ' + entry.key + '\n')
453 File dirty = entry.getDirtyFile(i); local
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 205 * must be written. The only exception to this rule is when a dirty
206 * rectangle is specified, in which case, non-dirty pixels will be
228 * Just like {@link #lockCanvas()} but allows specification of a dirty rectangle.
231 * the dirty rectangle will be preserved by the next call to lockCanvas().
235 * @param dirty Area of the Surface that will be modified.
238 public Canvas lockCanvas(Rect dirty);
  /frameworks/base/opengl/libagl/
matrix.cpp 75 c->transforms.dirty = transform_state_t::VIEWPORT |
120 int dirty = c->transforms.dirty & want; local
123 if (dirty & transform_state_t::MODELVIEW) {
128 if (dirty & transform_state_t::PROJECTION) {
133 if (dirty & transform_state_t::VIEWPORT) {
140 if (dirty & transform_state_t::MVP) {
147 if (dirty & transform_state_t::MVUI) {
153 if (dirty & transform_state_t::TEXTURE) {
159 if (dirty & transform_state_t::MVIT)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 39 * attributes, manages its dirty state and commits the attributes when necessary.
235 * Tests whether the part is dirty i.e. its widgets have state that is
239 * internal dirty flag. Stop once at least one attribute is dirty.
241 * @return <code>true</code> if the part is dirty, <code>false</code>
280 // reset the dirty flag after all the side effects from committing have occurred.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 138 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
141 dirty.set(0, 0, getWidth(), getHeight());
  /external/e2fsprogs/debugfs/
debug_cmds.ct 19 request do_dirty_filesys, "Mark the filesystem as dirty",
20 dirty_filesys, dirty;
  /external/netperf/
netsh.h 90 #ifdef DIRTY
95 #endif /* DIRTY */
  /external/skia/src/animator/
SkDrawRectangle.cpp 51 void SkDrawRect::dirty() { function in class:SkDrawRect
53 fParent->dirty();
SkDrawBitmap.h 66 virtual void dirty();
SkDrawMatrix.h 34 virtual void dirty();
SkDrawPath.h 33 virtual void dirty();
  /external/skia/src/images/
SkFlipPixelRef.cpp 27 const SkRegion& dirty = fFlipper.update(&copyBits); local
30 return dirty;
  /packages/providers/CalendarProvider/res/values/
strings.xml 40 <!-- Event and dirty event count message for secret calendar info -->
41 <string name="calendar_info_events_dirty">Events: <xliff:g id = "events">%1$d</xliff:g>, Unsaved: <xliff:g id = "dirty events">%2$d</xliff:g></string>
  /external/chromium/net/disk_cache/
entry_impl.cc 353 DCHECK(node_.Data()->dirty || read_only_);
367 DCHECK(node_.Data()->dirty || read_only_);
445 node->dirty = backend_->GetCurrentEntryId();
462 if (!node_.Data()->dirty) {
463 node_.Data()->dirty = backend_->GetCurrentEntryId();
537 if (!rankings->dirty) {
538 rankings->dirty = backend_->GetCurrentEntryId();
552 if (node_.Data()->dirty && current_id != node_.Data()->dirty)
557 node_.Data()->dirty = new_id
1390 int dirty = 0; local
    [all...]
  /dalvik/vm/alloc/
CardTable.h 69 * Verifies that all gray objects are on a dirty card.
MarkSweep.cpp 515 * Scans range of dirty cards between start and end. A range of dirty
516 * cards is composed consecutively dirty cards or dirty cards spanned
553 * Blackens gray objects found on dirty cards.
558 const u1 *base, *limit, *ptr, *dirty;
568 dirty = (const u1 *)memchr(ptr, GC_CARD_DIRTY, limit - ptr);
569 if (dirty == NULL) {
572 assert((dirty > ptr) && (dirty < limit))
    [all...]
  /dalvik/vm/hprof/
HprofOutput.cpp 130 if (rec->dirty) {
147 rec->dirty = false;
167 } else if (rec->dirty) {
171 rec->dirty = true;
  /frameworks/base/services/input/
SpriteController.h 181 dirty(0), visible(false),
186 uint32_t dirty; member in struct:android::SpriteController::SpriteState
233 mLocked.state.dirty = 0;
252 void invalidateLocked(uint32_t dirty);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 83 public Canvas lockCanvas(Rect dirty) {
  /bootable/recovery/tools/ota/
check-lost+found.c 72 // If possible, dirty each of these partitions before rebooting,
77 snprintf(fn, sizeof(fn), "%s/%s", kPartitions[i], "dirty");
86 reboot(RB_AUTOBOOT); // reboot immediately, with dirty filesystems
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.h 102 // Posts a task to persist dirty associations.
104 // Persists all dirty associations.
133 // Stores sync ids for dirty associations.

Completed in 781 milliseconds

1 23 4 5 6 7 8 91011>>