OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tm_zone
(Results
51 - 69
of
69
) sorted by null
1
2
3
/frameworks/av/media/mtp/
MtpUtils.cpp
65
outSeconds = mktime_tz(&tm, tm.
tm_zone
);
/external/chromium_org/content/zygote/
zygote_main_linux.cc
94
output->
tm_zone
= timezone_out;
96
output->
tm_zone
= NULL;
/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
/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
214
timestruct.
tm_zone
= NULL; // not a POSIX field, so mktime/timegm ignore
/external/chromium_org/v8/src/
platform-freebsd.cc
69
return t->
tm_zone
;
platform-linux.cc
121
return t->
tm_zone
;
platform-macos.cc
190
return t->
tm_zone
;
platform-openbsd.cc
67
return t->
tm_zone
;
/external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc
317
// We use localtime here because we need the
tm_zone
field to be filled
326
time_zone_string = expanded_time->
tm_zone
;
/external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp
386
#if HAVE(
TM_ZONE
)
387
localt.
tm_zone
= 0;
/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/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js
[
all
...]
Completed in 319 milliseconds
1
2
3