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

/external/icu4c/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/dnsmasq/src/
H A Ddnsmasq.c908 struct resolvc *res, *latest; local
914 for (latest = NULL, res = daemon->resolv_files; res; res = res->next)
930 latest = res;
935 if (latest)
938 if (reload_servers(latest->name))
940 my_syslog(LOG_INFO, _("reading %s"), latest->name);
948 latest->mtime = 0;
951 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/icu4c/common/
H A Dtriedict.cpp1221 TernaryNode *latest = NULL; local
1223 latest = new TernaryNode(vnode->chars[i]);
1224 if (latest == NULL) {
1229 head = latest;
1232 previous->equal = latest;
1234 previous = latest;
1236 if (latest != NULL) {
1239 latest->flags |= kEndsWord;
1241 latest->equal = unpackOneNode(header, equal, status);
/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 203 milliseconds