HomeSort by relevance Sort by last modified time
    Searched defs:month (Results 1 - 25 of 554) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-builtinbust-7.js 16 month: "long",
15 year: "numeric", property in class:var.options
  /external/v8/test/intl/date-format/
timezone-name.js 38 year: 'numeric', month: 'long', day: 'numeric', property in class:flags
  /external/v8/test/intl/overrides/
date.js 38 [], {year: 'numeric', month: 'numeric', day: 'numeric',
51 locale, {year: 'numeric', month: 'numeric', day: 'numeric',
60 var options = {year: 'numeric', month: 'long', day: 'numeric', property in class:options
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TimeZone.java 46 * let's assume this timezone has daylight savings from the 4th month till
47 * the 10th month of the year to ame things simple.
56 int month = cal.get(Calendar.MONTH); local
58 if (month > 4 && month < 10) {
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 8 Accepts (y)ear, (b)month, (w)eek, (d)ay, (h)our, (m)inute, (s)econd.
22 month = day*30 variable
26 'b': month,
  /external/icu/icu4c/source/test/intltest/
calcasts.h 31 int32_t month; member in struct:CalendarCaseTest::TestCase
  /frameworks/av/media/mtp/
MtpUtils.cpp 29 representation, YYYY shall be replaced by the year, MM replaced by the month (01-12),
37 int year, month, day, hour, minute, second; local
39 &year, &month, &day, &hour, &minute, &second) != 6)
63 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
wt5001.cxx 114 uint8_t month = 0, day = 0; local
115 if (mp3->getDate(&year, &month, &day))
116 cout << "The device date is: " << int(month) << "/" << int(day)
  /hardware/bsp/intel/peripheral/libupm/examples/python/
wt5001.py 91 month = upmWt5001.uint8Array(0) variable
94 myMP3Player.getDate(year, month, day)
95 mp3date = str(month.__getitem__(0)) + "/"
  /libcore/support/src/test/java/tests/support/
Support_TimeZone.java 46 * let's assume this timezone has daylight savings from the 4th month till
47 * the 10th month of the year to ame things simple.
56 int month = cal.get(Calendar.MONTH); local
58 if (month > 4 && month < 10) {
  /external/chromium-trace/catapult/third_party/WebOb/webob/
datetime_utils.py 27 'year', 'month', 'week', 'day', 'hour', 'minute', 'second',
60 month = timedelta(days=30) variable
  /external/v8/src/
dateparser.cc 15 // Day and month defaults to 1.
21 int month = kNone; local
28 month = comp_[1];
32 month = comp_[0];
37 month = named_month_;
57 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false;
60 output->set(MONTH, Smi::FromInt(month - 1)); // 0-based
162 // Word longer than keyword is only allowed for month names.
  /system/core/logcat/tests/
logcat_benchmark.cpp 34 int month; member in class:timestamp
48 &month, &day, &hour, &minute, &second, &millisecond) == 6;
60 || (month < T.month)
61 || ((month == T.month)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 73 $month = substr($timePart, 4, 2); variable
77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
  /external/icu/icu4c/source/i18n/
coptccal.cpp 78 int32_t eyear, month, day, era, year; local
79 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
92 internalSet(UCAL_MONTH, month);
94 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
153 CopticCalendar::copticToJD(int32_t year, int32_t month, int32_t day)
155 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
ethpccal.cpp 104 int32_t eyear, month, day, era, year; local
105 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
123 internalSet(UCAL_MONTH, month);
125 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
197 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date)
199 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
  /external/icu/icu4c/source/test/compat/
tzdate.c 32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
39 int year, month, day, hour, minute; local
44 sysyear = year = month = day = 0;
52 month = atoi(argv[2]);
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) {
120 ts.tm_mon = month - OFFSET_MONTH;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
WT5001Sample.java 107 short month[] = new short[1]; local
109 if (mp3.getDate(year, month, day))
110 System.out.println("The device date is: " + year[0] + "/" + month[0] + "/" + day[0]);
  /hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.h 63 * about seconds, minutes, hours, day of the week, day of the month,
64 * month, and year. It can operate in either a 24-hour or a 12-hour format.
168 * Holds a day of the month, 1-31
172 * Holds a month, 1-12
174 unsigned int month; member in class:upm::DS1307
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
drm_common_api.h 45 // month: 0 = January.
55 uint8_t month; member in struct:time_of_day
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
SimpleDate.java 26 * Represents a date (year, month, day)
30 public int month; // MM field in class:SimpleDate
50 this.month = sCalendarInstance.get(Calendar.MONTH);
63 result = prime * result + month;
83 if (month != other.month) {
98 int monthDiff = this.month - other.getMonth();
112 return month;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls32.h 17 WORD month; member in struct:_tagDATETIME
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 35 public int month; field in class:Alarm
45 month = in.readInt();
71 parcel.writeInt(month);
85 jsonObject.put("month", month);
107 alarm.month = jsonObject.getInt("month");
122 ", month=" + month +
139 month == alarm.month &
    [all...]
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 35 public int month; field in class:Alarm
45 month = in.readInt();
71 parcel.writeInt(month);
85 jsonObject.put("month", month);
107 alarm.month = jsonObject.getInt("month");
122 ", month=" + month +
139 month == alarm.month &
    [all...]
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
Alarm.java 35 public int month; field in class:Alarm
45 month = in.readInt();
71 parcel.writeInt(month);
85 jsonObject.put("month", month);
107 alarm.month = jsonObject.getInt("month");
122 ", month=" + month +
139 month == alarm.month &
    [all...]

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>