/prebuilts/gdb/linux-x86/lib/python2.7/ |
Cookie.py | 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future) 394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
|
/prebuilts/go/darwin-x86/src/net/mail/ |
message.go | 71 dows := [...]string{"", "Mon, "} // day-of-week 72 days := [...]string{"2", "02"} // day = 1*2DIGIT 79 for _, day := range days { 83 s := dow + day + " Jan " + year + " 15:04" + second + " " + zone
|
/prebuilts/go/linux-x86/src/net/mail/ |
message.go | 71 dows := [...]string{"", "Mon, "} // day-of-week 72 days := [...]string{"2", "02"} // day = 1*2DIGIT 79 for _, day := range days { 83 s := dow + day + " Jan " + year + " 15:04" + second + " " + zone
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Cookie.py | 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future) 394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Cookie.py | 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future) 394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/device/generic/goldfish/gps/ |
gps_qemu.c | 289 int day, mon, year; local 295 day = str2int(tok.p, tok.p+2); 299 if ((day|mon|year) < 0) { 306 r->utc_day = day;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
util.py | 487 decoded_datetime.day,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneNamesImpl.java | 838 int year = 0, month = 0, day = 0, hour = 0, min = 0; local 864 day = 10*day + n; 866 throw new IllegalArgumentException("Bad day"); 888 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY [all...] |
/external/icu/icu4c/source/i18n/ |
rbtz.cpp | 363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 372 return getOffset(era, year, month, day, dayOfWeek, millis, 378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
|
zonemeta.cpp | 160 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local 185 day = 10*day + n; 212 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneNamesImpl.java | 836 int year = 0, month = 0, day = 0, hour = 0, min = 0; local 862 day = 10*day + n; 864 throw new IllegalArgumentException("Bad day"); 886 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY [all...] |
/libcore/ojluni/src/main/java/java/util/ |
TimeZone.java | 186 * @param day the day-in-month of the given date. 187 * @param dayOfWeek the day-of-week of the given date. 188 * @param milliseconds the milliseconds in day in <em>standard</em> 196 public abstract int getOffset(int era, int year, int month, int day,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xcmc.h | 43 CMC_sint8 day; member in struct:__anon44554
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 140 unsigned short day; member in struct:linux_tinfo
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
VTimeZone.java | 75 public int getOffset(int era, int year, int month, int day, int dayOfWeek, 77 return tz.getOffset(era, year, month, day, dayOfWeek, milliseconds); 274 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 860 // Resolve negative day numbers. A negative day number should 1918 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
VTimeZone.java | 79 public int getOffset(int era, int year, int month, int day, int dayOfWeek, 81 return tz.getOffset(era, year, month, day, dayOfWeek, milliseconds); 297 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 891 // Resolve negative day numbers. A negative day number should 1949 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local [all...] |