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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
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/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 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) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
Call.java 214 Connection latest = null;
220 latest = c;
225 return latest;
  /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/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-dmg 46 my $nightlyRemoteLatestPath = "$nightlyRemotePath/update-latest.sh";
92 system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest";
  /external/dnsmasq/src/
dnsmasq.c 908 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);
    [all...]
  /external/icu4c/common/
triedict.cpp 1221 TernaryNode *latest = NULL; local
    [all...]
  /external/chromium/net/proxy/
proxy_service.cc 597 ProxyConfig latest; local
603 int rv = config_service_->GetProxyConfig(&latest);
627 if (!is_first_update && latest.Equals(config_))
630 SetConfig(latest);
639 // Reset state associated with latest config.
  /external/chromium/third_party/icu/source/common/
triedict.cpp 1713 TernaryNode *latest = NULL; local
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 140 the latest version of the Android SDK Tools.</li>
169 update to the latest tools or platform using the <em>Android SDK and AVD Manager</em>, rather than
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java 130 // latest
599 boolean latest = mLatest.hasVisibleItems();
609 mLatestTitle.setVisibility(latest ? View.VISIBLE : View.GONE);
611 if (ongoing || latest) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 162 * Private information regarding the latest voice search. If the Tab is not
199 * Get the latest array of voice search results, to be passed to the
266 Intent latest = new Intent(mVoiceSearchData.mVoiceSearchIntent); local
267 latest.putExtra(SearchManager.EXTRA_DATA_KEY, extraData);
268 mVoiceSearchData.mVoiceSearchIntent = latest;
    [all...]
  /external/grub/docs/
texinfo.tex 31 % Please try the latest version of texinfo.tex before submitting bug
32 % reports; you can get the latest version from:
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 295 milliseconds