Searched defs:latest (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp64 int32_t latest = whichFileModTimeIsLater(filePath, newpath); local
65 if (latest < 0 || latest == 2) {
81 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); local
82 if (latest < 0 || latest == 2) {
/external/icu4c/tools/toolutil/
H A Dfiletools.cpp65 int32_t latest = whichFileModTimeIsLater(filePath, newpath); local
66 if (latest < 0 || latest == 2) {
82 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); local
83 if (latest < 0 || latest == 2) {
/external/chromium_org/chrome/browser/chromeos/
H A Dsession_length_limiter_unittest.cc160 const base::TimeTicks latest = now_ + time_delta; local
161 while (!tasks_.empty() && tasks_.top().first <= latest) {
167 now_ = latest;
/external/chromium_org/chrome/browser/component_updater/
H A Dswiftshader_component_installer.cc63 Version* latest,
74 if (version.CompareTo(*latest) > 0 &&
79 *latest = version;
62 GetLatestSwiftShaderDirectory(base::FilePath* result, Version* latest, std::vector<base::FilePath>* older_dirs) argument
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc204 base::TimeDelta latest, min, max; local
207 latest = **paint_time_counter->End();
210 paint_time_graph_.value = latest.InMillisecondsF();
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_unittest.cc264 const base::TimeTicks latest = now_ + delta; local
268 while (!tasks_.empty() && tasks_.top().first <= latest) {
277 uptime_ += latest - now_;
279 now_ = latest;
/external/dnsmasq/src/
H A Ddnsmasq.c914 struct resolvc *res, *latest; local
920 for (latest = NULL, res = daemon->resolv_files; res; res = res->next)
936 latest = res;
941 if (latest)
944 if (reload_servers(latest->name))
946 my_syslog(LOG_INFO, _("reading %s"), latest->name);
954 latest->mtime = 0;
957 my_syslog(LOG_WARNING, _("no servers found in %s, will retry"), latest->name);
/external/speex/libspeex/
H A Djitter.c82 /** Buffer that keeps the time of arrival of the latest packets */
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
159 struct TimingBuffer *timeBuffers[MAX_BUFFERS]; /**< Storing arrival time of latest frames so we can compute some stats */
209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late
215 int latest = 32767; local
216 /* Pick latest amoung all sub-windows */
219 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest)
222 latest = tb[j].timing[pos[j]];
230 worst = latest;
231 best = latest;
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dtriedict.cpp1702 TernaryNode *latest = NULL; local
1704 latest = new TernaryNode(vnode->chars[i]);
1705 if (latest == NULL) {
1710 head = latest;
1713 previous->equal = latest;
1715 previous = latest;
1717 if (latest != NULL) {
1721 latest->flags = getValue(equal);
1723 latest->flags |= kEndsWord;
1726 latest
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 442 milliseconds