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

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
ProgressBar.java 906 final Rect dirty = dr.getBounds(); local
910 invalidate(dirty.left + scrollX, dirty.top + scrollY,
911 dirty.right + scrollX, dirty.bottom + scrollY);
    [all...]
  /libcore/luni/src/main/java/java/sql/
Connection.java 32 * <li><i>dirty reads</i>:<br>
51 * No <i>dirty reads</i> are permitted, therefore transactions may not read
61 * <li><i>dirty reads</i></li>
69 * A constant indicating that <i>dirty reads</i> and <i>non-repeatable
78 * <li><i>dirty reads</i></li>
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 906 final Rect dirty = dr.getBounds(); local
910 invalidate(dirty.left + scrollX, dirty.top + scrollY,
911 dirty.right + scrollX, dirty.bottom + scrollY);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 65 unsigned long dirty;/* cache dirty bits */ member in struct:_XGC
227 #ifdef dirty
228 #undef dirty macro
585 if ((gc)->dirty) _XFlushGCCache((dpy), (gc))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
ir_defs.c     [all...]
ir_opt.c 62 * In a dirty helper call, any parts of the guest state that the
75 guest memory done by dirty helpers annotated as such) is not
139 TODO: check interaction of rGetI and dirty helpers.
439 d = st->Ist.Dirty.details;
634 /* Deal with dirty helpers which write or modify guest state.
637 IRDirty* d = st->Ist.Dirty.details;
648 if (0) vex_printf("rGET: trash env due to dirty helper\n");
713 /* Be very conservative for dirty helper calls; dump the entire
799 which implicitly read parts of the guest state: dirty helper calls
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 133 * to true, the modified row is not marked as "dirty" (needs to be synced)
267 public static final String DIRTY = "dirty";
281 * transitions from non-dirty to dirty. The duplicated event will not be
284 * originating event has its dirty flag cleared by the sync adapter.
445 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
565 * <li>{@link #DIRTY}</li>
630 DIRTY,
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 220 bool OpenGLRenderer::callDrawGLFunction(Functor *functor, Rect& dirty) {
230 // Since we don't know what the functor will draw, let's dirty
249 dirty.unionWith(localDirty);
598 // drawing only the dirty region
861 android::Rect dirty(bounds.left, bounds.top, bounds.right, bounds.bottom);
862 if (!dirty.isEmpty()) {
863 region->orSelf(dirty);
1144 bool dirty = right - left > 0.0f && bottom - top > 0.0f; local
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 477 // the id cannot be zero, because that value is used as "not dirty".
    [all...]
backend_impl.h 245 // Peforms a simple self-check, and returns the number of dirty items
333 // Part of the selt test. Returns the number or dirty entries, or an error.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 260 Groups.DIRTY + "," +
271 int DIRTY = 5;
299 insert.bindLong(GroupsInsert.DIRTY, c.getLong(GroupsQuery._SYNC_DIRTY));
395 RawContacts.DIRTY + "," +
411 int DIRTY = 4;
541 bindString(insert, RawContactsInsert.DIRTY,
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 78 Calendars.DIRTY,
131 values.put(Calendars.DIRTY, 0);
173 original.put(Calendars.DIRTY, 1);
326 Events.DIRTY,
385 values.put(Events.DIRTY, 0);
388 // only the sync adapter can set the DIRTY flag
389 //values.put(Events.DIRTY, 1);
479 values.put(Events.DIRTY, 0);
489 values.put(Events.DIRTY, asSyncAdapter ? 0 : 1);
514 * @param values Set of values to update (sets DELETED and DIRTY)
    [all...]
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 107 // clip the canvas to the dirty rect b/c the surface is only required to
108 // copy a minimum of the dirty rect and may copy more. The clipped canvas
  /external/chromium/net/tools/dump_cache/
dump_files.cc 258 printf("dirty: %d\n", rankings.dirty);
  /external/netperf/
nettest_bsd.h 37 /* should be made dirty before calling recv? */
88 /* should be made dirty before calling recv? */
  /external/qemu/
arch_init.c 276 /* Make sure all dirty bits are set */
287 /* Enable dirty memory tracking */
  /external/qemu/target-arm/
cpu.h 154 uint32_t c15_i_max; /* Maximum D-cache dirty line index. */
155 uint32_t c15_i_min; /* Minimum D-cache dirty line index. */
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 380 // The image region has been marked dirty, but once we return to our
424 // At this point the image region has been marked dirty, and if it's
  /external/webkit/Source/WebCore/webaudio/
AudioContext.cpp 460 // Fixup the state of any dirty AudioNodeInputs and AudioNodeOutputs.
487 // Fixup the state of any dirty AudioNodeInputs and AudioNodeOutputs.
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 185 // Convert the dirty rect to window coordinates.
189 // Make sure that the dirty rect is not greater than the plug-in itself.
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 110 * The dirty rectangle used to mark the area to re-draw during key press and
112 * onDraw() and we MUST draw the whole view. This dirty information is for
  /dalvik/vm/
DvmDex.cpp 228 * madvise(MADV_DONTNEED) to release the private/dirty copy.
  /external/blktrace/doc/
blktrace.8 200 initiated by the vm flushing dirty data to disk or the file system syncing a
  /external/chromium/base/
bind_helpers.h 89 // To get around this, we play a dirty trick with multiple inheritance.

Completed in 726 milliseconds

<<11121314151617181920>>