/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/netbsd/nameser/ |
ns_ttl.c | 57 int secs, mins, hours, days, weeks, x; local 64 weeks = src; src = 0; 67 if (weeks) { 68 T(fmt1(weeks, 'W', &dst, &dstlen)); 83 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/icu4c/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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 4442 static string weeks[14]; local 4464 static wstring weeks[14]; local 4486 static const string* weeks = init_weeks(); local 4494 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/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 235 duration.weeks = 0; 306 duration.weeks = 0; 316 duration.weeks = 0; [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
loader.js | 177 // 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 | 635 // Skip |offset_| * weeks/months from the begining. [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 | |