HomeSort by relevance Sort by last modified time
    Searched full:newest (Results 51 - 75 of 343) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 1083 int newest = -1; local
1089 if (newest < 0) {
1091 newest = oldest = i;
1094 if (access_times[i] > access_times[newest])
1095 newest = i;
1101 if (newest < 0 || oldest < 0)
1106 next_entry = entries[newest].get();
1107 iterator->list = static_cast<Rankings::List>(newest);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
cache.cc 164 // lru.prev is newest entry, lru.next is oldest entry.
202 // Make "e" newest entry by inserting just before lru_
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 425 // Asynchronously load response info for manifest from newest cache.
643 // In no-update case, associate host with the newest cache.
    [all...]
appcache_group.cc 98 // Update hosts of older caches to add a reference to the newest cache.
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 82 <item msgid="5546009539334018063">"Newest first"</item>
83 <item msgid="7931283047572866748">"Newest last"</item>
  /packages/apps/Gallery/res/values-en-rIN/
strings.xml 82 <item msgid="5546009539334018063">"Newest first"</item>
83 <item msgid="7931283047572866748">"Newest last"</item>
  /bootable/recovery/applypatch/
freecache.c 152 // the oldest? the newest?
  /external/chromium/chrome/browser/autofill/
autofill_download.h 123 // the search is linear (newest first), so do not make the constant very big.
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 25 // TODO(aa): Needs to be updated to match newest NTP - http://crbug.com/57440
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.h 119 // Returns true if the DB was successfully upgraded to the newest version.
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.h 133 // The |last_requested_types_| will reflect the newest set of requested types.
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 56 // "result id of the newest secondary association"
  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 108 // the search is linear (newest first), so do not make the constant very big.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations_unittest.py 40 # All result_string's in this file expect newest result
  /external/chromium_org/third_party/android_platform/development/scripts/
stack 43 print " If not specified, will look for the newest lib in out/Debug or"
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 229 // implementations will return the newest context version compatible
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 127 // Get newest lines data from graph.
  /external/eclipse-windowbuilder/propertysheet/
README.txt 104 Then check out the newest revision of WindowBuilder in a separate
  /external/libvorbis/
README 83 newest versions of autoconf, automake, libtool and pkg-config in
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 229 // implementations will return the newest context version compatible
  /external/srec/srec/clib/
fpi_tgt.inl 85 * current 'pullp' position, as frame 899 is the newest
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 39 * dropped from the ring buffer, and overridden with the newest buffer.
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 81 &lt;title type=&quot;text&quot;&gt;newest questions tagged android - Stack Overflow&lt;/title&gt;
90 &lt;category scheme="http://stackoverflow.com/feeds/tag?tagnames=android&amp;sort=newest/tags" term="android"/&gt;
91 &lt;category scheme="http://stackoverflow.com/feeds/tag?tagnames=android&amp;sort=newest/tags" term="file"/&gt;
401 private static final String URL = "http://stackoverflow.com/feeds/tag?tagnames=android&sort=newest";
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 56 * Always keep the newest 8 bugreport files; 4 reports and 4 screenshots are
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Encoder.h 45 *! This is newest file

Completed in 1038 milliseconds

1 23 4 5 6 7 8 91011>>