HomeSort by relevance Sort by last modified time
    Searched defs:DIRTY (Results 1 - 25 of 25) sorted by null

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 59 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events.DIRTY);
65 CALENDARS_COLUMNS_TO_SKIP.add(CalendarContract.Calendars.DIRTY);
  /external/netperf/
nettest_sctp.c 5 #define DIRTY
385 #ifdef DIRTY
403 #ifdef DIRTY
405 #endif /* DIRTY */
562 #ifdef DIRTY
565 #endif /* DIRTY */
686 #ifdef DIRTY
687 /* initialize the random number generator for putting dirty stuff */
702 #ifdef DIRTY
703 /* we want to dirty some number of consecutive integers in the buffer *
    [all...]
nettest_sdp.c 5 #define DIRTY
389 #ifdef DIRTY
392 #endif /* DIRTY */
514 #ifdef DIRTY
519 #endif /* DIRTY */
    [all...]
nettest_unix.c 3 #define DIRTY
250 #ifdef DIRTY
265 #ifdef DIRTY
267 #endif /* DIRTY */
391 #ifdef DIRTY
394 #endif /* DIRTY */
473 #ifdef DIRTY
474 /* initialize the random number generator for putting dirty stuff */
481 #ifdef DIRTY
482 /* we want to dirty some number of consecutive integers in the buffer *
    [all...]
nettest_xti.c 10 #define DIRTY
624 #ifdef DIRTY
625 fprintf(where," : dirty data");
626 #endif /* DIRTY */
777 #ifdef DIRTY
780 #endif /* DIRTY */
900 #ifdef DIRTY
901 /* we want to dirty some number of consecutive integers in the buffer */
903 /* them cleanly into the cache. The clean ones will follow any dirty */
911 #endif /* DIRTY */
    [all...]
  /frameworks/base/core/java/android/provider/
BrowserContract.java 54 * the dirty flag is not automatically set and the "syncToNetwork" parameter
145 public static final String DIRTY = "dirty";
CalendarContract.java 168 * to true, the modified row is not marked as "dirty" (needs to be synced)
303 public static final String DIRTY = "dirty";
306 * Used in conjunction with {@link #DIRTY} to indicate what packages wrote local changes.
323 * transitions from non-dirty to dirty. The duplicated event will not be
326 * originating event has its dirty flag cleared by the sync adapter.
531 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
656 * <li>{@link #DIRTY}</li>
724 DIRTY,
    [all...]
ContactsContract.java 124 * {@link RawContacts#DIRTY} is not automatically set and the
797 public static final String DIRTY = "dirty";
    [all...]
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DiskLruCache.java 107 private static final String DIRTY = "DIRTY";
123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
126 * DIRTY 1ab96a171faeeee38496d8b330771a7a
138 * o DIRTY lines track that an entry is actively being created or updated.
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
390 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
401 * cache. Dirty entries are assumed to be inconsistent and will be deleted.
444 writer.write(DIRTY + ' ' + entry.key + '\n')
582 File dirty = entry.getDirtyFile(i); local
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 97 private static final String DIRTY = "DIRTY";
110 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
113 * DIRTY 1ab96a171faeeee38496d8b330771a7a
125 * o DIRTY lines track that an entry is actively being created or updated.
126 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
127 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
305 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) {
316 * cache. Dirty entries are assumed to be inconsistent and will be deleted
525 File dirty = entry.getDirtyFile(i); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 136 RawContacts.DIRTY,
208 public static final int DIRTY = 19;
649 cursorColumnToContentValues(cursor, cv, ContactQuery.DIRTY);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1134 milliseconds