Home
last modified time | relevance | path

Searched defs:mktime (Results 1 – 25 of 121) sorted by relevance

12345

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dtime.h227 static __inline time_t __CRTDECL mktime(struct tm *_Tm) { return _mktime32(_Tm); } in mktime() function
238 static __inline time_t __CRTDECL mktime(struct tm *_Tm) { return _mktime64(_Tm); } in mktime() function
/aosp_15_r20/external/musl/src/time/
H A Dmktime.c4 time_t mktime(struct tm *tm) in mktime() function
/aosp_15_r20/external/trusty/musl/src/time/
Dmktime.c4 time_t mktime(struct tm *tm) in mktime() function
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
H A DWallTime.java148 public int mktime(ZoneInfoData zoneInfo) { in mktime() method in WallTime
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/com/android/i18n/timezone/
H A DWallTime.java92 public int mktime(com.android.i18n.timezone.ZoneInfoData zoneInfo) { throw new RuntimeException("St… in mktime() method in WallTime
/aosp_15_r20/external/autotest/tko/
H A Djob_serializer.py28 mktime = time.mktime variable
H A Djob_serializer_unittest.py26 mktime = time.mktime variable
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c41 time_t mktime(struct tm *t) in mktime() function
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/
H A Dprivate.h273 # define mktime tz_mktime macro
H A Dlocaltime.c1934 mktime(struct tm *const tmp) in mktime() function
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h273 # define mktime tz_mktime macro
H A Dlocaltime.c1934 mktime(struct tm *const tmp) in mktime() function
/aosp_15_r20/bionic/libc/tzcode/
H A Dprivate.h624 # define mktime tz_mktime macro
H A Dlocaltime.c2345 mktime(struct tm *tmp) in mktime() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c535 void mktime() {} in mktime() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1245 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1242 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/turbine/
Dcore-icu4j.jarcom/android/i18n/system/AppSpecializationHooks.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c583 void mktime() {} in mktime() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1245 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/
H A Dmod.rs1242 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1245 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/
Dmod.rs1291 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c535 void mktime() {} in mktime() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1242 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function

12345