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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/debug/
ring_buffer.h 94 // Example usage (iterate from oldest to newest value):
102 // Returns an Iterator pointing to the newest value in the buffer.
103 // Example usage (iterate backwards from newest to oldest value):
  /external/chromium/chrome/browser/sync/util/
dbgq.h 24 T* i_; // Points to the newest element in the queue.
  /external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc 116 // Adding older cache does not change newest complete cache.
123 // Adding newer cache does change newest complete cache.
147 EXPECT_EQ(cache4, group->newest_complete_cache()); // newest unchanged
152 EXPECT_EQ(cache4, group->newest_complete_cache()); // newest unchanged
155 EXPECT_EQ(cache4, group->newest_complete_cache()); // newest unchanged
158 EXPECT_EQ(cache4, group->newest_complete_cache()); // newest unchanged
159 group->RemoveCache(cache4.get()); // newest removed
161 EXPECT_FALSE(group->newest_complete_cache()); // no more newest cache
163 // Can remove newest cache if there are older caches.
168 group->RemoveCache(cache4.get()); // remove newest
    [all...]
appcache_storage.h 91 // Schedules a group and its newest cache, if any, to be loaded from storage.
93 // and newest cache already reside in memory, the delegate will be called
108 // Schedules a group and its newest complete cache to be initially stored or
110 // will be called back. A group without a newest cache cannot be stored.
111 // It's a programming error to call this method without a newest cache. A
112 // side effect of storing a new newest cache is the removal of the group's
115 // cache will be added as the group's newest complete cache only if storage
appcache_host.h 121 // Adds a reference to the newest complete cache in a group, unless it's the
220 // Hold a reference to the newest complete cache (if associated cache is
221 // not the newest) to keep the newest cache in existence while the app cache
222 // group is in use. The newest complete cache may have no associated hosts
229 // Similarly, keep a reference to the newest cache of the group until the
appcache_update_job.h 192 // in the newest application cache.
217 // Asynchronously loads the entry from the newest complete cache if the
220 // newest complete cache.
  /external/chromium_org/third_party/libjingle/source/talk/base/
ifaddrs-android.cc 193 ifaddrs* newest = new ifaddrs; local
194 memset(newest, 0, sizeof(ifaddrs));
196 current->ifa_next = newest;
198 start = newest;
200 if (populate_ifaddrs(newest, address_msg, RTA_DATA(rta),
206 current = newest;
  /development/samples/training/network-usage/res/values/
strings.xml 28 <string name="page_title">Newest StackOverflow questions tagged \'android\'</string>
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt_host.h 37 // checking at a time (the newest call stops the old one, if called with
  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_iterator.py 8 ascending (oldest to newest version) and descending order.
  /frameworks/base/samples/training/network-usage/res/values/
strings.xml 28 <string name="page_title">Newest StackOverflow questions tagged \'android\'</string>
  /external/llvm/docs/
Extensions.rst 81 ``newest``
82 Links the newest section from among the duplicates.
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.h 72 // The |last_requested_types_| will reflect the newest set of requested types.
  /external/chromium_org/chrome/browser/sync/glue/
failed_data_types_handler.h 61 // List of data type that failed because sync did not persist the newest
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.h 64 // |source| is expected to be sorted from oldest to newest.
  /external/chromium_org/third_party/leveldatabase/src/db/
snapshot.h 39 SnapshotImpl* newest() const { assert(!empty()); return list_.prev_; } function in class:leveldb::SnapshotList
  /external/llvm/test/Object/
archive-update.test 20 Create an achive with the newest file
  /frameworks/base/docs/html/google/play-services/
index.jd 22 and easier for you to integrate the newest that Google has to offer.
101 few days. This allows you to use the newest APIs in Google Play services and reach most of the
116 <p>Google Play services gives you the freedom to use the newest APIs for popular
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 202 null, "date DESC"); // get in newest to oldest order
263 null, "date DESC"); // get in newest to oldest order
349 null, "date DESC"); // get in newest to oldest order
395 null, "date DESC"); // get in newest to oldest order
457 null, "date DESC"); // get in newest to oldest order
  /external/chromium_org/base/nix/
xdg_util.cc 51 // XDG_CURRENT_DESKTOP is the newest standard circa 2012.
  /external/chromium_org/chrome/browser/resources/chromeos/
network.html 14 <h3>Event Log (Newest first):</h3>
  /external/chromium_org/tools/grit/grit/testdata/
status.html 15 <td align=right nowrap><i><font size=-1>Time of newest item</font></i></td>
  /external/chromium_org/ui/views/focus/
focus_manager_test.h 107 // to OnNativeFocusChange(), in oldest-to-newest-received order.
  /external/clang/test/Analysis/
refcnt_naming.m 22 -(NSObject*)newestAwesomeStuff; // read as "newest awesome stuff"
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 83 // Print newest items first

Completed in 1095 milliseconds

1 2 3 4 5 6 7 8 91011>>