HomeSort by relevance Sort by last modified time
    Searched refs:localtime_r (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/bison/lib/
time.in.h 62 # undef localtime_r
141 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
146 # undef localtime_r
147 # define localtime_r rpl_localtime_r
149 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
152 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
156 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
160 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
164 _GL_CXXALIASWARN (localtime_r);
  /external/qemu/include/sysemu/
os-win32.h 85 #undef localtime_r macro
86 struct tm *localtime_r(const time_t *timep, struct tm *result);
  /frameworks/av/media/mtp/
MtpUtils.cpp 53 localtime_r(&dummy, &tm);
74 localtime_r(&seconds, &tm);
77 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range
  /external/bison/darwin-lib/
time.h 374 # undef localtime_r macro
453 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
458 # undef localtime_r
459 # define localtime_r rpl_localtime_r
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
476 _GL_CXXALIASWARN (localtime_r);
  /external/bison/linux-lib/
time.h 374 # undef localtime_r macro
453 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
458 # undef localtime_r
459 # define localtime_r rpl_localtime_r
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
476 _GL_CXXALIASWARN (localtime_r);
  /system/core/liblog/
log_time.cpp 44 ptm = localtime_r(&now, &tmBuf);
82 ptm = localtime_r(&now, &tmBuf);
  /development/ndk/platforms/android-L/include/
time.h 71 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 50 localtime_r(&tm, &syst);
  /external/skia/src/animator/
SkTime.cpp 50 localtime_r(&tm, &syst);
  /frameworks/base/libs/common_time/
utils.cpp 139 localtime_r(&mRingBuffer[ndx].last_ts.tv_sec, &t);
151 localtime_r(&mRingBuffer[ndx].first_ts.tv_sec, &t);
  /bionic/libc/include/
time.h 72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /development/ndk/platforms/android-8/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /external/chromium_org/third_party/leveldatabase/src/util/
posix_logger.h 51 localtime_r(&seconds, &t);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_posix.cc 55 localtime_r(&system_time_high_res.tv_sec, &buffer);
  /external/webrtc/src/system_wrappers/source/
trace_posix.cc 62 localtime_r(&systemTimeHighRes.tv_sec, &buffer);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 174 #ifndef localtime_r
175 #define localtime_r(_Time, _Tm) ({ struct tm *___tmp_tm = \ macro
208 #ifndef localtime_r
209 #define localtime_r(_Time, _Tm) (localtime ((_Time)) ? *(_Tm) = *localtime ((_Time),(_Tm)) : 0) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);

Completed in 1052 milliseconds

1 2 3 4 5 6