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

<<11121314151617181920>>

  /development/ndk/platforms/android-L/arch-mips/symbols/
libc.so.functions.txt 597 localtime
  /development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt 593 localtime
  /external/bison/build-aux/
do-release-commit-and-tag 162 perl -MPOSIX -ni -e 'my $today = strftime "%F", localtime time;' \
  /external/chromium_org/ppapi/proxy/
flash_resource.cc 129 // We can't do the conversion here on Linux because the localtime calls
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 123 my $timeString = strftime "%Y-%m-%d-%H.%M.%S", localtime $^T;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimingCalculationsTest.cpp 44 // calculateActiveTime(activeDuration, fillMode, localTime, parentPhase, phase, timing)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 134 return time.strftime('[%x %X %Z]', time.localtime())
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 117 struct tm *local = localtime(&now);
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 71 $YEAR = strftime "%Y",localtime;
  /external/chromium_org/third_party/libxml/src/
config.h.in 115 /* Define to 1 if you have the `localtime' function. */
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 32 tm * pTM = localtime( &currentTime );
  /external/strace/
gitlog-to-changelog 148 my $date_line = sprintf "%s $2\n", strftime ("%F", localtime ($1));
  /external/tcpdump/
print-ntp.c 246 tm = localtime(&seconds);
  /system/core/init/
bootchart.c 132 struct tm now = *localtime(&now_t);
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 358 localtime = time.asctime(time.localtime(time.time()))
364 localtime)
  /frameworks/av/include/media/nbaio/
NBAIO.h 213 // Get the time (on the LocalTime timeline) at which the first frame of audio of the next write
273 // readPTS The presentation time (on the LocalTime timeline) for which data
293 // readPTS The presentation time (on the LocalTime timeline) for which data
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
xmlrpclib.py 15 # 1999-01-15 fl Changed dateTime to use localtime
113 localtime integer value to generate a "dateTime.iso8601"
355 # time.localtime()), or an integer value (as returned by time.time()).
356 # The wrapper uses time.localtime() to convert an integer to a time
372 value = time.localtime(value)
378 localtime integer value to generate 'dateTime.iso8601' XML-RPC
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
xmlrpclib.py 15 # 1999-01-15 fl Changed dateTime to use localtime
113 localtime integer value to generate a "dateTime.iso8601"
355 # time.localtime()), or an integer value (as returned by time.time()).
356 # The wrapper uses time.localtime() to convert an integer to a time
372 value = time.localtime(value)
378 localtime integer value to generate 'dateTime.iso8601' XML-RPC
    [all...]
  /bionic/libc/tzcode/
localtime.c 227 ** ctime, gmtime, localtime] return values in one of two static
1364 localtime(const time_t * const timep) function
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.c 634 uprv_memcpy( &tmrec, localtime(&t), sizeof(tmrec) );
669 #define TZDEFAULT "/etc/localtime"
674 /* Some Linux distributions have 'localtime' in /usr/share/zoneinfo
675 symlinked to /etc/localtime, which makes searchForTZFile return
676 'localtime' when it's the first match. */
677 #define TZFILE_SKIP2 "localtime"
713 When the first match for /etc/localtime is in either of them
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 238 t = time.localtime(currentTime)
271 dstAtRollover = time.localtime(newRolloverAt)[-1]
330 dstNow = time.localtime(currentTime)[-1]
335 timeTuple = time.localtime(t)
342 timeTuple = time.localtime(t + addend)
362 dstAtRollover = time.localtime(newRolloverAt)[-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 238 t = time.localtime(currentTime)
271 dstAtRollover = time.localtime(newRolloverAt)[-1]
330 dstNow = time.localtime(currentTime)[-1]
335 timeTuple = time.localtime(t)
342 timeTuple = time.localtime(t + addend)
362 dstAtRollover = time.localtime(newRolloverAt)[-1]
    [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 760 localtime(&t);
769 struct tm * tmp = localtime(&t);
923 struct tm* pTm = localtime(&t);

Completed in 2145 milliseconds

<<11121314151617181920>>