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

1 2 3 4 5

  /external/clang/test/CXX/basic/basic.start/basic.start.init/
p3.cpp 15 #if DELETED
16 = delete; // expected-error {{'main' is not allowed to be deleted}}
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java 26 DELETED,
  /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
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 38 Groups.DELETED,
49 public final static int DELETED = 8;
GroupListLoader.java 26 * group names are in alphabetical order. Note that the list excludes default, favorite, and deleted
52 Groups.FAVORITES + "=0 AND " + Groups.DELETED + "=0", null,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-notes.def 35 INSN_NOTE (DELETED)
37 /* Generated in place of user-declared labels when they are deleted. */
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
FieldArray.java 41 private static final FieldData DELETED = new FieldData();
74 if (i < 0 || mData[i] == DELETED) {
87 if (i >= 0 && mData[i] != DELETED) {
88 mData[i] = DELETED;
102 if (val != DELETED) {
129 if (i < mSize && mData[i] == DELETED) {
  /frameworks/base/core/java/android/util/
LongSparseArray.java 41 * as deleted. The entry can then be re-used for the same key, or compacted later in
53 private static final Object DELETED = new Object();
115 if (i < 0 || mValues[i] == DELETED) {
129 if (mValues[i] != DELETED) {
130 mValues[i] = DELETED;
147 if (mValues[index] != DELETED) {
148 mValues[index] = DELETED;
164 if (val != DELETED) {
194 if (i < mSize && mValues[i] == DELETED) {
SparseArray.java 41 * as deleted. The entry can then be re-used for the same key, or compacted later in
53 private static final Object DELETED = new Object();
115 if (i < 0 || mValues[i] == DELETED) {
129 if (mValues[i] != DELETED) {
130 mValues[i] = DELETED;
147 if (mValues[index] != DELETED) {
148 mValues[index] = DELETED;
177 if (val != DELETED) {
207 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 29 * to it. When the array is compacted, not only deleted indices but also empty references
47 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) {
159 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) {
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
PositionMap.java 26 private static final Object DELETED = new Object();
89 if (i < 0 || mValues[i] == DELETED) {
103 if (mValues[i] != DELETED) {
104 mValues[i] = DELETED;
121 if (mValues[index] != DELETED) {
122 mValues[index] = DELETED;
159 if (val != DELETED) {
189 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetMessageStatus.java 29 READ, DELETED;
  /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) {
  /external/smali/util/src/main/java/org/jf/util/
SparseArray.java 44 private static final Object DELETED = new Object();
80 if (i < 0 || mValues[i] == DELETED) {
94 if (mValues[i] != DELETED) {
95 mValues[i] = DELETED;
119 if (val != DELETED) {
148 if (i < mSize && mValues[i] == DELETED) {
  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.cc 17 // Whenever an element is evicted, we move it to the DELETED list so that if the
213 rankings_->Remove(entry->rankings(), Rankings::DELETED, true);
268 // If the index is not loaded, the deleted list will tend to double the size
273 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length);
295 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
392 Trace("*** Trim Deleted ***");
399 rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED));
405 next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED));
420 Trace("*** Trim Deleted end ***");
466 header_->lru.sizes[Rankings::DELETED];
    [all...]
eviction.cc 17 // Whenever an element is evicted, we move it to the DELETED list so that if the
246 // If the index is not loaded, the deleted list will tend to double the size
251 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length);
306 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
446 rankings_->Remove(entry->rankings(), Rankings::DELETED, true);
471 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
478 rankings_->Remove(entry->rankings(), Rankings::DELETED, true);
497 Trace("*** Trim Deleted ***");
504 rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED));
510 next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED));
    [all...]
rankings.h 61 DELETED, // List of recently deleted or doomed entries.
66 // Rankings whenever a CacheRankingsBlock is deleted, to keep track of cache
  /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);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 94 .with(Groups.DELETED, 0)
  /external/chromium_org/chrome/installer/util/
install_util.h 137 DELETED, // The condition was satisfied and the delete succeeded.
install_util_unittest.cc 260 EXPECT_EQ(InstallUtil::DELETED,
277 EXPECT_EQ(InstallUtil::DELETED,
348 EXPECT_EQ(InstallUtil::DELETED,
369 EXPECT_EQ(InstallUtil::DELETED,
390 EXPECT_EQ(InstallUtil::DELETED,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 48 RawContacts.DELETED,
52 int DELETED = 0;

Completed in 1181 milliseconds

1 2 3 4 5