HomeSort by relevance Sort by last modified time
    Searched full:tm_gmtoff (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /bionic/libc/bionic/
time64_config.h 42 True if your tm struct has a "tm_gmtoff" element.
time64.c 270 assert(tm->tm_gmtoff >= -24 * 60 * 60);
271 assert(tm->tm_gmtoff <= 24 * 60 * 60);
379 dest->tm_gmtoff = src->tm_gmtoff;
411 dest->tm_gmtoff = src->tm_gmtoff;
541 p->tm_gmtoff = 0;
  /frameworks/base/libs/androidfw/tests/
ZipUtils_test.cpp 65 EXPECT_EQ(0, t.tm_gmtoff);
  /external/v8/src/base/platform/
platform-freebsd.cc 51 // tm_gmtoff includes any daylight savings offset, so subtract it.
52 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-macos.cc 114 // tm_gmtoff includes any daylight savings offset, so subtract it.
115 return static_cast<double>(t->tm_gmtoff * msPerSecond -
  /bionic/libc/tzcode/
private.h 70 /* Enable tm_gmtoff and tm_zone on GNUish systems. */
435 guessing if NO_TM_ZONE is defined. Similarly for TM_GMTOFF. */
439 # if !defined TM_GMTOFF && !defined NO_TM_GMTOFF
440 # define TM_GMTOFF tm_gmtoff
localtime.c     [all...]
  /bionic/libc/include/
time.h 56 long int tm_gmtoff; member in struct:tm
  /development/ndk/platforms/android-21/include/
time.h 56 long int tm_gmtoff; member in struct:tm
  /development/ndk/platforms/android-3/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /development/ndk/platforms/android-8/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /frameworks/av/media/mtp/
MtpUtils.cpp 55 // mktime(3) ignores the tm_gmtoff field, so you can't let it do the work.
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm

Completed in 3626 milliseconds

1 2 3 4 5 6