OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm_gmtoff
(Results
1 - 25
of
55
) sorted by null
1
2
3
/bionic/libc/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/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
/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,
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
Completed in 1571 milliseconds
1
2
3