HomeSort by relevance Sort by last modified time
    Searched refs:tm_gmtoff (Results 51 - 75 of 76) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /bionic/libc/bionic/
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;
  /system/core/logd/
LogKlog.cpp 293 if ((tm.tm_gmtoff < 0) && ((-tm.tm_gmtoff) > (long)real.tv_sec)) {
296 real.tv_sec += tm.tm_gmtoff;
  /external/libweave/third_party/chromium/base/time/
time_posix.cc 206 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore
  /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 -
platform-openbsd.cc 49 // tm_gmtoff includes any daylight savings offset, so subtract it.
50 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-qnx.cc 100 // tm_gmtoff includes any daylight savings offset, so subtract it.
101 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-linux.cc 125 // tm_gmtoff includes any daylight savings offset, so subtract it.
126 return static_cast<double>(t->tm_gmtoff * msPerSecond -
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 146 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 146 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /toolchain/binutils/binutils-2.25/gas/config/
te-vms.c 267 gmtoff = ts->tm_gmtoff;
  /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
  /external/libchrome/base/time/
time_posix.cc 226 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 460 diff = t->tm_gmtoff;
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 432 diff = t->tm_gmtoff;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 383 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 389 *seconds = gmt + tm_for_timezone->tm_gmtoff;
  /bionic/libc/
Android.mk 747 # The name of the tm_gmtoff field in our struct tm.
748 LOCAL_CFLAGS += -DTM_GMTOFF=tm_gmtoff
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 2139 milliseconds

1 23 4