Searched refs:month (Results 126 - 150 of 714) sorted by relevance

1234567891011>>

/prebuilts/ndk/r11/platforms/android-6/arch-x86/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-7/arch-arm/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-7/arch-mips/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-7/arch-x86/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-8/arch-mips/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-8/arch-x86/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/mmc/
H A Dcard.h25 unsigned char month; member in struct:mmc_cid
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, argument
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, argument
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, argument
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, argument
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, argument
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, argument
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_calendar.py58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">Ma
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
H A Dhandlers.py29 # Weekday and month names for HTTP date/time formatting; always English!
31 _monthname = [None, # Dummy so we can use 1-based month numbers
36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_calendar.py58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">Ma
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
H A Dhandlers.py29 # Weekday and month names for HTTP date/time formatting; always English!
31 _monthname = [None, # Dummy so we can use 1-based month numbers
36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_calendar.py58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">Ma
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py29 # Weekday and month names for HTTP date/time formatting; always English!
31 _monthname = [None, # Dummy so we can use 1-based month numbers
36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_calendar.py58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">Ma
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py29 # Weekday and month names for HTTP date/time formatting; always English!
31 _monthname = [None, # Dummy so we can use 1-based month numbers
36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
H A Dtelephony.h99 char month[3]; member in struct:__anon3231
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dtelephony.h99 char month[3]; member in struct:__anon5203
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py181 year=int(match.group(1)), month=int(match.group(2)),
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/linux/
H A Dtelephony.h57 char month[3]; member in struct:__anon13119

Completed in 700 milliseconds

1234567891011>>