HomeSort by relevance Sort by last modified time
    Searched full:localtime (Results 176 - 200 of 716) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
time.h 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
time.h 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
time.h 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h 73 extern struct tm* localtime(const time_t *t);
  /external/chromium_org/v8/src/
platform-freebsd.cc 42 struct tm* t = localtime(&tv);
50 struct tm* t = localtime(&tv);
platform-macos.cc 162 struct tm* t = localtime(&tv);
170 struct tm* t = localtime(&tv);
platform-qnx.cc 91 struct tm* t = localtime(&tv);
99 struct tm* t = localtime(&tv);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 39 now = time.localtime(now)
44 self.jan1 = time.localtime(time.mktime((now[0], 1, 1, 0, 0, 0, 0, 1, 0)))
test_zipimport.py 73 zinfo = ZipInfo(name, time.localtime(mtime))
211 zinfo = ZipInfo(name, time.localtime(mtime))
255 zinfo = ZipInfo(name, time.localtime(mtime))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 39 now = time.localtime(now)
44 self.jan1 = time.localtime(time.mktime((now[0], 1, 1, 0, 0, 0, 0, 1, 0)))
  /bionic/libc/bionic/
time64.c 428 const struct tm *static_result = localtime(clock);
653 /* Use the system localtime() if time_t is small enough */
657 TRACE1("Using system localtime for %lld\n", *time);
704 /* When localtime is Dec 31st previous year and
711 /* When localtime is Jan 1st, next year and
718 /* GMT is Jan 1st, xx01 year, but localtime is still Dec 31st
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 104 // Because we are running in a sandbox certain libc calls will fail (localtime
105 // being the motivating example - it needs to read /etc/localtime). We need to
150 dlsym(RTLD_NEXT, "localtime"));
180 // Define localtime_override() function with asm name "localtime", so that all
181 // references to localtime() will resolve to this function. Notice that we need
185 struct tm* localtime_override(const time_t* timep) __asm__ ("localtime");
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 187 #define my_localtime localtime
195 tmp = localtime(tp);
513 newtmp = localtime(&newt);
524 newtmp = localtime(&newt);
539 newtmp = localtime(&newt);
836 ** The packaged versions of localtime and gmtime never put out-of-range
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 187 #define my_localtime localtime
195 tmp = localtime(tp);
513 newtmp = localtime(&newt);
524 newtmp = localtime(&newt);
539 newtmp = localtime(&newt);
836 ** The packaged versions of localtime and gmtime never put out-of-range
  /external/chromium_org/base/third_party/nspr/
prtime.cc     [all...]
  /external/chromium_org/content/common/
sandbox_mac.mm 280 { // localtime() - 10.5.6
282 localtime(&tv);
313 // CFTimeZoneCopyZone() tries to read /etc and /private/etc/localtime - 10.8

Completed in 354 milliseconds

1 2 3 4 5 6 78 91011>>