HomeSort by relevance Sort by last modified time
    Searched defs:latest (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.cpp 64 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/
filetools.cpp 65 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) {
  /libcore/crypto/src/main/java/org/conscrypt/
ProtocolVersion.java 95 ProtocolVersion latest = getByName(protocols[0]); local
102 if ((latest == null)
103 || (latest.version[0] < current.version[0])
104 || (latest.version[0] == current.version[0] && latest.version[1] < current.version[1])) {
105 latest = current;
108 return latest;
  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter_unittest.cc 136 const base::TimeTicks latest = local
138 while (!tasks_.empty() && tasks_.top().first <= latest) {
144 now_ = latest;
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 758 int32_t latest = (*--mHistory.end())->int32Data() & 0xffff; local
760 ALOGI("have seq numbers from %d - %d", earliest, latest);
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 197 base::TimeDelta latest, min, max; local
200 latest = **paint_time_counter->End();
203 paint_time_graph_.value = latest.InMillisecondsF();
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc 264 const base::TimeTicks latest = now_ + delta; local
268 while (!tasks_.empty() && tasks_.top().first <= latest) {
277 uptime_ += latest - now_;
279 now_ = latest;
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 914 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);
    [all...]
  /external/speex/libspeex/
jitter.c 82 /** 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/
triedict.cpp 1702 TernaryNode *latest = NULL; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 437 milliseconds