HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 176 - 200 of 388) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/kernel/common/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /external/chromium/net/ftp/
ftp_directory_listing_parser_windows.cc 29 if (!base::StringToInt(date_parts[0], &time_exploded.month))
  /external/icu4c/test/intltest/
caltest.h 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
  /external/kernel-headers/original/linux/mmc/
card.h 23 unsigned char month; member in struct:mmc_cid
  /external/libxml2/include/libxml/
nanoftp.h 32 * @month: the month
44 const char *month, int day, int hour,
  /external/webkit/Source/WebCore/html/
DateComponents.h 41 // * Month type: year-month
42 // * Date type: year-month-day
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
66 int month() const { return m_month; } function in class:WebCore::DateComponents
93 // Sets year and month.
95 // Sets year, month and monthDay.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
118 // For Month type. Updates m_year and m_month
    [all...]
MonthInputType.cpp 56 return InputTypeNames::month();
  /external/wpa_supplicant/
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/wpa_supplicant_8/src/utils/
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
os_unix.c 67 int os_mktime(int year, int month, int day, int hour, int min, int sec,
74 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
81 tm.tm_mon = month - 1;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 64 base::Time GetTestTime(int year, int month, int day, int hour, int minute,
68 exploded.month = month;
  /external/chromium/chrome/browser/history/
text_database.cc 85 // Identifiers are intended to be a combination of the year and month, for
114 int year, month; local
116 base::StringToInt(suffix.begin() + 5, suffix.begin() + 7, &month);
118 return year * 100 + month;
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 128 * 20th. When cycle day doesn't exist in current month, it snaps to the 1st
129 * of following month.
137 // first, find cycle boundary for current month
144 // pushing ourselves squarely into last month.
148 lastMonth.month -= 1;
163 // first, find cycle boundary for current month
170 // pushing ourselves squarely into next month.
174 nextMonth.month += 1;
185 * Snap to the cycle day for the current month given; when cycle day doesn't
186 * exist, it snaps to 1st of following month
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsCbMessage.java 414 int month = IccUtils.gsmBcdByteToInt(pdu[7]); local
436 time.month = month - 1;

Completed in 311 milliseconds

1 2 3 4 5 6 78 91011>>