Searched refs:forecast (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dresults.js130 * Speak a weather forecast.
131 * @param {Element} forecast Weather forecast to be spoken.
133 cvox.WeatherResult.speakForecast = function(forecast) {
134 if (!forecast) {
148 cvox.SearchResults.speakResultBySelectTexts(forecast, FORE_SELECTORS);
196 var forecast = forecasts.item(i);
197 cvox.WeatherResult.speakForecast(forecast);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c2578 mDNSu32 forecast = *answerforecast; local
2601 // We forecast: compressed name (2) type (2) class (2) TTL (4) rdlength (2) rdata (n)
2602 forecast += 12 + rr->resrec.rdestimate;
2605 if (query->h.numQuestions > 1 && newptr + forecast >= limit)
2607 debugf("BuildQuestion: Retracting question %##s (%s) new forecast total %d",
2608 q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data);
2618 *answerforecast = forecast; // Update the forecast
2816 // We forecast: qname (n) type (2) class (2)
2817 mDNSu32 forecast local
3121 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; local
[all...]

Completed in 122 milliseconds