Searched defs:day (Results 76 - 100 of 101) sorted by relevance

12345

/external/qemu/
H A Dtrace.c291 uint32_t day = tm->tm_mday; local
292 tens = day / 10;
293 ones = (day - tens * 10);
294 day = (tens << 4) | ones;
296 *pdate = (year << 16) | (mon << 8) | day;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp233 SInt32 day = CFAbsoluteTimeGetDayOfWeek(time, 0); local
235 RetainPtr<CFStringRef> dateCFString(AdoptCF, CFStringCreateWithFormat(0, 0, dateFormatString, dayStrings[day - 1], dateValue.day,
/external/icu4c/i18n/
H A Dvtzone.cpp230 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
254 day = parseAsciiDigits(str, 6, 2, status);
265 if (year < 0 || month < 0 || month > 11 || day < 1 || day > maxDayOfMonth ||
278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
374 * dow day of week in BYDAY, or 0 when not found
375 * wim day of week ordinal number in BYDAY, or 0 when not found
376 * dom an array of day of month
441 // Note: BYDAY may contain multiple day of week separated by comma. It is unlikely used for
444 // 2-letter format is used just for representing a day o
1178 getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const argument
1184 getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) const argument
[all...]
/external/icu4c/test/intltest/
H A Dcalregts.cpp190 printdate(cal1, "cal1 after adding 1 day:") ;
825 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
861 cal3->set(year, month, day, hr, min, sec);
965 logln(testDesc + " => 1st day of week=" +
1792 * GregorianCalendar.getActualMaximum() does not account for first day of week.
1829 logln(UnicodeString("First day of week = ") + firstInWeek +
2414 int32_t day = cal->get(UCAL_DATE, status); local
2415 if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr->endDay ) {
2419 ", got " + year + "/" + month + "/" + day );
2526 // In pass one, change the first day o
[all...]
H A Ddtfmttst.cpp245 // hour is the expected hour of day, in units of seconds
257 int32_t y, m, day, hr, min, sec; local
258 dateToFields(d, y, m, day, hr, min, sec);
659 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); local
665 dateToFields(d,yr,month,day,hr,min,sec);
716 * Test the day of year pattern.
723 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
724 UDate expected = date(year, month, day);
[all...]
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h132 /* Time of day descriptor. */
136 unsigned short day; member in struct:linux_tinfo
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1274 const char * _Locale_full_dayofweek(_Locale_time_t * ltime, int day) { argument
1276 return names[day];
1279 const char * _Locale_abbrev_dayofweek(_Locale_time_t * ltime, int day) { argument
1281 return names[day];
/external/freetype/src/truetype/
H A Dttinterp.c6415 dax, day, local
6445 day = CUR.zp1.cur[a1].y - CUR.zp1.cur[a0].y;
6453 TT_MULDIV( day, dbx, 0x40 );
6460 R.y = TT_MULDIV( val, day, discriminant );
/external/icu4c/tools/tzcode/
H A Dzic.c1262 int year, month, day; local
1307 if (sscanf(cp, scheck(cp, "%d"), &day) != 1 ||
1308 day <= 0 || day > len_months[isleap(year)][month]) {
1309 error(_("invalid day of month"));
1312 dayoff = oadd(dayoff, eitol(day - 1));
1326 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE);
1431 rp->r_tod = gethms(dp, _("invalid time of day"), FALSE);
1515 error(_("invalid day of month"));
1529 error(_("invalid day o
[all...]
/external/libpng/
H A Dpng.h746 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
747 png_byte hour; /* hour of day, 0 - 23 */
/external/libxml2/
H A Dxmlschemastypes.c64 unsigned int day :5; /* 1 <= day <= 31 */ member in struct:_xmlSchemaValDate
78 long day; member in struct:_xmlSchemaValDuration
1114 #define VALID_DAY(day) ((day >= 1) && (day <= 31))
1132 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
1133 (dt->day <= daysInMonth[dt->mon - 1]))
1154 #define DAY_IN_YEAR(day, month, year) \
1157 dayInYearByMonth[month - 1]) + day)
3556 long carry, mon, day; local
5847 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/external/v8/src/
H A Dplatform-win32.cc247 Time(int year, int mon, int day, int hour, int min, int sec);
339 Time::Time(int year, int mon, int day, int hour, int min, int sec) { argument
343 st.wDay = day;
518 // Convert to local time, as struct with fields for day, hour, year, etc.
H A Dobjects.cc12878 case kDay: return day();
12924 int year, month, day; local
12925 date_cache->YearMonthDayFromDays(days, &year, &month, &day);
12929 return Smi::FromInt(day);
12969 int year, month, day; local
12970 date_cache->YearMonthDayFromDays(days, &year, &month, &day);
12978 set_day(Smi::FromInt(day), SKIP_WRITE_BARRIER);
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h629 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
630 png_byte hour; /* hour of day, 0 - 23 */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openssh/
H A Dpkcs11.h471 unsigned char day[2]; member in struct:ck_date
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c1555 ** a 24-hour day).
2617 ** char *zText = "It's a happy day!";
2632 ** INSERT INTO table1 VALUES('It''s a happy day!')
2639 ** INSERT INTO table1 VALUES('It's a happy day!');
13568 ** be represented, even though julian day numbers allow a much wider
13597 sqlite3_int64 iJD; /* The julian day number times 86400000 */
13598 int Y, M, D; /* Year, month, and day */
13746 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
13881 ** Compute the Year, Month, and Day from the julian day number.
13907 ** Compute the Hour, Minute, and Seconds from the julian day numbe
14212 sqlite3_int64 day; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1555 ** a 24-hour day).
2617 ** char *zText = "It's a happy day!";
2632 ** INSERT INTO table1 VALUES('It''s a happy day!')
2639 ** INSERT INTO table1 VALUES('It's a happy day!');
13568 ** be represented, even though julian day numbers allow a much wider
13597 sqlite3_int64 iJD; /* The julian day number times 86400000 */
13598 int Y, M, D; /* Year, month, and day */
13746 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
13881 ** Compute the Year, Month, and Day from the julian day number.
13907 ** Compute the Hour, Minute, and Seconds from the julian day numbe
14212 sqlite3_int64 day; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1818 milliseconds

12345