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

  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 26 time_t mktime(struct tm *timeptr ) { function
  /external/skia/src/xml/
SkJS.cpp 26 time_t mktime(struct tm *timeptr ) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 220 time_t __cdecl mktime(struct tm *_Tm);
231 __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); } function
239 __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime32(_Tm); } function
  /bionic/libc/tzcode/
private.h 275 # undef mktime macro
276 # define mktime tz_mktime macro
291 time_t mktime(struct tm *);
localtime.c 1984 mktime(struct tm * const tmp) function
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 329 * version of mktime that was previously used.
434 public int mktime(ZoneInfo zoneInfo) { method in class:ZoneInfo.WallTime
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1227 ** The unused offset argument is for the benefit of mktime variants.
1950 mktime(tmp) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1227 ** The unused offset argument is for the benefit of mktime variants.
1950 mktime(tmp) function
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 430 /// time_t mktime(struct tm *timeptr);
431 mktime, enumerator in enum:llvm::LibFunc::Func

Completed in 298 milliseconds