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

  /external/netperf/
netsh.h 90 #ifdef DIRTY
95 #endif /* DIRTY */
netsh.c 196 #ifdef DIRTY
201 #endif /* DIRTY */
431 #ifdef DIRTY
432 /* dirty and clean cache stuff */
437 #endif /* DIRTY */
607 /* local dirty and clean counts */
608 #ifdef DIRTY
617 printf("I don't know how to get dirty.\n");
618 #endif /* DIRTY */
621 /* remote dirty and clean counts *
    [all...]
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_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_dlpi.c 170 #ifdef DIRTY
172 #endif /* DIRTY */
360 #ifdef DIRTY
363 #endif /* DIRTY */
441 #ifdef DIRTY
442 /* initialize the random number generator for putting dirty stuff */
445 #endif /* DIRTY */
449 #ifdef DIRTY
450 /* we want to dirty some number of consecutive integers in the buffer */
452 /* them cleanly into the cache. The clean ones will follow any dirty */
    [all...]
nettest_sdp.c 5 #define DIRTY
389 #ifdef DIRTY
392 #endif /* DIRTY */
514 #ifdef DIRTY
519 #endif /* DIRTY */
    [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...]
nettest_bsd.c     [all...]
  /packages/apps/Email/src/com/android/exchange/
ContactsSyncAdapterService.java 105 new String[] {RawContacts._ID}, RawContacts.DIRTY + "=1", null, null);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 149 Groups.DIRTY,
184 RawContacts.DIRTY,
GroupsTest.java 176 values.put(Groups.DIRTY, 0);
ContactsProvider2Test.java 92 values.put(RawContacts.DIRTY, 1);
613 values.put(Groups.DIRTY, 1);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 257 Groups.DIRTY + "," +
268 int DIRTY = 5;
296 insert.bindLong(GroupsInsert.DIRTY, c.getLong(GroupsQuery._SYNC_DIRTY));
392 RawContacts.DIRTY + "," +
409 int DIRTY = 4;
542 bindString(insert, RawContactsInsert.DIRTY,
    [all...]
ContactsProvider2.java 331 /** Sql for updating DIRTY flag on multiple raw contacts */
334 " SET " + RawContacts.DIRTY + "=1" +
587 sRawContactsProjectionMap.put(RawContacts.DIRTY, RawContacts.DIRTY);
    [all...]
ContactsDatabaseHelper.java 266 Tables.RAW_CONTACTS + "." + RawContacts.DIRTY;
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 115 * {@link RawContacts#DIRTY} is not automatically set and the
303 public static final String DIRTY = "dirty";
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java 7289 final Rect dirty = drawable.getBounds(); local
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 1134 milliseconds