Searched defs:mktime (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) { function
/external/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) { function
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c1227 ** The unused offset argument is for the benefit of mktime variants.
1589 ** The "best" way to do mktime I think is based on an idea of Bob
1950 mktime(tmp) function
1964 return mktime(tmp);
1997 const time_t t = mktime(tmp);
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1227 ** The unused offset argument is for the benefit of mktime variants.
1589 ** The "best" way to do mktime I think is based on an idea of Bob
1950 mktime(tmp) function
1964 return mktime(tmp);
1997 const time_t t = mktime(tmp);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h430 /// time_t mktime(struct tm *timeptr);
431 mktime, enumerator in enum:llvm::LibFunc::Func

Completed in 3776 milliseconds