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

  /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)) {
  /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)
  /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/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 859 """weeks - the number of seconds in a week """
862 weeks = _Prop_weeks() variable
    [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 220 milliseconds