/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | FieldArray.java | 41 private static final FieldData DELETED = new FieldData(); field in FieldArray 74 if (i < 0 || mData[i] == DELETED) { in get() 87 if (i >= 0 && mData[i] != DELETED) { in remove() 88 mData[i] = DELETED; in remove() 102 if (val != DELETED) { in gc() 129 if (i < mSize && mData[i] == DELETED) { in put()
|
/external/smali/util/src/main/java/org/jf/util/ |
D | SparseArray.java | 44 private static final Object DELETED = new Object(); field in SparseArray 80 if (i < 0 || mValues[i] == DELETED) { in get() 94 if (mValues[i] != DELETED) { in delete() 95 mValues[i] = DELETED; in delete() 119 if (val != DELETED) { in gc() 148 if (i < mSize && mValues[i] == DELETED) { in put()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSparseArray.java | 43 private static final Object DELETED = new Object(); field in ShadowSparseArray 84 if (i < 0 || mValues[i] == DELETED) { in get() 100 if (mValues[i] != DELETED) { in delete() 101 mValues[i] = DELETED; in delete() 126 if (val != DELETED) { in gc() 156 if (i < mSize && mValues[i] == DELETED) { in put()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | eviction.cc | 251 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length); in ShouldTrimDeleted() 306 rankings_->Insert(entry->rankings(), true, Rankings::DELETED); in EvictEntry() 446 rankings_->Remove(entry->rankings(), Rankings::DELETED, true); in OnCreateEntryV2() 471 rankings_->Insert(entry->rankings(), true, Rankings::DELETED); in OnDoomEntryV2() 478 rankings_->Remove(entry->rankings(), Rankings::DELETED, true); in OnDestroyEntryV2() 504 rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED)); in TrimDeleted() 510 next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED)); in TrimDeleted() 530 EntryImpl* entry = backend_->GetEnumeratedEntry(node, Rankings::DELETED); in RemoveDeletedNode() 557 header_->lru.sizes[Rankings::DELETED]; in SelectListByLength() 586 rankings_->GetPrev(NULL, Rankings::DELETED)); in ReportListStats()
|
D | eviction_v3.cc | 213 rankings_->Remove(entry->rankings(), Rankings::DELETED, true); in OnCreateEntry() 273 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length); in ShouldTrimDeleted() 295 rankings_->Insert(entry->rankings(), true, Rankings::DELETED); in EvictEntry() 399 rankings_, rankings_->GetPrev(node.get(), Rankings::DELETED)); in TrimDeleted() 405 next.reset(rankings_->GetPrev(node.get(), Rankings::DELETED)); in TrimDeleted() 466 header_->lru.sizes[Rankings::DELETED]; in SelectListByLength() 495 rankings_->GetPrev(NULL, Rankings::DELETED)); in ReportListStats()
|
D | rankings.h | 61 DELETED, // List of recently deleted or doomed entries. enumerator
|
D | backend_impl.cc | 1198 data_->header.lru.sizes[Rankings::DELETED]; in GetEntryCount()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_cache.c | 50 enum { EMPTY = 0, FILLED, DELETED } state; enumerator 175 entry->state = DELETED; in util_cache_entry_destroy() 324 header->state == DELETED); in ensure_sanity()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_cache.c | 50 enum { EMPTY = 0, FILLED, DELETED } state; enumerator 175 entry->state = DELETED; in util_cache_entry_destroy() 324 header->state == DELETED); in ensure_sanity()
|
/external/clang/test/CXX/basic/basic.start/basic.start.init/ |
D | p3.cpp | 15 #if DELETED
|
/external/chromium_org/chrome/installer/util/ |
D | install_util_unittest.cc | 260 EXPECT_EQ(InstallUtil::DELETED, in TEST_F() 277 EXPECT_EQ(InstallUtil::DELETED, in TEST_F() 348 EXPECT_EQ(InstallUtil::DELETED, in TEST_F() 369 EXPECT_EQ(InstallUtil::DELETED, in TEST_F() 390 EXPECT_EQ(InstallUtil::DELETED, in TEST_F()
|
D | install_util.h | 137 DELETED, // The condition was satisfied and the delete succeeded. enumerator
|
D | install_util.cc | 504 ? DELETED : DELETE_FAILED; in DeleteRegistryKeyIf() 533 delete_result = DELETED; in DeleteRegistryValueIf()
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | file_operation_manager.js | 433 if (kind === util.EntryChangedKind.DELETED) 449 event.kind = util.EntryChangedKind.DELETED; 720 entryChangedCallback(util.EntryChangedKind.DELETED, entry); 974 entryChangedCallback(util.EntryChangedKind.DELETED, sourceEntry); 1429 util.EntryChangedKind.DELETED, task.entries[0]);
|
/external/chromium_org/content/test/ |
D | test_expectations.txt | 32 # EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL
|
/external/chromium_org/sync/engine/ |
D | syncer_unittest.cc | 402 DELETED, enumerator 461 case DELETED: in RunCommitOrderingTest() 1332 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED}}, in TEST_F() 1340 {-1, ids_.FromNumber(-1000), ids_.FromNumber(0), {DELETED}}, in TEST_F() 1348 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED}}, in TEST_F() 1357 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}}, in TEST_F() 1365 {1, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}}, in TEST_F() 1366 {0, ids_.FromNumber(1001), ids_.FromNumber(1000), {DELETED, OLD_MTIME}}, in TEST_F() 1375 {2, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}}, in TEST_F() 1376 {1, ids_.FromNumber(1001), ids_.FromNumber(1000), {DELETED, OLD_MTIME}}, in TEST_F() [all …]
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | directory_model.js | 684 case util.EntryChangedKind.DELETED:
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
D | util.js | 885 DELETED: 1, property
|
/external/chromium_org/chrome/browser/resources/google_now/ |
D | background_unittest.gtestjs | 1130 'SHOULD BE DELETED': 'SOMETHING', 1200 'SHOULD BE DELETED',
|
/external/chromium_org/chrome/installer/setup/ |
D | uninstall.cc | 689 NULL, prog_id_pred) == InstallUtil::DELETED) { in RemoveFiletypeRegistration()
|
/external/chromium_org/third_party/pymock/ |
D | mock.py | 365 _deleted = sentinel.DELETED
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 736 msgid "FILE DELETED"
|
D | zh_CN.po | 735 msgid "FILE DELETED"
|
D | id.po | 734 msgid "FILE DELETED"
|
D | it.po | 752 msgid "FILE DELETED"
|