/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 | 52 int secs, mins, hours, days, weeks, x; local 59 weeks = (int)src; src = 0; 62 if (weeks) { 63 T(fmt1(weeks, 'W', &dst, &dstlen)); 78 if (secs || !(weeks || days || hours || mins)) {
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
AnnualTimeZoneRule.java | 112 int weeks = dateTimeRule.getRuleWeekInMonth(); local 113 if (weeks > 0) { 115 ruleDay += 7 * (weeks - 1); 120 ruleDay += 7 * (weeks + 1);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
AnnualTimeZoneRule.java | 122 int weeks = dateTimeRule.getRuleWeekInMonth(); local 123 if (weeks > 0) { 125 ruleDay += 7 * (weeks - 1); 130 ruleDay += 7 * (weeks + 1);
|
/packages/apps/Music/src/com/android/music/ |
WeekSelector.java | 41 mWeeks = (VerticalTextSpinner)findViewById(R.id.weeks);
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
datetime_utils.py | 55 week = timedelta(weeks=1)
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
History.md | 90 important and will be implemented in the coming weeks.
|
/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/gdb/darwin-x86/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/gdb/linux-x86/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/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 | 4543 static string weeks[14]; local 4565 static wstring weeks[14]; local 4587 static const string* weeks = init_weeks(); local 4595 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/gdb/darwin-x86/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/gdb/linux-x86/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/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/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 233 duration.weeks = 0; 304 duration.weeks = 0; 314 duration.weeks = 0; [all...] |
/external/caliper/lib/ |
joda-time-2.1.jar | |