HomeSort by relevance Sort by last modified time
    Searched full:weeks (Results 51 - 75 of 266) sorted by null

1 23 4 5 6 7 8 91011

  /development/samples/ApiDemos/res/values/
arrays.xml 143 <item>Ah. It\'s been on order, sir, for two weeks. I was expecting it this morning.</item>
  /external/chromium/chrome/browser/history/
visitsegment_database.cc 280 // Today gets 3x, a week ago 2x, three weeks ago 1.5x, falling off to 1x
  /external/chromium_org/chrome/browser/history/
visit_filter.cc 211 const size_t kMaxReturnedResults = 9; // 2 months (<= 9 weeks).
visit_filter_unittest.cc 63 // 3 weeks in 21 days.
visitsegment_database.cc 437 // Today gets 3x, a week ago 2x, three weeks ago 1.5x, falling off to 1x
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 138 * int maxStale = 60 * 60 * 24 * 28; // tolerate 4-weeks stale
  /frameworks/base/docs/html/distribute/googleplay/about/
distribution.jd 13 hours, not weeks.</p>
  /frameworks/base/docs/html/google/gcm/
c2dm.jd 70 <dd>Apps like video chat and calendar apps can send expiring invitation events with a time-to-live value between 0 and 4 weeks. GCM will store the messages until they expire. A message with a time-to-live value of 0 will not be stored on the GCM server, nor will it be throttled. For more information, see <a href="adv.html#ttl">Advanced Topics</a>.</dd>
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 51 public static final int WEEKS = DAYS*7;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 264 // long window is average over two weeks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_calendar.py 292 def check_weeks(self, year, month, weeks):
294 self.assertEqual(len(cal), len(weeks))
295 for i in xrange(len(weeks)):
296 self.assertEqual(weeks[i], sum(day != 0 for day in cal[i]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_calendar.py 292 def check_weeks(self, year, month, weeks):
294 self.assertEqual(len(cal), len(weeks))
295 for i in xrange(len(weeks)):
296 self.assertEqual(weeks[i], sum(day != 0 for day in cal[i]))
  /external/chromium_org/net/http/
transport_security_state.cc 741 // We consider built-in information to be timely for 10 weeks.
742 return (base::Time::Now() - build_time).InDays() < 70 /* 10 weeks */;
  /external/chromium_org/third_party/tcmalloc/vendor/
NEWS 13 weeks ago), and bumped the major version number up to 2, to reflect
67 `gperftools`. In the coming weeks, I'll be stepping down as
  /external/icu4c/samples/cal/
cal.c 330 for the locale (not all locales begin weeks on Sunday; in France,
331 weeks start on Monday) */
  /frameworks/base/docs/html/distribute/googleplay/edu/
start.jd 186 process can take <strong>3-4 weeks or more</strong>. You'll receive notification
225 appeal process and links in the weeks to come.</p>
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 67 * This specifies the position (or weeks since the epoch) of this week,
72 * This specifies the position (or weeks since the epoch) of this week,
  /packages/apps/Calendar/res/values-en-rGB/
strings.xml 163 <item quantity="other" msgid="2857390143157377867">"Every <xliff:g id="NUMBER">%1$d</xliff:g> weeks on <xliff:g id="DAYS_OF_WEEK">%2$s</xliff:g>"</item>
260 <item quantity="other" msgid="7094801039989237061">"Every <xliff:g id="COUNT">%d</xliff:g> weeks"</item>
  /packages/apps/Calendar/res/values-en-rIN/
strings.xml 163 <item quantity="other" msgid="2857390143157377867">"Every <xliff:g id="NUMBER">%1$d</xliff:g> weeks on <xliff:g id="DAYS_OF_WEEK">%2$s</xliff:g>"</item>
260 <item quantity="other" msgid="7094801039989237061">"Every <xliff:g id="COUNT">%d</xliff:g> weeks"</item>
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/subversion_file_system/
docs_public_extensions_214898 248 <td>&nbsp;2 weeks</td>
333 <td>&nbsp;5 weeks</td>
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java     [all...]
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 36 // Maximum number of hours for each time slice (4 weeks).
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.h 127 // 450 points @ two weeks)
  /external/chromium_org/native_client_sdk/src/doc/
overview.rst 258 pushed to the public beta channel three weeks before each release. As with any
  /external/chromium_org/third_party/icu/source/i18n/
gregocal.cpp 522 jd += weekShift; // shift by weeks for week based fields.
    [all...]

Completed in 1066 milliseconds

1 23 4 5 6 7 8 91011