HomeSort by relevance Sort by last modified time
    Searched refs:timegm (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/bison/lib/
time.in.h 210 # undef timegm
211 # define timegm rpl_timegm
213 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
214 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
217 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
219 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
221 _GL_CXXALIASWARN (timegm);
  /external/curl/tests/libtest/
test613.pl 33 utime time, timegm(0,0,12,1,0,100), "plainfile.txt";
40 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_e_a_d.py 72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
81 mac_epoch_diff = calendar.timegm((1904, 1, 1, 0, 0, 0, 0, 0, 0))
F_F_T_M_.py 43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
  /external/bison/darwin-lib/
time.h 522 # undef timegm
523 # define timegm rpl_timegm
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
533 _GL_CXXALIASWARN (timegm);
  /external/bison/linux-lib/
time.h 522 # undef timegm
523 # define timegm rpl_timegm
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
533 _GL_CXXALIASWARN (timegm);
  /frameworks/av/media/mtp/
MtpUtils.cpp 53 // you'd want to always use timegm(3) and then manually add/subtract
66 outSeconds = useUTC ? timegm(&tm) : mktime(&tm);
  /bionic/libc/include/
time.h 103 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /bionic/libc/tzcode/
private.h 355 # undef timegm macro
356 # define timegm tz_timegm macro
417 # if !defined timegm || defined time_tz
418 time_t timegm(struct tm *);
  /development/ndk/platforms/android-21/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
time.h 101 extern time_t timegm(struct tm*) __LIBC_ABI_PUBLIC__;

Completed in 2777 milliseconds

1 2 3