Searched refs:day (Results 226 - 250 of 287) sorted by relevance

1234567891011>>

/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c1031 int day, sec; local
1032 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get_lastUpdate(best_crl),
1036 * ASN1_TIME_diff never returns inconsistent signs for |day|
1039 if (day <= 0 && sec <= 0)
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c429 int32_t year, month, day; local
433 day = ucal_get(ucal, UCAL_DATE, &status);
434 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
/external/libpng/
H A Dpng.c707 ptime->day == 0 || ptime->day > 31 ||
721 APPEND_NUMBER(PNG_NUMBER_FORMAT_u, (unsigned)ptime->day);
H A Dpngwutil.c1843 mod_time->day > 31 || mod_time->day < 1 ||
1852 buf[3] = mod_time->day;
H A Dpng.h640 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
641 png_byte hour; /* hour of day, 0 - 23 */
H A Dpngwrite.c467 ptime->day = (png_byte)ttime->tm_mday;
/external/pdfium/third_party/libpng16/
H A Dpng.c707 ptime->day == 0 || ptime->day > 31 ||
721 APPEND_NUMBER(PNG_NUMBER_FORMAT_u, (unsigned)ptime->day);
H A Dpngwutil.c1842 mod_time->day > 31 || mod_time->day < 1 ||
1851 buf[3] = mod_time->day;
H A Dpng.h640 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
641 png_byte hour; /* hour of day, 0 - 23 */
/external/skia/third_party/libpng/
H A Dpng.c707 ptime->day == 0 || ptime->day > 31 ||
721 APPEND_NUMBER(PNG_NUMBER_FORMAT_u, (unsigned)ptime->day);
/external/syslinux/com32/lib/libpng/
H A Dpngwutil.c1739 mod_time->day > 31 || mod_time->day < 1 ||
1748 buf[3] = mod_time->day;
H A Dpngwrite.c437 ptime->day = (png_byte)ttime->tm_mday;
/external/jdiff/src/jdiff/
H A DHTMLReportGenerator.java879 Date day = new Date();
908 reportFile.println(" <td class=\"diffvalue\">" + formatter.format( day ) + "</td>");
/external/v8/src/
H A Dobjects-printer.cc891 day()->IsSmi() ? Smi::cast(day())->value() : -1,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.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/freetype/src/truetype/
H A Dttinterp.c6398 dax, day, local
6430 day = exc->zp1.cur[a1].y - exc->zp1.cur[a0].y;
6436 FT_MulDiv( day, dbx, 0x40 );
6438 FT_MulDiv( day, dby, 0x40 );
6453 R.y = FT_MulDiv( val, day, discriminant );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c6461 dax, day, local
6493 day = exc->zp1.cur[a1].y - exc->zp1.cur[a0].y;
6499 FT_MulDiv( day, dbx, 0x40 );
6501 FT_MulDiv( day, dby, 0x40 );
6516 R.y = FT_MulDiv( val, day, discriminant );
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarRegressionTest.java505 int sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997;
538 cal3.set(year, month, day, hr, min, sec);
607 logln(testDesc + " => 1st day of week=" +
1011 b.setFirstDayOfWeek((a.getFirstDayOfWeek() % 7) + 1); // Next day
1013 errln("Calendar hash code ignores first day of week");
1267 * GregorianCalendar.getActualMaximum() does not account for first day of
1293 logln("First day of week = " + firstInWeek +
1720 // Set the calendar to the first day of the last week
1724 // to advance through the week. For each day, call
1744 // Now advance the calendar one more day
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java504 int sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997;
537 cal3.set(year, month, day, hr, min, sec);
606 logln(testDesc + " => 1st day of week=" +
1010 b.setFirstDayOfWeek((a.getFirstDayOfWeek() % 7) + 1); // Next day
1012 errln("Calendar hash code ignores first day of week");
1266 * GregorianCalendar.getActualMaximum() does not account for first day of
1292 logln("First day of week = " + firstInWeek +
1719 // Set the calendar to the first day of the last week
1723 // to advance through the week. For each day, call
1743 // Now advance the calendar one more day
[all...]
/external/curl/lib/
H A Dftp.c71 #include "parsedate.h" /* for the week day and month names */
2174 int year, month, day, hour, minute, second; local
2177 &year, &month, &day, &hour, &minute, &second)) {
2183 year, month, day, hour, minute, second);
4269 someone decides to set path to NULL one day
/external/google-breakpad/src/processor/
H A Dminidump.cc204 Swap(&system_time->day);
3560 misc_info_.time_zone.standard_date.day,
3573 misc_info_.time_zone.daylight_date.day,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneTest.java937 // test the day-of-month API
965 // test the day-of-week-after-day-in-month API
1378 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {return 0;}
1461 // int year, month, day, hour, minute, second, offsetHours
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java936 // test the day-of-month API
964 // test the day-of-week-after-day-in-month API
1377 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {return 0;}
1460 // int year, month, day, hour, minute, second, offsetHours
/external/mesa3d/include/GL/
H A Dvms_x_fix.h930 #define lib$day LIB$DAY

Completed in 740 milliseconds

1234567891011>>