Searched refs:time_format (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 219 def time_format(idx): function 237 ('FROM_IMP', time_format(TIME_FROM_LAST_IMPORTANT)), 238 ('FROM_STACK_START', time_format(TIME_FROM_STACK_START)), 239 ('SELF', time_format(SELF_TIME)), 240 ('TO_STACK_END', time_format(TIME_TO_STACK_END)), 241 ('FROM_SCOPE_START', time_format(TIME_FROM_SCOPE_START)), 242 ('SELF', time_format(SELF_TIME)), 243 ('TO_SCOPE_END', time_format(TIME_TO_SCOPE_END)),
|
/external/autotest/client/cros/video/ |
D | collect_golden_images.py | 64 time_format = '%M:%S' 70 tmp = datetime.datetime.strptime(args.start, time_format) 91 tmp = datetime.datetime.strptime(args.stop, time_format)
|
/external/autotest/contrib/ |
D | log_distiller.py | 23 time_format = '%Y-%m-%d-%H.%M.%S' variable 35 def should_process_log(time_str, time_format, cutoff_days=7): argument 46 log_time = datetime.datetime.strptime(time_str, time_format) 47 now = datetime.datetime.strptime(time.strftime(time_format), time_format)
|
/external/autotest/site_utils/ |
D | diagnosis_utils.py | 143 time_format = '%m-%d-%Y [%H:%M:%S]' variable in JobTimer 168 return datetime_obj.strftime(cls.time_format)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_utils.py | 40 time_format = '%Y%m%d_%H%M%S' 41 return time.strftime(time_format, time.gmtime())
|
/external/python/cpython2/Lib/ |
D | ssl.py | 970 time_format = ' %d %H:%M:%S %Y GMT' # NOTE: no month, fixed GMT 975 'format "%%b%s"' % (cert_time, time_format)) 978 tt = strptime(cert_time[3:], time_format)
|
/external/python/cpython3/Lib/ |
D | ssl.py | 1244 time_format = ' %d %H:%M:%S %Y GMT' # NOTE: no month, fixed GMT 1249 'format "%%b%s"' % (cert_time, time_format)) 1252 tt = strptime(cert_time[3:], time_format)
|