HomeSort by relevance Sort by last modified time
    Searched refs:tm_zone (Results 51 - 69 of 69) sorted by null

1 23

  /frameworks/av/media/mtp/
MtpUtils.cpp 65 outSeconds = mktime_tz(&tm, tm.tm_zone);
  /bionic/libc/bionic/
time64.c 388 dest->tm_zone = src->tm_zone;
420 dest->tm_zone = src->tm_zone;
551 p->tm_zone = "UTC";
  /external/chromium/base/
time_posix.cc 114 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 94 output->tm_zone = timezone_out;
96 output->tm_zone = NULL;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 148 __const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 148 __const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 148 __const char *tm_zone; /* Timezone abbreviation. */ member in struct:tm
  /external/chromium_org/base/time/
time_posix.cc 211 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore
  /external/chromium_org/v8/src/
platform-freebsd.cc 74 return t->tm_zone;
platform-macos.cc 239 return t->tm_zone;
platform-openbsd.cc 72 return t->tm_zone;
platform-linux.cc 317 return t->tm_zone;
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 305 // We use localtime here because we need the tm_zone field to be filled
314 time_zone_string = expanded_time->tm_zone;
  /external/v8/src/
platform-macos.cc 308 return t->tm_zone;
platform-freebsd.cc 124 return t->tm_zone;
platform-linux.cc 317 return t->tm_zone;
    [all...]
platform-openbsd.cc 142 return t->tm_zone;
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 385 #if HAVE(TM_ZONE)
386 localt.tm_zone = 0;
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 1205 milliseconds

1 23