/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | folder_creator.cc | 99 const google_apis::FileResource* oldest = NULL; in DidListFolders() local 105 if (!oldest || oldest->created_date() > entry.created_date()) in DidListFolders() 106 oldest = &entry; in DidListFolders() 109 if (!oldest) { in DidListFolders() 114 std::string file_id = oldest->file_id(); in DidListFolders()
|
/external/chromium_org/base/containers/ |
D | mru_cache_unittest.cc | 71 Cache::reverse_iterator oldest = cache.rbegin(); in TEST() local 72 ASSERT_TRUE(oldest != cache.rend()); in TEST() 73 EXPECT_EQ(kItem1Key, oldest->first); in TEST() 74 EXPECT_EQ(item1.value, oldest->second.value); in TEST() 87 Cache::reverse_iterator oldest = cache.rbegin(); in TEST() local 88 ASSERT_TRUE(oldest != cache.rend()); in TEST() 89 EXPECT_EQ(kItem2Key, oldest->first); in TEST() 90 EXPECT_EQ(item2.value, oldest->second.value); in TEST()
|
/external/chromium_org/third_party/webrtc/base/ |
D | diskcache.cc | 225 EntryMap::iterator oldest = map_.end(); in CheckLimit() local 229 oldest = it; in CheckLimit() 232 if (oldest == map_.end()) { in CheckLimit() 236 for (EntryMap::iterator it = oldest++; it != map_.end(); ++it) { in CheckLimit() 237 if (it->second.last_modified < oldest->second.last_modified) { in CheckLimit() 238 oldest = it; in CheckLimit() 241 if (!DeleteResource(oldest->first)) { in CheckLimit()
|
/external/chromium_org/extensions/browser/app_window/ |
D | app_window_geometry_cache.cc | 66 ExtensionData::iterator oldest = extension_data.end(); in SaveGeometry() local 79 if (oldest == extension_data.end() || in SaveGeometry() 80 it->second.last_change < oldest->second.last_change) in SaveGeometry() 81 oldest = it; in SaveGeometry() 83 extension_data.erase(oldest); in SaveGeometry()
|
/external/dnsmasq/src/ |
D | forward.c | 976 struct frec *f, *oldest, *target; in get_new_frec() local 982 for (f = daemon->frec_list, oldest = NULL, target = NULL, count = 0; f; f = f->next, count++) in get_new_frec() 993 if (!oldest || difftime(f->time, oldest->time) <= 0) in get_new_frec() 994 oldest = f; in get_new_frec() 1005 if (oldest && ((int)difftime(now, oldest->time)) >= TIMEOUT) in get_new_frec() 1009 if (difftime(now, oldest->time) < 2*TIMEOUT && in get_new_frec() 1016 free_frec(oldest); in get_new_frec() 1017 oldest->time = now; in get_new_frec() 1019 return oldest; in get_new_frec() 1025 if (oldest && wait) in get_new_frec() [all …]
|
/external/chromium_org/net/quic/crypto/ |
D | strike_register_test.cc | 276 set<pair<uint32, string> >::iterator oldest = nonces_.begin(); in DropOldestEntry() local 277 horizon_ = oldest->first + 1; in DropOldestEntry() 278 nonces_.erase(oldest); in DropOldestEntry()
|
/external/speex/libspeex/ |
D | jitter.c | 480 spx_uint32_t oldest=0; in jitter_buffer_get() local 483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest))) in jitter_buffer_get() 485 oldest = jitter->packets[i].timestamp; in jitter_buffer_get() 492 jitter->pointer_timestamp = oldest; in jitter_buffer_get() 493 jitter->next_stop = oldest; in jitter_buffer_get()
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | snapshot.h | 38 SnapshotImpl* oldest() const { assert(!empty()); return list_.next_; } in oldest() function
|
D | db_impl.cc | 871 compact->smallest_snapshot = snapshots_.oldest()->number_; in DoCompactionWork()
|
/external/mksh/src/ |
D | jobs.c | 1050 Job *jl, *oldest; in j_set_async() local 1061 oldest = NULL; in j_set_async() 1064 (!oldest || jl->age < oldest->age)) in j_set_async() 1065 oldest = jl; in j_set_async() 1066 if (!oldest) { in j_set_async() 1075 remove_job(oldest, "zombie"); in j_set_async()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_metrics.cc | 129 base::Time oldest = base::Time::Now() - in CountProfileInformation() local 133 if (!HasProfileAtIndexBeenActiveSince(info_cache, i, oldest)) { in CountProfileInformation()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | backend_impl.cc | 646 int oldest = -1; in OpenNextEntryImpl() local 652 DCHECK_LT(oldest, 0); in OpenNextEntryImpl() 653 newest = oldest = i; in OpenNextEntryImpl() 658 if (access_times[i] < access_times[oldest]) in OpenNextEntryImpl() 659 oldest = i; in OpenNextEntryImpl() 663 if (newest < 0 || oldest < 0) { in OpenNextEntryImpl()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 1124 NullColorbufferCacheEntry *oldest = &mNullColorbufferCache[0]; in getNullColorbuffer() local 1127 if (mNullColorbufferCache[i].lruCount < oldest->lruCount) in getNullColorbuffer() 1129 oldest = &mNullColorbufferCache[i]; in getNullColorbuffer() 1133 delete oldest->buffer; in getNullColorbuffer() 1134 oldest->buffer = nullbuffer; in getNullColorbuffer() 1135 oldest->lruCount = ++mMaxNullColorbufferLRU; in getNullColorbuffer() 1136 oldest->width = width; in getNullColorbuffer() 1137 oldest->height = height; in getNullColorbuffer()
|
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/ |
D | root.txt | 207 about whose profession was the oldest. In the course of their 209 the doctor said, \"The medical profession is clearly the oldest, because
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 207 about whose profession was the oldest. In the course of their 209 the doctor said, \"The medical profession is clearly the oldest, because
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.h | 285 const DWARFDebugInfoEntry* oldest,
|
D | DWARFDebugInfoEntry.cpp | 450 const DWARFDebugInfoEntry* oldest, in DumpAncestry() argument 456 if (parent && parent != oldest) in DumpAncestry() 457 parent->DumpAncestry(dwarf2Data, cu, oldest, s, 0); in DumpAncestry()
|
/external/oprofile/events/mips/74K/ |
D | events | 39 …SSUE_CYCLES : 21-0 Out-of-order ALU issue cycles (issued instruction is not the oldest in the pool) 115 …SUE_CYCLES : 21-1 Out-of-order AGEN issue cycles (issued instruction is not the oldest in the pool)
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.c | 403 struct p2p_device *dev, *oldest = NULL; in p2p_create_device() local 412 if (oldest == NULL || in p2p_create_device() 413 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device() 414 oldest = dev; in p2p_create_device() 416 if (count + 1 > p2p->cfg->max_peers && oldest) { in p2p_create_device() 418 dl_list_del(&oldest->list); in p2p_create_device() 419 p2p_device_free(p2p, oldest); in p2p_create_device()
|
/external/valgrind/main/docs/internals/ |
D | release-HOWTO.txt | 95 * s390x: Run regression tests on a z900 machine. That is the oldest
|
/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection.mm | 310 // oldest notification that has not been shown up.
|
/external/chromium_org/third_party/zlib/ |
D | mixed-source.patch | 458 * step. It must be such that after MIN_MATCH steps, the oldest
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventFactoryMac.mm | 1070 // the oldest (dating back to 10.4, before CGEvents were public) but they lack
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 366 guidelines set out in [RFC3551], where the oldest Vorbis packet
|
/external/chromium_org/sync/protocol/ |
D | sync.proto | 437 // of queued hints exceeded its limit. The oldest hints will be discarded
|