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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 123 int oldest = mAvailableFrames.firstKey(); local
124 Frame frame = mAvailableFrames.get(oldest);
127 mAvailableFrames.remove(oldest);
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 240 // oldest resources... something that isn't O(n^2)
242 EntryMap::iterator oldest = map_.end(); local
246 oldest = it;
249 if (oldest == map_.end()) {
253 for (EntryMap::iterator it = oldest++; it != map_.end(); ++it) {
254 if (it->second.last_modified < oldest->second.last_modified) {
255 oldest = it;
258 if (!DeleteResource(oldest->first)) {
  /external/dnsmasq/src/
forward.c 959 when the oldest in-use record will expire. Impose an absolute
963 struct frec *f, *oldest, *target; local
969 for (f = daemon->frec_list, oldest = NULL, target = NULL, count = 0; f; f = f->next, count++)
980 if (!oldest || difftime(f->time, oldest->time) <= 0)
981 oldest = f;
990 /* can't find empty one, use oldest if there is one
992 if (oldest && ((int)difftime(now, oldest->time)) >= TIMEOUT)
996 if (difftime(now, oldest->time) < 2*TIMEOUT &&
    [all...]
  /frameworks/native/include/utils/
LruCache.h 218 Entry* oldest = mOldest; local
223 for (Entry* p = oldest; p != NULL; p = p->child) {
  /external/quake/quake/src/QW/server/
sv_main.c 463 int oldest; local
466 oldest = 0;
477 oldest = i;
483 // overwrite the oldest
484 svs.challenges[oldest].challenge = (rand() << 16) ^ rand();
485 svs.challenges[oldest].adr = net_from;
486 svs.challenges[oldest].time = realtime;
487 i = oldest;
    [all...]
sv_user.c 1548 usercmd_t oldest, oldcmd, newcmd; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 1060 NJ_UINT16 que_id, oldest; local
1074 oldest = GET_LEARN_NEXT_WORD_POS(loctset->loct.handle);
1100 if (current < oldest) {
1110 max_value = oldest;
1685 NJ_UINT16 que_id, oldest; local
1937 NJ_UINT16 que_id, oldest; local
    [all...]
  /external/mksh/src/
jobs.c 1004 Job *jl, *oldest; local
1015 oldest = NULL;
1018 (!oldest || jl->age < oldest->age))
1019 oldest = jl;
1020 if (!oldest) {
1029 remove_job(oldest, "zombie");
    [all...]
  /external/speex/libspeex/
jitter.c 341 /* If the current sub-window is full, perform a rotation and discard oldest sub-widow */
420 /*No place left in the buffer, need to make room for it by discarding the oldest packet */
479 /* Find the oldest packet */
480 spx_uint32_t oldest=0; local
483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest)))
485 oldest = jitter->packets[i].timestamp;
492 jitter->pointer_timestamp = oldest;
493 jitter->next_stop = oldest;
  /system/core/debuggerd/
tombstone.c 600 * the oldest entry. If we didn't, we want to start at zero.
748 int oldest = 0; local
754 oldest = i;
770 /* we didn't find an available file, so we clobber the oldest one */
771 snprintf(path, sizeof(path), TOMBSTONE_DIR"/tombstone_%02d", oldest);
  /external/chromium/net/disk_cache/
backend_impl.cc 1716 int oldest = -1; local
    [all...]
  /external/chromium/chrome/browser/net/
passive_log_collector.cc 280 uint32 oldest = deletion_queue_.front(); local
282 DeleteSourceInfo(oldest);
  /bionic/libc/netbsd/resolv/
res_cache.c 1596 Entry* oldest = cache->mru_list.mru_prev; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 421 struct p2p_device *dev, *oldest = NULL; local
430 if (oldest == NULL ||
431 os_time_before(&dev->last_seen, &oldest->last_seen))
432 oldest = dev;
434 if (count + 1 > p2p->cfg->max_peers && oldest) {
436 "P2P: Remove oldest peer entry to make room for a new "
440 if(&oldest->list == p2p->sd_dev_list)
441 p2p->sd_dev_list = oldest->list.next;
443 dl_list_del(&oldest->list);
444 p2p_device_free(p2p, oldest);
    [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 36 * The shell history. history is an array of strings, ordered oldest to
  /external/oprofile/events/mips/74K/
events 39 event:0x15 counters:0,2 um:zero minimum:500 name:OOO_ALU_ISSUE_CYCLES : 21-0 Out-of-order ALU issue cycles (issued instruction is not the oldest in the pool)
115 event:0x415 counters:1,3 um:zero minimum:500 name:OOO_AGEN_ISSUE_CYCLES : 21-1 Out-of-order AGEN issue cycles (issued instruction is not the oldest in the pool)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 790 milliseconds