Searched defs:localtime (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp62 struct tm * localtime(const time_t *timer) { function
/external/qemu/android/utils/
H A Dtimezone.c104 #define LOCALTIME_FILE "/etc/localtime"
145 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
146 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
149 * besides, modern Linux distribution don't make /etc/localtime a symlink but a straight copy of
164 #define LOCALTIME_FILE1 "/etc/localtime"
167 const char* localtime; member in struct:__anon29218
193 fd1 = open( scan->localtime, O_RDONLY );
195 D(" can't open %s: %s\n", scan->localtime, strerror(errno) );
309 char* localtime = NULL; local
344 /* try to find the localtime fil
[all...]
/external/skia/src/xml/
H A DSkJS.cpp62 struct tm * localtime(const time_t *timer) { function
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c8 static char elsieid[] = "@(#)localtime.c 8.9";
214 ** ctime, gmtime, localtime] return values in one of two static
1222 ** The easy way to behave "as if no library function calls" localtime
1324 localtime(timep) function
1332 ** Re-entrant version of localtime.
1344 ** gmtsub is to gmtime as localsub is to localtime.
1572 ** asctime(localtime(timer))
1574 return asctime(localtime(timep));
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c306 ** WindowsCE does not have a localtime() function. So create a
310 struct tm *__cdecl localtime(const time_t *t) function
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c8 static char elsieid[] = "@(#)localtime.c 8.9";
214 ** ctime, gmtime, localtime] return values in one of two static
1222 ** The easy way to behave "as if no library function calls" localtime
1324 localtime(timep) function
1332 ** Re-entrant version of localtime.
1344 ** gmtsub is to gmtime as localsub is to localtime.
1572 ** asctime(localtime(timer))
1574 return asctime(localtime(timep));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13266 ** between localtime and UTC (a.k.a. GMT)
13315 pTm = localtime(&t);
13350 ** localtime
13368 /* localtime
13373 if( strcmp(z, "localtime")==0 ){
31429 struct tm *__cdecl localtime(const time_t *t) function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12231 int bLocaltimeFault; /* True to fail localtime() calls */
15017 ** using whatever operating-system specific localtime facility that
15037 pX = localtime(t);
15061 ** Compute the difference (in milliseconds) between localtime and UTC
15139 ** localtime
15143 ** is in a system call (i.e. localtime()), then an error message is written
15160 /* localtime
15165 if( strcmp(z, "localtime")==0 ){
33928 struct tm *__cdecl localtime(const time_t *t) function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12231 int bLocaltimeFault; /* True to fail localtime() calls */
15017 ** using whatever operating-system specific localtime facility that
15037 pX = localtime(t);
15061 ** Compute the difference (in milliseconds) between localtime and UTC
15139 ** localtime
15143 ** is in a system call (i.e. localtime()), then an error message is written
15160 /* localtime
15165 if( strcmp(z, "localtime")==0 ){
33948 struct tm *__cdecl localtime(const time_t *t) function
[all...]

Completed in 6370 milliseconds