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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 130 def formatdate(timeval=None, localtime=False, usegmt=False):
136 gmtime() and localtime(), otherwise the current time is used.
138 Optional localtime is a flag that when True, interprets timeval, and
144 is needed for HTTP, and is only used when localtime==False.
150 if localtime:
151 now = time.localtime(timeval)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 130 def formatdate(timeval=None, localtime=False, usegmt=False):
136 gmtime() and localtime(), otherwise the current time is used.
138 Optional localtime is a flag that when True, interprets timeval, and
144 is needed for HTTP, and is only used when localtime==False.
150 if localtime:
151 now = time.localtime(timeval)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 130 def formatdate(timeval=None, localtime=False, usegmt=False):
136 gmtime() and localtime(), otherwise the current time is used.
138 Optional localtime is a flag that when True, interprets timeval, and
144 is needed for HTTP, and is only used when localtime==False.
150 if localtime:
151 now = time.localtime(timeval)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 130 def formatdate(timeval=None, localtime=False, usegmt=False):
136 gmtime() and localtime(), otherwise the current time is used.
138 Optional localtime is a flag that when True, interprets timeval, and
144 is needed for HTTP, and is only used when localtime==False.
150 if localtime:
151 now = time.localtime(timeval)
  /external/autotest/site_utils/
generate_test_report 226 """Helper to match and collect timestamp and localtime.
228 Preferred to locate timestamp and localtime with an
237 @return Tuple of timestamp, localtime retrieved from the test status
242 localtime = ''
246 r'^\s*%s\s+(?:%s).*timestamp=(\d*).*localtime=(%s).*$' % (
250 # There may be multiple lines with timestamp/localtime info.
257 localtime = localtime_
258 return timestamp, localtime
308 timestamp/localtime are saved to be used as sort keys for the results.
352 # Grab the localtime - may be printed to enable line filtering by date
    [all...]
  /bionic/libc/tzcode/
private.h 342 # undef localtime macro
343 # define localtime tz_localtime macro
386 struct tm *localtime(time_t const *);
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 48 struct tm* tm = localtime(&timeNow);
50 _LOGD_("localtime error");
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
time.h 150 struct tm *localtime(const time_t *);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableReport.py 129 NewFilename = 'Report_' + time.strftime("%Y%m%d_%H%M%S.csv", time.localtime())
  /external/curl/tests/libtest/
testtrace.c 108 now = localtime(&secs); /* not thread safe but we don't care */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
2-1.c 26 struct tm *local_t = localtime(&t);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 102 lt = localtime(&now);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)))
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 236 struct tm *localtime (const time_t *);
273 #define localtime(timer) NULL macro
  /prebuilts/gdb/darwin-x86/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)))
  /prebuilts/gdb/linux-x86/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)))
  /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)))
  /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)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 233 "The time value as returned by gmtime(), localtime(), and strptime(), and\n"
336 if (!parse_time_double_args(args, "|O:localtime", &when))
338 return time_convert(when, localtime);
342 "localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min,\n\
409 buf = *localtime(&tt);
537 is not present, current time as returned by localtime() is used.");
571 buf = *localtime(&tt);
588 When the time tuple is not present, current time as returned by localtime()\n\
624 This is equivalent to asctime(localtime(seconds)). When the time tuple is\n\
625 not present, current time as returned by localtime() is used.");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 233 "The time value as returned by gmtime(), localtime(), and strptime(), and\n"
336 if (!parse_time_double_args(args, "|O:localtime", &when))
338 return time_convert(when, localtime);
342 "localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min,\n\
409 buf = *localtime(&tt);
537 is not present, current time as returned by localtime() is used.");
571 buf = *localtime(&tt);
588 When the time tuple is not present, current time as returned by localtime()\n\
624 This is equivalent to asctime(localtime(seconds)). When the time tuple is\n\
625 not present, current time as returned by localtime() is used.");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 159 return time.localtime(os.stat(name)[ST_MTIME])
164 mtime = time.localtime(os.stat(name)[ST_MTIME])
170 mtime = time.localtime(os.stat(name)[ST_MTIME])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 197 struct tm *__cdecl localtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
209 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); } function
217 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime32(_Time); } function
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 100 now = localtime (ltime);
  /external/autotest/client/deps/glbench/src/
main.cc 80 ttime = localtime(&tm);
  /external/autotest/server/cros/chaos_lib/
chaos_log_analyzer.py 102 new_timestamp = time.localtime(timestamp_secs - 1)

Completed in 611 milliseconds

1 2 3 4 5 6 78 91011>>