/system/core/libcutils/ |
private.h | 349 ** The Gregorian year averages 365.2425 days, which is 31556952 seconds.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
BerInputStream.java | 347 * Keeps last decoded: year, month, day, hour, minute, second, millisecond 392 times[0] = strToInt(contentOffset, 4); // year 458 times[0] = strToInt(contentOffset, 2); // year
|
/external/icu4c/test/cintltst/ |
cdtrgtst.c | 143 log_verbose("Testing s[get] 2 digit year start regressively\n"); 361 two y's, typically resulting in a date in the year 1919. 364 four-digit year values (probably also applicable to various
|
/external/opencore/android/ |
pvmediascanner.cpp | 269 // Year 277 if (!client.addStringTag("year", buffer)) goto failure; 556 client.addStringTag("year", value);
|
/external/opencore/fileformats/mp4/parser/include/ |
mpeg4file.h | 455 //Year Retrieval Functions 983 // Returns the 4-byte YEAR when the song was recorded [all...] |
movieatom.h | 587 // Returns the 4-byte YEAR when the song was recorded
|
/external/qemu/distrib/libpng-1.2.19/ |
png.c | 668 ptime->year, ptime->hour % 24, ptime->minute % 60, 679 ptime->year, ptime->hour % 24, ptime->minute % 60, 687 ptime->year, ptime->hour % 24, ptime->minute % 60,
|
/external/webkit/WebCore/loader/ |
FTPDirectoryParser.cpp | 49 result.tm_year = date.year() - 1900; 194 // FIXME: This code has the year 2038 bug 570 result.modifiedTime.tm_year = atoi(p+4); // NSPR wants year as XXXX 875 /* if year has only two digits then assume that [all...] |
/frameworks/base/core/jni/ |
android_text_format_Time.cpp | 410 // year 492 // year 667 g_yearField = env->GetFieldID(timeClass, "year", "I");
|
/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 258 sb.append(mCal.get(Calendar.YEAR)); 369 // if the year has changed but we are in the same day of year...
|
/external/icu4c/i18n/ |
timezone.cpp | 687 int32_t year, month, dom, dow; local 691 Grego::dayToFields(day, year, month, dom, dow); 693 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom, 695 Grego::monthLength(year, month), [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | 213 errln("FAIL: Start year broken"); 604 // in the time zone in the current calendar year. The test 605 // data is valid for the date after the reference year below. 606 // If system clock is before the year, some test cases may [all...] |
miscdtfm.cpp | 60 // Date parse requiring 4 digit year.
|
/external/webkit/WebCore/bridge/qt/ |
qt_runtime.cpp | 463 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC); 466 ret = QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay); 477 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC); 480 ret = QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay); 830 dt.year = date.year() - 1900; [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
SimpleTimeZoneTest.java | [all...] |
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time); 562 Copyright (C) <year> <name of author> 584 Gnomovision version 69, Copyright (C) year name of author
|
/external/libpng/ |
png.c | 689 ptime->year, ptime->hour % 24, ptime->minute % 60, 700 ptime->year, ptime->hour % 24, ptime->minute % 60, 708 ptime->year, ptime->hour % 24, ptime->minute % 60,
|
/cts/tests/tests/text/src/android/text/format/cts/ |
DateUtilsTest.java | 211 int currentYear = Calendar.getInstance().get(Calendar.YEAR);
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 410 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis) {
|
/development/tools/zoneinfo/tzdata2009s/ |
europe | 154 # summer time, which gives every year to the people of this country [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
DateUtils.java | 125 * be <code>null</code>. When <code>null</code> is given as a parameter, year
|
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 150 $html =~ s/\s*\d+$//; # delete year
|
/external/webkit/WebKitTools/Scripts/ |
validate-committer-lists | 217 print "Committers who have not committed within one year:"
|
/frameworks/base/docs/html/ |
index.jd | 154 + "available early next year. </p>"
|
/packages/apps/Calendar/src/com/android/calendar/ |
Utils.java | 205 * Formats the given Time object so that it gives the month and year
|