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

  /external/smack/src/org/xbill/DNS/
TTL.java 90 long secs, mins, hours, days, weeks; local
99 weeks = ttl;
100 if (weeks > 0)
101 sb.append(weeks + "W");
108 if (secs > 0 || (weeks == 0 && days == 0 && hours == 0 && mins == 0))
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
Duration.java 23 * WEEKS
32 public int weeks; field in class:Duration
50 weeks = 0;
97 weeks = n;
131 cal.add(Calendar.DAY_OF_MONTH, sign*weeks*7);
144 return factor * ((7*24*60*60*weeks)
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DurationTest.java 27 int sign, int weeks, int days, int hours,
34 assertEquals("Duration weeks is not equal for " + str, weeks, duration.weeks);
  /bionic/libc/dns/nameser/
ns_ttl.c 58 int secs, mins, hours, days, weeks, x; local
65 weeks = (int)src; src = 0;
68 if (weeks) {
69 T(fmt1(weeks, 'W', &dst, &dstlen));
84 if (secs || !(weeks || days || hours || mins)) {
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 41 mWeeks = (VerticalTextSpinner)findViewById(R.id.weeks);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 55 * @param {string} timeframe One of 'hour', 'day', 'week', '4weeks', or
66 '4weeks': 4 * 7 * 24 * 60 * 60 * 1000
  /external/chromium_org/third_party/icu/source/i18n/
tzrule.cpp 277 int32_t weeks = fDateTimeRule->getRuleWeekInMonth();
278 if (weeks > 0) {
280 ruleDay += 7 * (weeks - 1);
285 ruleDay += 7 * (weeks + 1);
  /external/icu/icu4c/source/i18n/
tzrule.cpp 277 int32_t weeks = fDateTimeRule->getRuleWeekInMonth();
278 if (weeks > 0) {
280 ruleDay += 7 * (weeks - 1);
285 ruleDay += 7 * (weeks + 1);
  /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]))
test_datetime.py 175 eq(td(), td(weeks=0, days=0, hours=0, minutes=0, seconds=0,
180 eq(td(weeks=1), td(days=7))
188 eq(td(weeks=1.0/7), td(days=1))
289 weeks=-7,
299 weeks=-7,
307 t1 += timedelta(weeks=7)
380 eq(str(td(weeks=-30, hours=23, minutes=12, seconds=34)),
    [all...]
  /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]))
test_datetime.py 175 eq(td(), td(weeks=0, days=0, hours=0, minutes=0, seconds=0,
180 eq(td(weeks=1), td(days=7))
188 eq(td(weeks=1.0/7), td(days=1))
289 weeks=-7,
299 weeks=-7,
307 t1 += timedelta(weeks=7)
380 eq(str(td(weeks=-30, hours=23, minutes=12, seconds=34)),
    [all...]
  /external/libcxx/src/
locale.cpp 4446 static string weeks[14]; local
4468 static wstring weeks[14]; local
4490 static const string* weeks = init_weeks(); local
4498 static const wstring* weeks = init_wweeks(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 4535 static string weeks[14]; local
4557 static wstring weeks[14]; local
4579 static const string* weeks = init_weeks(); local
4587 static const wstring* weeks = init_wweeks(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 154 values and will always iterate through complete weeks, so it will yield
224 Each month contains between 4 and 6 weeks and each week contains 1-7
358 # max number of weeks for this row
361 weeks = []
364 weeks.append('')
366 weeks.append(self.formatweek(cal[j], w))
367 a(formatstring(weeks, colwidth, c).rstrip())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 154 values and will always iterate through complete weeks, so it will yield
224 Each month contains between 4 and 6 weeks and each week contains 1-7
358 # max number of weeks for this row
361 weeks = []
364 weeks.append('')
366 weeks.append(self.formatweek(cal[j], w))
367 a(formatstring(weeks, colwidth, c).rstrip())
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
joda-time-1.1.jar 
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 233 duration.weeks = 0;
304 duration.weeks = 0;
314 duration.weeks = 0;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
date_widget.js 148 // Calculate full weeks to nearest Thursday
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
loader.js 183 // Assume any builder without a run in two weeks for a given test suite isn't
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 859 """weeks - the number of seconds in a week """
862 weeks = _Prop_weeks() variable
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 642 // Skip |offset_| * weeks/months from the begining.
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 554 milliseconds