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

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 73 zinfo = ZipInfo(name, time.localtime(mtime))
211 zinfo = ZipInfo(name, time.localtime(mtime))
255 zinfo = ZipInfo(name, time.localtime(mtime))
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 63 ** By default, Lua uses gmtime/localtime, except when POSIX is available,
74 #define l_localtime(t,r) ((void)r, localtime(t))
  /external/chromium_org/third_party/sqlite/src/src/
test_config.c 337 Tcl_SetVar2(interp, "sqlite_options", "localtime", "0", TCL_GLOBAL_ONLY);
339 Tcl_SetVar2(interp, "sqlite_options", "localtime", "1", TCL_GLOBAL_ONLY);
  /external/chromium_org/v8/src/
platform-linux.cc 99 struct tm* t = localtime(&tv);
107 struct tm* t = localtime(&tv);
platform-openbsd.cc 40 struct tm* t = localtime(&tv);
48 struct tm* t = localtime(&tv);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /external/icu/icu4c/source/common/
putil.cpp 645 uprv_memcpy( &tmrec, localtime(&t), sizeof(tmrec) );
685 #define TZDEFAULT "/etc/localtime"
688 #define TZ_ENV_CHECK "localtime"
690 #define TZDEFAULT "/etc/localtime"
695 /* Some Linux distributions have 'localtime' in /usr/share/zoneinfo
696 symlinked to /etc/localtime, which makes searchForTZFile return
697 'localtime' when it's the first match. */
698 #define TZFILE_SKIP2 "localtime"
734 When the first match for /etc/localtime is in either of them
    [all...]
  /bionic/libc/tzcode/
tzfile.h 27 #define TZDEFAULT "localtime"
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 507 localtime
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 501 localtime
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 504 localtime
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 498 localtime
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 502 localtime
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 496 localtime
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 499 localtime
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 493 localtime
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 508 localtime
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 502 localtime
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 576 localtime
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 611 localtime
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 523 localtime
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 517 localtime
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 493 localtime

Completed in 940 milliseconds

1 2 3 4 5 6 7 891011>>