/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
time.h | 51 int tm_year; /* year */ member in struct:tm
|
/external/e2fsprogs/debugfs/ |
util.c | 225 sscanf(arg, "%4d%2d%2d%2d%2d%2d", &ts.tm_year, &ts.tm_mon, 227 ts.tm_year -= 1900; 229 if (ts.tm_year < 0 || ts.tm_mon < 0 || ts.tm_mon > 11 ||
|
/external/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_time_facets.c | 251 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 258 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 259 __t->tm_year -= 1900; 357 bool __pr = _STLP_PRIV __get_decimal_integer(__s, __end, __t->tm_year, __STATIC_CAST(_Ch*, 0)); 358 __t->tm_year -= 1900;
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
minizip.c | 122 tmzip->tm_year = filedate->tm_year; 394 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
|
/external/zlib/src/contrib/minizip/ |
minizip.c | 135 tmzip->tm_year = filedate->tm_year; 407 zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0;
|
/bionic/libc/tzcode/ |
strftime.c | 253 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, 469 year = t->tm_year; 570 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, 574 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
|
/cts/suite/audio_quality/lib/src/ |
FileUtil.cpp | 59 if (reportTime.appendFormat("%04d_%02d_%02d_%02d_%02d_%02d", tm->tm_year + 1900,
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
GregorianDateTime.h | 81 ret.tm_year = m_year - 1900;
|
/external/chromium_org/third_party/icu/source/test/compat/ |
tzdate.c | 119 ts.tm_year = year;
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
zdump.c | 207 (void) fprintf(stderr, " year=%d", tmp->tm_year); 727 if (newp->tm_year < oldp->tm_year) 730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy) 853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + 938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
|
/external/icu4c/test/compat/ |
tzdate.c | 119 ts.tm_year = year;
|
/external/icu4c/tools/tzcode/ |
zdump.c | 207 (void) fprintf(stderr, " year=%d", tmp->tm_year); 727 if (newp->tm_year < oldp->tm_year) 730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy) 853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + 938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
|
/external/ipsec-tools/src/racoon/ |
backupsa.c | 419 tm->tm_year = str2num(p, len); 420 if (tm->tm_year == -1 || tm->tm_year < 1900) 422 tm->tm_year -= 1900;
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 182 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980
|
/system/core/toolbox/ |
date.c | 27 tm.tm_year = day / 10000 - 1900;
|
touch.c | 31 tm.tm_year = day / 10000 - 1900;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_one.pass.cpp | 87 assert(t.tm_year == 109); 107 assert(t.tm_year == 101); 265 assert(t.tm_year == 109); 285 assert(t.tm_year == 168); 294 assert(t.tm_year == -1832);
|
/external/qemu/hw/ |
mc146818rtc.c | 299 tm->tm_year = rtc_from_bcd(s, s->cmos_data[RTC_YEAR]) + s->base_year - 1900; 321 year = (tm->tm_year - s->base_year) % 100; 363 tm->tm_year + 1900); 372 tm->tm_year++; 504 val = rtc_to_bcd(s, (tm.tm_year / 100) + 19); 522 qemu_put_be32(f, s->current_tm.tm_year); 548 s->current_tm.tm_year=qemu_get_be32(f);
|
/external/iptables/extensions/ |
libxt_time.c | 137 tm.tm_year = year - 1900; 313 command, t->tm_year + 1900, t->tm_mon + 1, 317 t->tm_year + 1900, t->tm_mon + 1, t->tm_mday,
|