Searched refs:year (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcalendar.py97 def isleap(year):
99 return year % 4 == 0 and (year % 100 != 0 or year % 400 == 0)
110 def weekday(year, month, day):
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),
113 return datetime.date(year, month, day).weekday()
116 def monthrange(year, month):
118 year, month."""
121 day1 = weekday(year, mont
[all...]
H A D_strptime.py148 # 2005-01-03 occurs before the first Monday of the year. Otherwise
274 def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_starts_Mon):
275 """Calculate the Julian day based on the year, week of the year, and day of
276 the week, with week_start_day representing whether the week of the year
278 first_weekday = datetime_date(year, 1, 1).weekday()
285 # Need to watch out for a week 0 (when the first day of the year is not
330 year = None
349 year = int(found_dict['y'])
353 if year <
[all...]
H A DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcalendar.py97 def isleap(year):
99 return year % 4 == 0 and (year % 100 != 0 or year % 400 == 0)
110 def weekday(year, month, day):
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),
113 return datetime.date(year, month, day).weekday()
116 def monthrange(year, month):
118 year, month."""
121 day1 = weekday(year, mont
[all...]
H A D_strptime.py148 # 2005-01-03 occurs before the first Monday of the year. Otherwise
274 def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_starts_Mon):
275 """Calculate the Julian day based on the year, week of the year, and day of
276 the week, with week_start_day representing whether the week of the year
278 first_weekday = datetime_date(year, 1, 1).weekday()
285 # Need to watch out for a week 0 (when the first day of the year is not
330 year = None
349 year = int(found_dict['y'])
353 if year <
[all...]
H A DBaseHTTPServer.py468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
H A Ddbapi2.py67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
H A Ddbapi2.py67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dsqltypes.h116 SQLSMALLINT year; member in struct:tagDATE_STRUCT
136 SQLSMALLINT year; member in struct:tagTIMESTAMP_STRUCT
159 SQLUINTEGER year; member in struct:tagSQL_YEAR_MONTH
H A Dwinnls32.h16 WORD year; member in struct:_tagDATETIME
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dsqltypes.h116 SQLSMALLINT year; member in struct:tagDATE_STRUCT
136 SQLSMALLINT year; member in struct:tagTIMESTAMP_STRUCT
159 SQLUINTEGER year; member in struct:tagSQL_YEAR_MONTH
H A Dwinnls32.h16 WORD year; member in struct:_tagDATETIME
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtime.h142 int tm_yday; /* Days in year.[0-365] */
302 /* Nonzero if YEAR is a leap year (every 4 years,
304 # define __isleap(year) \
305 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtime.h142 int tm_yday; /* Days in year.[0-365] */
302 /* Nonzero if YEAR is a leap year (every 4 years,
304 # define __isleap(year) \
305 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Ddatetime.h14 * 0 year 2 bytes, 1-9999
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Ddatetime.h14 * 0 year 2 bytes, 1-9999
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/linux/mmc/
H A Dcard.h22 unsigned short year; member in struct:mmc_cid

Completed in 2783 milliseconds

1234567891011>>