Searched refs:time_format (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 219 def time_format(idx): function 236 ('FROM_IMP', time_format(TIME_FROM_LAST_IMPORTANT)), 237 ('FROM_STACK_START', time_format(TIME_FROM_STACK_START)), 238 ('SELF', time_format(SELF_TIME)), 239 ('TO_STACK_END', time_format(TIME_TO_STACK_END)), 240 ('FROM_SCOPE_START', time_format(TIME_FROM_SCOPE_START)), 241 ('SELF', time_format(SELF_TIME)), 242 ('TO_SCOPE_END', time_format(TIME_TO_SCOPE_END)),
|
/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/toolchain-utils/pgo_tools/ |
D | monitor_pgo_profiles.py | 31 time_format = '%Y-%m-%dT%H:%M:%SZ' 33 time_format += '%z' 34 return datetime.datetime.strptime(date, time_format)
|
/external/autotest/site_utils/ |
D | diagnosis_utils.py | 117 time_format = '%m-%d-%Y [%H:%M:%S]' variable in JobTimer 142 return datetime_obj.strftime(cls.time_format)
|
/external/autotest/site_utils/deployment/ |
D | cmdvalidate.py | 488 time_format = '%Y-%m-%dT%H%M%S.%f%z' 490 time_format)
|
/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 | 1430 time_format = ' %d %H:%M:%S %Y GMT' # NOTE: no month, fixed GMT 1435 'format "%%b%s"' % (cert_time, time_format)) 1438 tt = strptime(cert_time[3:], time_format)
|