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

  /external/autotest/tko/
job_serializer.py 23 mktime = time.mktime variable
414 t = mktime(t.timetuple()) + 1e-6 * t.microsecond
job_serializer_unittest.py 21 mktime = time.mktime variable
224 t = mktime(dTime.timetuple()) + 1e-6 * dTime.microsecond
369 t = mktime(dTime.timetuple()) + 1e-6 * dTime.microsecond
373 t1 = mktime(sTime.timetuple()) + 1e-6 * sTime.microsecond
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 193 ** The "best" way to do mktime I think is based on an idea of Bob
494 /** The mktime function converts the broken-down time, expressed as local time,
500 causes the mktime function to presume initially that Daylight Saving Time,
509 @return The mktime function returns the specified calendar time encoded
514 mktime(struct tm *timeptr) function
558 CalTime = mktime(&gMD->BDTime);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 199 time_t __cdecl mktime(struct tm *_Tm);
210 __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime64(_Tm); } function
218 __CRT_INLINE time_t __cdecl mktime(struct tm *_Tm) { return _mktime32(_Tm); } function
  /external/icu/icu4c/source/tools/tzcode/
private.h 272 # undef mktime macro
273 # define mktime tz_mktime macro
288 time_t mktime(struct tm *);
localtime.c 1251 ** The unused offset argument is for the benefit of mktime variants.
1932 mktime(struct tm *const tmp) function
    [all...]
  /bionic/libc/tzcode/
private.h 348 # undef mktime macro
349 # define mktime tz_mktime macro
388 time_t mktime(struct tm *);
localtime.c 2142 mktime(struct tm *tmp) function
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 686 * version of mktime that was previously used.
790 public int mktime(ZoneInfo zoneInfo) { method in class:ZoneInfo.WallTime
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 250 milliseconds