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

<<11121314151617181920>>

  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 48 my $Date = localtime();
135 my @CurrentTime = localtime();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 938 p_tm = localtime((const time_t*)&buf.st_mtime);
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 286 msg['Date'] = email.Utils.formatdate(localtime=True)
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 799 ($year, $month, $day) = (localtime())[5, 4, 3];
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 403 tm *tm_for_timezone = localtime((time_t *)&gmt);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 386 tm *tm_for_timezone = localtime((time_t *)&gmt);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc 581 INTERCEPTOR(__sanitizer_tm *, localtime, unsigned long *timep) {
583 COMMON_INTERCEPTOR_ENTER(ctx, localtime, timep);
584 __sanitizer_tm *res = REAL(localtime)(timep);
688 COMMON_INTERCEPT_FUNCTION(localtime); \
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 923 print(msg + time.strftime(" (%H:%M:%S)", time.localtime(time.time())))
  /external/iproute2/ip/
ipxfrm.c 380 tp = localtime(&t);
  /ndk/sources/host-tools/make-3.81/
file.c 850 struct tm *tm = localtime (&t);
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/mips/
libc.so 
  /external/jhead/
jhead.c 134 ts = *localtime(&ImageInfo.FileDateTime);
573 tm = *localtime(&ImageInfo.FileDateTime);
    [all...]
  /external/qemu/
qemu-options.hx     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 122 // non-reentrant localtime() function, this function is not thread safe. Do
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure.in 472 AC_CHECK_FUNCS(strftime localtime gettimeofday ftime)
    [all...]
  /external/elfutils/0.153/src/
ar.c 569 localtime (&arhdr->ar_date));
    [all...]
  /external/fio/
gclient.c 126 tm = localtime(&sec);
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 122 // non-reentrant localtime() function, this function is not thread safe. Do
    [all...]
  /external/qemu/telephony/
sms.c 231 struct tm local = *(localtime(&now_time));
    [all...]

Completed in 928 milliseconds

<<11121314151617181920>>