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

1 2 3

  /external/chromium_org/chrome/browser/chromeos/drive/
file_change_unittest.cc 47 FileChange::DELETED);
62 FileChange::DELETED);
70 FileChange::DELETED);
file_change.h 20 // of type DELETED and ADDED. CHANGED type is for changed contents of
25 DELETED,
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 38 Groups.DELETED,
49 public final static int DELETED = 8;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiUpdateListener.java 33 /** The XML counterpart for the UI node has just been deleted.
34 * Note that mandatory UI nodes are never actually deleted. */
35 DELETED
  /external/chromium_org/chrome/installer/util/
install_util.h 134 DELETED, // The condition was satisfied and the delete succeeded.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java 26 DELETED,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 48 RawContacts.DELETED,
52 int DELETED = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cache.c 50 enum { EMPTY = 0, FILLED, DELETED } state;
133 * Deleted or non-matching slots are not indicative of completion
175 entry->state = DELETED;
324 header->state == DELETED);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 50 enum { EMPTY = 0, FILLED, DELETED } state;
133 * Deleted or non-matching slots are not indicative of completion
175 entry->state = DELETED;
324 header->state == DELETED);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
SparseArray.java 37 private static final Object DELETED = new Object();
73 if (i < 0 || mValues[i] == DELETED) {
87 if (mValues[i] != DELETED) {
88 mValues[i] = DELETED;
112 if (val != DELETED) {
141 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/base/core/java/android/util/
LongSparseArray.java 38 * as deleted. The entry can then be re-used for the same key, or compacted later in
50 private static final Object DELETED = new Object();
113 if (i < 0 || mValues[i] == DELETED) {
127 if (mValues[i] != DELETED) {
128 mValues[i] = DELETED;
145 if (mValues[index] != DELETED) {
146 mValues[index] = DELETED;
162 if (val != DELETED) {
192 if (i < mSize && mValues[i] == DELETED) {
SparseArray.java 38 * as deleted. The entry can then be re-used for the same key, or compacted later in
50 private static final Object DELETED = new Object();
113 if (i < 0 || mValues[i] == DELETED) {
127 if (mValues[i] != DELETED) {
128 mValues[i] = DELETED;
145 if (mValues[index] != DELETED) {
146 mValues[index] = DELETED;
175 if (val != DELETED) {
205 if (i < mSize && mValues[i] == DELETED) {
  /external/chromium/net/disk_cache/
rankings.h 59 DELETED, // List of recently deleted or doomed entries.
64 // Rankings whenever a CacheRankingsBlock is deleted, to keep track of cache
  /external/chromium_org/net/disk_cache/
rankings.h 61 DELETED, // List of recently deleted or doomed entries.
66 // Rankings whenever a CacheRankingsBlock is deleted, to keep track of cache
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseArray.java 43 private static final Object DELETED = new Object();
84 if (i < 0 || mValues[i] == DELETED) {
100 if (mValues[i] != DELETED) {
101 mValues[i] = DELETED;
126 if (val != DELETED) {
156 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 28 * to it. When the array is compacted, not only deleted indices but also empty references
45 private static final WeakReference<?> DELETED = new WeakReference(DELETED_REF);
83 if (i < 0 || mValues[i] == DELETED || mValues[i].get() == null) {
97 if (mValues[i] != DELETED) {
98 mValues[i] = DELETED;
115 if (mValues[index] != DELETED) {
116 mValues[index] = DELETED;
130 // Don't keep any non DELETED values, but only the one that still have a valid
132 if (val != DELETED && val.get() != null) {
171 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null))
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
LongSparseArray.java 38 * as deleted. The entry can then be re-used for the same key, or compacted later in
44 private static final Object DELETED = new Object();
107 if (i < 0 || mValues[i] == DELETED) {
121 if (mValues[i] != DELETED) {
122 mValues[i] = DELETED;
139 if (mValues[index] != DELETED) {
140 mValues[index] = DELETED;
156 if (val != DELETED) {
186 if (i < mSize && mValues[i] == DELETED) {
SparseArrayCompat.java 24 private static final Object DELETED = new Object();
87 if (i < 0 || mValues[i] == DELETED) {
101 if (mValues[i] != DELETED) {
102 mValues[i] = DELETED;
119 if (mValues[index] != DELETED) {
120 mValues[index] = DELETED;
149 if (val != DELETED) {
179 if (i < mSize && mValues[i] == DELETED) {
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 260 DELETED,
316 case DELETED:
734 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED}},
742 {-1, ids_.FromNumber(-1000), ids_.FromNumber(0), {DELETED}},
750 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED}},
759 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
767 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
768 {-1, ids_.FromNumber(1001), ids_.FromNumber(1000), {DELETED, OLD_MTIME}},
777 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
778 {1, ids_.FromNumber(1001), ids_.FromNumber(0), {DELETED, OLD_MTIME}}
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 1071 DELETED: 1,
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 316 DELETED,
375 case DELETED:
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 143 RawContacts.DELETED,
215 public static final int DELETED = 26;
656 cursorColumnToContentValues(cursor, cv, ContactQuery.DELETED);
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 78 * delete them when their related events are deleted.</li>
277 * deleted.
285 * form being deleted if there are no matching accounts on the device.
312 * Whether the row has been deleted but not synced to the server. A
313 * deleted row should be ignored.
318 public static final String DELETED = "deleted";
325 * queries of the events table. It will also be deleted when the
571 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED);
632 * <dd>Calendars can be deleted either by the {@link #_ID} as an appended i
    [all...]
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 301 RawContacts.DELETED,
535 RawContacts.DELETED,
594 RawContacts.DELETED,
667 Groups.DELETED,
695 Groups.DELETED,
775 values.put(RawContacts.DELETED, 1);
    [all...]

Completed in 824 milliseconds

1 2 3