HomeSort by relevance Sort by last modified time
    Searched defs:localtime (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_util/
test_datetimeutil.py 5 from time import localtime namespace
46 tm = localtime()
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
datetimeutil.py 57 from time import localtime namespace
136 tm = localtime()
343 tm = localtime()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 170 struct tm *__cdecl localtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
176 localtime((_Time)); \
209 #define localtime_r(_Time, _Tm) (localtime ((_Time)) ? *(_Tm) = *localtime ((_Time),(_Tm)) : 0)
230 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); } function
238 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime32(_Time); } function
  /bionic/libc/tzcode/
private.h 271 # undef localtime macro
272 # define localtime tz_localtime macro
289 struct tm *localtime(time_t const *);
localtime.c 227 ** ctime, gmtime, localtime] return values in one of two static
1365 localtime(const time_t * const timep) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 268 # undef localtime macro
269 # define localtime tz_localtime macro
286 struct tm *localtime(time_t const *);
localtime.c 211 ** ctime, gmtime, localtime] return values in one of two static
1246 ** The easy way to behave "as if no library function calls" localtime
1332 localtime(const time_t *const timep) function
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 17 * Elements of the WallTime class are a port of Bionic's localtime.c to Java. That code had the
391 public void localtime(int timeSeconds, ZoneInfo zoneInfo) { method in class:ZoneInfo.WallTime
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 35207 struct tm *__cdecl localtime(const time_t *t) function
    [all...]