HomeSort by relevance Sort by last modified time
    Searched full:month (Results 351 - 375 of 787) sorted by null

<<11121314151617181920>>

  /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.h 58 * @month: Month (1 .. 12)
59 * @day: Day of month (1 .. 31)
70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 62 assertEquals(Calendar.SEPTEMBER, g.get(Calendar.MONTH));
  /ndk/sources/host-tools/sed-4.2.1/m4/
locale-zh.m4 51 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
  /packages/wallpapers/Basic/res/values/
strings.xml 63 Presents the date and time as clockwise arcs: month,
  /packages/wallpapers/Basic/res/values-en-rGB/
strings.xml 37 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Presents the date and time as clockwise arcs: month, day, hour, minute and second."</string>
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 128 if ((val = xrp.getAttributeValue(null, "month")) != null)
552 // Draw month
556 angle = (calendar.month) / 11.0f; // NB: month is already on [0..11]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 47 * month, and year.
89 // Month names, starting with "C"'s January.
103 // Abbreviated month names, starting with "C"'s Jan.
387 * @brief Return preferred order of month, day, and year.
391 * uses month, day, and year. If the format "x" for the associated
482 * @brief Parse input month string.
484 * This function parses a month name and puts the results into a
488 * Parsing starts by parsing an abbreviated month name. If a valid
490 * month name, parsing continues until the full name is found or an
503 * @return Iterator to first char beyond month name
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon21655
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon22009
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon22363
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon22782
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon23145
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon23569
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon23931
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 47 * month, and year.
89 // Month names, starting with "C"'s January.
103 // Abbreviated month names, starting with "C"'s Jan.
387 * @brief Return preferred order of month, day, and year.
391 * uses month, day, and year. If the format "x" for the associated
482 * @brief Parse input month string.
484 * This function parses a month name and puts the results into a
488 * Parsing starts by parsing an abbreviated month name. If a valid
490 * month name, parsing continues until the full name is found or an
503 * @return Iterator to first char beyond month name
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon24550
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon24887
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 47 * month, and year.
89 // Month names, starting with "C"'s January.
103 // Abbreviated month names, starting with "C"'s Jan.
387 * @brief Return preferred order of month, day, and year.
391 * uses month, day, and year. If the format "x" for the associated
482 * @brief Parse input month string.
484 * This function parses a month name and puts the results into a
488 * Parsing starts by parsing an abbreviated month name. If a valid
490 * month name, parsing continues until the full name is found or an
503 * @return Iterator to first char beyond month name
    [all...]
  /bionic/libc/tools/zoneinfo/
ZoneInfo.java 151 int year, int month, int day,
170 calc += mlen[month] * MILLISECONDS_PER_DAY;
  /external/chromium/base/
pr_time_unittest.cc 31 15, // day of month
32 10 - 1, // month
time_posix.cc 91 exploded->month = timestruct.tm_mon + 1;
107 timestruct.tm_mon = exploded.month - 1;
time_unittest.cc 34 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
216 exploded.month = 1;
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls_unittest.cc 99 // parts order: the day of month is the first, before month).

Completed in 460 milliseconds

<<11121314151617181920>>