/aosp12/bionic/libc/tzcode/ |
H A D | private.h | 348 # undef mktime 349 # define mktime tz_mktime macro 388 time_t mktime(struct tm *);
|
H A D | strftime.c | 47 #define mktime64 mktime
|
H A D | localtime.c | 2142 mktime(struct tm *tmp) in mktime() function 2171 return mktime(tmp); in timelocal()
|
/aosp12/bionic/tests/ |
H A D | time_test.cpp | 123 ASSERT_EQ(static_cast<time_t>(331372800U), mktime(&t)); in TEST() 132 ASSERT_EQ(static_cast<time_t>(331344000U), mktime(&t)); in TEST() 144 ASSERT_EQ(-1, mktime(&t)); in TEST() 153 ASSERT_EQ(static_cast<time_t>(4108348800U), mktime(&t)); in TEST() 159 ASSERT_EQ(static_cast<time_t>(4108320000U), mktime(&t)); in TEST() 175 ASSERT_NE(static_cast<time_t>(-1), mktime(&t)); in TEST() 182 ASSERT_EQ(static_cast<time_t>(-1), mktime(&t)); in TEST()
|
/aosp12/system/bt/gd/storage/ |
H A D | storage_module_test.cc | 61 auto no_dst_time_t = std::mktime(&no_dst_tm); in ParseTimestamp() 69 auto dst_time_t = std::mktime(&dst_tm); in ParseTimestamp()
|
/aosp12/system/logging/liblog/ |
H A D | log_time.cpp | 116 tv_sec = mktime(ptm); in strptime()
|
H A D | logprint.cpp | 1290 time.tv_sec = mktime(&tm); in convertMonotonic()
|
/aosp12/bionic/libc/include/ |
H A D | time.h | 69 time_t mktime(struct tm* __tm);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | time_h.c | 94 FUNCTION(mktime, time_t (*f)(struct tm*)); in time_h()
|
/aosp12/system/libziparchive/ |
H A D | zip_writer_test.cc | 154 time_t time = mktime(&tm); in TEST_F() 204 time_t time = mktime(&tm); in TEST_F()
|
/aosp12/bionic/libc/bionic/ |
H A D | time64.c | 494 return (Time64_T)mktime(&safe_date); in mktime64() 502 time = (Time64_T)mktime(&safe_date); in mktime64()
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpUtils.cpp | 86 outSeconds = useUTC ? timegm(&tm) : mktime(&tm); in parseDateTime()
|
/aosp12/frameworks/base/core/java/android/text/format/ |
H A D | Time.java | 1090 int r = wallTime.mktime(mZoneInfoData); in toMillis() 1131 int seconds = wallTime.mktime(mZoneInfoData); in switchTimeZone()
|
H A D | TimeFormatter.java | 347 int timeInSeconds = wallTime.mktime(zoneInfoData); in handleToken()
|
/aosp12/hardware/interfaces/gnss/common/utils/default/ |
H A D | NmeaFixInfo.cpp | 106 return static_cast<int64_t>(mktime(&tm) - timezone); in nmeaPartsToTimestamp()
|
/aosp12/system/timezone/output_data/iana/ |
H A D | Android.bp | 46 // tzdata is a binary file used by bionic functions like mktime / localtime and
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoOveruseMonitor.cpp | 113 int64_t startTime = static_cast<int64_t>(mktime(&startTm)); in calculateStartAndDuration() 114 int64_t currentEpochSeconds = static_cast<int64_t>(mktime(¤tTm)); in calculateStartAndDuration()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/time/ |
H A D | wcsftime.c | 294 mkt = mktime(&tm); in _fmt()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_content_NativeLibraryHelper.cpp | 231 const time_t modTime = mktime(&t); in copyFileIfChanged()
|
/aosp12/build/make/tools/zipalign/ |
H A D | ZipEntry.cpp | 353 return mktime(&parts); in getModWhen()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ZipEntry.cpp | 334 return mktime(&parts); in getModWhen()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 563 mktime
|
/aosp12/system/extras/boottime_tools/bootanalyze/ |
H A D | bootanalyze.py | 850 return time.mktime(ndate.timetuple()) + ndate.microsecond/1000000.0
|
/aosp12/system/keymaster/tests/ |
H A D | keymaster_enforcement_test.cpp | 80 future_time = static_cast<uint64_t>(mktime(future_tm)) * 1000; in KeymasterBaseTest()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 663 mktime;
|