Searched refs:month (Results 176 - 200 of 389) sorted by relevance

1234567891011>>

/external/libxml2/include/libxml/
H A Dnanoftp.h52 * @month: the month
64 const char *month, int day, int hour,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
H A Dos_unix.c101 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
108 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
115 tm.tm_mon = month - 1;
153 tm->month = tm2->tm_mon + 1;
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
H A Dos_unix.c101 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
108 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
115 tm.tm_mon = month - 1;
153 tm->month = tm2->tm_mon + 1;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
H A Dos_unix.c101 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
108 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
115 tm.tm_mon = month - 1;
153 tm->month = tm2->tm_mon + 1;
/external/chromium_org/base/time/
H A Dtime_unittest.cc34 15, // day of month
35 10 - 1, // month
72 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
367 EXPECT_EQ(12, exploded.month);
379 EXPECT_EQ(12, exploded.month);
391 EXPECT_EQ(12, exploded.month);
403 EXPECT_EQ(12, exploded.month);
415 EXPECT_EQ(12, exploded.month);
428 EXPECT_EQ(1, exploded.month);
440 EXPECT_EQ(1, exploded.month);
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app_unittest.cc70 base::Time GetTestTime(int year, int month, int day, int hour, int minute, argument
74 exploded.month = month;
/external/chromium_org/net/cookies/
H A Dcookie_util.cc88 // - The month name must be present and prefix the first 3 letters of the
89 // full month name (jan for January, jun for June).
90 // - If the year is <= 2 digits, it must occur after the day of month.
127 exploded.month = i + 1;
134 // month, and we have another string, which we would expect to be the
191 exploded.month >= 1 && exploded.month <= 12 &&
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Ddatetime.pxd109 cdef inline object date_new(int year, int month, int day):
110 return PyDateTimeAPI.Date_FromDate(year, month, day, PyDateTimeAPI.DateType)
119 cdef inline object datetime_new(int year, int month, int day, int hour, int minute, int second, int microsecond, object tz):
120 return PyDateTimeAPI.DateTime_FromDateAndTime(year, month, day, hour, minute, second, microsecond, tz, PyDateTimeAPI.DateTimeType)
150 # Get month of date
162 # Get month of datetime
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp471 int32_t month = cal->get(UCAL_MONTH, status); local
481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status);
624 int32_t month = DATA[i+1]; local
633 zone->setStartRule(month, day, dayOfWeek, time, status);
638 errln(UnicodeString("setStartRule(month=") + month + ", day=" + day +
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
663 (int8_t)month, (int8_
[all...]
H A Dtzbdtest.cpp225 * Check that the given year/month/dom/hour maps to and from the
233 void TimeZoneBoundaryTest::verifyMapping(Calendar& cal, int year, int month, int dom, int hour, argument
238 cal.set(year, month, dom, hour, 0, 0);
242 logln(UnicodeString("Ok: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " +
245 dataerrln(UnicodeString("FAIL: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " +
251 cal.get(UCAL_MONTH, status) == month &&
265 ", expected " + year + "/" + (month+1) + "/" + dom +
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp471 int32_t month = cal->get(UCAL_MONTH, status); local
481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status);
624 int32_t month = DATA[i+1]; local
633 zone->setStartRule(month, day, dayOfWeek, time, status);
638 errln(UnicodeString("setStartRule(month=") + month + ", day=" + day +
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
663 (int8_t)month, (int8_
[all...]
H A Dtzbdtest.cpp225 * Check that the given year/month/dom/hour maps to and from the
233 void TimeZoneBoundaryTest::verifyMapping(Calendar& cal, int year, int month, int dom, int hour, argument
238 cal.set(year, month, dom, hour, 0, 0);
242 logln(UnicodeString("Ok: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " +
245 dataerrln(UnicodeString("FAIL: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " +
251 cal.get(UCAL_MONTH, status) == month &&
265 ", expected " + year + "/" + (month+1) + "/" + dom +
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.cc31 NULL, // Padding so index 1 = month 1 = January.
37 NULL, // Padding so index 1 = month 1 = January.
341 // Fills in the month control |field| with |value|. |value| should be a date
344 // Autofill formats a combined date as month/year.
350 // HTML5 input="month" is formatted as year-month.
351 base::string16 month = pieces[0];
353 if ((month.size() != 1 && month.size() != 2) || year.size() != 4)
356 // HTML5 input="month" expect
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzrule.cpp288 int32_t month = fDateTimeRule->getRuleMonth();
293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
297 ruleDay = Grego::fieldsToDay(year, month, dom);
356 int32_t year, month, dom, dow, doy, mid;
357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
380 int32_t year, month, dom, dow, doy, mid;
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
/external/icu/icu4c/source/i18n/
H A Dtzrule.cpp288 int32_t month = fDateTimeRule->getRuleMonth();
293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
297 ruleDay = Grego::fieldsToDay(year, month, dom);
356 int32_t year, month, dom, dow, doy, mid;
357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
380 int32_t year, month, dom, dow, doy, mid;
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp99 && m_parameters.minimum.month() == m_parameters.maximum.month()
221 && m_parameters.minimum.month() <= m_parameters.maximum.month()) {
222 minMonth = m_parameters.minimum.month();
223 maxMonth = m_parameters.maximum.month();
239 if (minMonth == maxMonth && minMonth == m_dateValue.month() && m_dateValue.type() != DateComponents::Month) {
355 ASSERT(m_parameters.minimum.month() == m_parameters.maximum.month());
774 dateTimeFieldsState.setMonth(date.month()
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h91 * <code>UDate</code> (such as only year and month but no day in the month),
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results in
264 * Useful constants for month. Note: Calendar month is 0-based.
540 * the month or Calendar::MONTH field, other fields like date might conflict and
541 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
562 * the month o
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h91 * <code>UDate</code> (such as only year and month but no day in the month),
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results in
264 * Useful constants for month. Note: Calendar month is 0-based.
540 * the month or Calendar::MONTH field, other fields like date might conflict and
541 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
562 * the month o
[all...]
/external/chromium_org/third_party/flot/
H A Djquery.flot.time.min.js9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c=i(e.getMonth()+1);break;case"M":c=i(e.getMinutes());break;case"q":c=""+(Math.floor(e.getMonth()/3)+1);break;case"S":c=i(e.getSeconds());break;case"y":c=i(e.getFullYear()%100);break;case"Y":c=""+e.getFullYear();break;case"p":c=a?"am":"pm";break;case"P":c=a?"AM":"PM";break;case"w":c=""+e.getDay()}s.push(c),o=!1}else c=="%"?o=!0:s.push(c)}return s.join("")}function i(e){function t(e,t,n,r){e[t]=function(){return n[r].apply(n,arguments)}}var n={date:e};e.strftime!=undefined&&t(n,"strftime",e,"strftime"),t(n,"getTime",e,"getTime"),t(n,"setTime",e,"setTime");var r=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"];for(var i=0;i<r.length;i++)t(n,"get"+r[i],e,"getUTC"+r[i]),t(n,"set"+r[i],e,"setUTC"+r[i]);return n}function s(e,t){if(t.timezone=="browser")return new Date(e);if(!t.timezone||t.timezone=="utc")return i(new Date(e));if(typeof timezoneJS!="undefined"&&typeof timezoneJS.Date!="undefined"){var n=new timezoneJS.Date;return n.setTimezone(t.timezone),n.setTime(e),n}return i(new Date(e))}function l(t){t.hooks.processOptions.push(function(t,i){e.each(t.getAxes(),function(e,t){var i=t.options;i.mode=="time"&&(t.tickGenerator=function(e){var t=[],r=s(e.min,i),u=0,l=i.tickSize&&i.tickSize[1]==="quarter"||i.minTickSize&&i.minTickSize[1]==="quarter"?f:a;i.minTickSize!=null&&(typeof i.tickSize=="number"?u=i.tickSize:u=i.minTickSize[0]*o[i.minTickSize[1]]);for(var c=0;c<l.length-1;++c)if(e.delta<(l[c][0]*o[l[c][1]]+l[c+1][0]*o[l[c+1][1]])/2&&l[c][0]*o[l[c][1]]>=u)break;var h=l[c][0],p=l[c][1];if(p=="year"){if(i.minTickSize!=null&&i.minTickSize[1]=="year")h=Math.floor(i.minTickSize[0]);else{var d=Math.pow(10,Math.floor(Math.log(e.delta/o.year)/Math.LN10)),v=e.delta/o.year/d;v<1.5?h=1:v<3?h=2:v<7.5?h=5:h=10,h*=d}h<1&&(h=1)}e.tickSize=i.tickSize||[h,p];var m=e.tickSize[0];p=e.tickSize[1];var g=m*o[p];p=="second"?r.setSeconds(n(r.getSeconds(),m)):p=="minute"?r.setMinutes(n(r.getMinutes(),m)):p=="hour"?r.setHours(n(r.getHours(),m)):p=="month"?r.setMonth(n(r.getMonth(),m)):p=="quarter"?r.setMonth(3*n(r.getMonth()/3,m)):p=="year"&&r.setFullYear(n(r.getFullYear(),m)),r.setMilliseconds(0),g>=o.minute&&r.setSeconds(0),g>=o.hour&&r.setMinutes(0),g>=o.day&&r.setHours(0),g>=o.day*4&&r.setDate(1),g>=o.month*2&&r.setMonth(n(r.getMonth(),3)),g>=o.quarter*2&&r.setMonth(n(r.getMonth(),6)),g>=o.year&&r.setMonth(0);var y=0,b=Number.NaN,w;do{w=b,b=r.getTime(),t.push(b);if(p=="month"||p=="quarter")if(m<1){r.setDate(1);var E=r.getTime();r.setMonth(r.getMonth()+(p=="quarter"?3:1));var S=r.getTime();r.setTime(b+y*o.hour+(S-E)*m),y=r.getHours(),r.setHours(0)}else r.setMonth(r.getMonth()+m*(p=="quarter"?3:1));else p=="year"?r.setFullYear(r.getFullYear()+m):r.setTime(b+g)}while(b<e.max&&b!=w);return t},t.tickFormatter=function(e,t){var n=s(e,t.options);if(i.timeformat!=null)return r(n,i.timeformat,i.monthNames,i.dayNames);var u=t.options.tickSize&&t.options.tickSize[1]=="quarter"||t.options.minTickSize&&t.options.minTickSize[1]=="quarter",a=t.tickSize[0]*o[t.tickSize[1]],f=t.max-t.min,l=i.twelveHourClock?" %p":"",c=i.twelveHourClock?"%I":"%H",h;a<o.minute?h=c+":%M:%S"+l:a<o.day?f<2*o.day?h=c+":%M"+l:h="%b %d "+c+":%M"+l:a<o.month?h="%b %d":u&&a<o.quarter||!u&&a<o.year?f<o.year?h="%b":h="%b %Y":u&&a<o.year?f<o.year?h="Q%q":h="Q%q %Y":h="%Y";var p=r(n,h,i.monthNames,i.dayNames);return p})})})}var t={xaxis:{timezone:null,timeformat:null,twelveHourClock:!1,monthNames:null}},o={second:1e3,minute:6e4,hour:36e5,day:864e5,month:2592e6,quarter:7776e6,year:525949.2*60*1e3},u=[[1,"second"],[2,"second"],[5,"second"],[10,"second"],[30,"second"],[1,"minute"],[2,"minute"],[5,"minute"],[10,"minute"],[30,"minute"],[1,"hour"],[2,"hour"],[4,"hour"],[8,"hour"],[12,"hour"],[1,"day"],[2,"day"],[3,"day"],[.25,"month"],[.5,"month"],[1,"month"],[2,"month"]],a=u.concat([[3,"month"],[ property
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dversion_loader.cc118 ctime.month,
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_common_unittest.cc82 EXPECT_EQ(11, exploded.month);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateInputType.cpp106 return String::format("%04u-%02u-%02u", dateTimeFieldsState.year(), dateTimeFieldsState.month(), dateTimeFieldsState.dayOfMonth());

Completed in 1001 milliseconds

1234567891011>>