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

1 2

  /frameworks/base/core/jni/
Time.cpp 11 long tm_gmtoff = t.t.tm_gmtoff; local
13 long tm_gmtoff = 0;
18 t.t.tm_isdst, tm_gmtoff, t.t.tm_wday, t.t.tm_yday);
33 t.tm_gmtoff = 0;
159 long tm_gmtoff = t.tm_gmtoff; local
161 long tm_gmtoff = 0; local
165 t.tm_sec, timezone, t.tm_wday, t.tm_yday, tm_gmtoff, t.tm_isdst,
TimeUtils.h 80 this->t.tm_gmtoff = 0;
android_text_format_Time.cpp 71 t->t.tm_gmtoff = env->GetLongField(o, g_gmtoffField);
94 env->SetLongField(o, g_gmtoffField, t.t.tm_gmtoff);
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.h 153 #if HAVE(TM_GMTOFF)
154 utcOffset = static_cast<int>(inTm.tm_gmtoff);
183 #if HAVE(TM_GMTOFF)
184 ret.tm_gmtoff = static_cast<long>(utcOffset);
  /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
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /bionic/libc/bionic/
time64.c 276 assert(tm->tm_gmtoff >= -24 * 60 * 60);
277 assert(tm->tm_gmtoff <= 24 * 60 * 60);
384 dest->tm_gmtoff = src->tm_gmtoff;
416 dest->tm_gmtoff = src->tm_gmtoff;
546 p->tm_gmtoff = 0;
  /bionic/libc/include/
time.h 56 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /external/chromium/base/
time_posix.cc 113 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 147 long int tm_gmtoff; /* Seconds east of UTC. */ member in struct:tm
  /external/v8/src/
platform-openbsd.cc 116 // tm_gmtoff includes any daylight savings offset, so subtract it.
117 return static_cast<double>(t->tm_gmtoff * msPerSecond -
  /bionic/libc/
Android.mk 488 # properly update the 'tm_gmtoff' field in 'struct tm'.
491 -DTM_GMTOFF=tm_gmtoff \
  /external/stlport/src/
time_facets.cpp 432 diff = t->tm_gmtoff;

Completed in 1098 milliseconds

1 2