HomeSort by relevance Sort by last modified time
    Searched refs:tm_gmtoff (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /system/core/logd/
LogKlog.cpp 284 if ((tm.tm_gmtoff < 0) && ((-tm.tm_gmtoff) > (long)real.tv_sec)) {
287 real.tv_sec += tm.tm_gmtoff;
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 135 long tm_gmtoff; /* offset from CUT in seconds */ member in struct:tm
  /external/v8/src/base/platform/
platform-freebsd.cc 53 // tm_gmtoff includes any daylight savings offset, so subtract it.
54 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-macos.cc 116 // tm_gmtoff includes any daylight savings offset, so subtract it.
117 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-openbsd.cc 51 // tm_gmtoff includes any daylight savings offset, so subtract it.
52 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-qnx.cc 102 // tm_gmtoff includes any daylight savings offset, so subtract it.
103 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-linux.cc 110 // tm_gmtoff includes any daylight savings offset, so subtract it.
111 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 737 janzone = -p->tm_gmtoff;
742 julyzone = -p->tm_gmtoff;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 737 janzone = -p->tm_gmtoff;
742 julyzone = -p->tm_gmtoff;
    [all...]
  /bionic/libc/tzcode/
private.h 78 /* Enable tm_gmtoff and tm_zone on GNUish systems. */
442 guessing if NO_TM_ZONE is defined. Similarly for TM_GMTOFF. */
446 # if !defined TM_GMTOFF && !defined NO_TM_GMTOFF
447 # 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;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
time_facets.cpp 432 diff = t->tm_gmtoff;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
time_facets.cpp 432 diff = t->tm_gmtoff;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 387 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;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 3186 var ___tm_struct_layout={__size__:44,tm_sec:0,tm_min:4,tm_hour:8,tm_mday:12,tm_mon:16,tm_year:20,tm_wday:24,tm_yday:28,tm_isdst:32,tm_gmtoff:36,tm_zone:40}; property in class:_time.___tm_struct_layout
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
configure     [all...]

Completed in 1365 milliseconds

1 2 3 45