HomeSort by relevance Sort by last modified time
    Searched refs:localtime (Results 226 - 250 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/zlib/src/contrib/untgz/
untgz.c 196 local = localtime(t);
216 loctm = localtime(&ftime);
  /device/linaro/bootloader/edk2/AppPkg/Applications/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))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Dates.py 174 local = time.localtime(time.time())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py 256 treetime = time.localtime(os.stat(treefile)[ST_MTIME])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_imaplib.py 30 timevalues = [2000000000, 2000000000.0, time.localtime(2000000000),
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 363 tm = localtime (&t);
391 // We could save delta to localtime() and have SecGetTime adjust return values?
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 107 time.strftime('%Y%m%dT%H%M%S', time.localtime())))
  /external/curl/docs/examples/
http2-upload.c 132 now = localtime(&secs); /* not thread safe but we don't care */
synctime.c 122 SYSTEMTIME LOCALTime;
309 /* Calculating time diff between GMT and localtime */
311 lt = localtime(&tt);
325 GetLocalTime(&LOCALTime);
327 DayStr[LOCALTime.wDayOfWeek], LOCALTime.wDay,
328 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
329 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond
    [all...]
  /external/curl/src/
mkhelp.pl 138 $now = localtime;
tool_cb_dbg.c 67 now = localtime(&secs); /* not thread safe but we don't care */
  /external/curl/tests/server/
util.c 113 now = localtime(&sec); /* not thread safe but we don't care */
  /external/e2fsprogs/debugfs/
ls.c 137 tm_p = localtime(&modtime);
  /external/google-benchmark/src/
timers.cc 169 std::strftime(storage, sizeof(storage), "%x %X", ::localtime(&now));
  /external/icu/icu4c/source/tools/genren/
genren.pl 73 $YEAR = strftime "%Y",localtime;
  /external/icu/icu4c/source/tools/toolutil/
writesrc.c 57 lt=localtime(&t);
  /external/icu/icu4j/perf-tests/
converterperf.pl 78 my $date = localtime;
dateformatperf.pl 64 my $date = localtime;
decimalformatperf.pl 60 my $date = localtime;
normperf.pl 114 my $date = localtime;
ucharacterperf.pl 62 my $date = localtime;
unicodesetperf.pl 52 my $date = localtime;
  /external/ipsec-tools/src/racoon/
logger.c 197 tm = localtime(&p->tbuf[j]);
  /external/libcxx/utils/google-benchmark/src/
timers.cc 169 std::strftime(storage, sizeof(storage), "%x %X", ::localtime(&now));
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
video_recorder.py 105 time.strftime('%Y%m%dT%H%M%S', time.localtime())))

Completed in 640 milliseconds

1 2 3 4 5 6 7 8 91011>>