/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
H A D | scheduled.py | 63 self.time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 65 self.time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 68 self.start_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 70 self.start_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 73 self.end_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 75 self.end_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
|
H A D | activity.py | 54 self.start_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 56 self.start_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 59 self.end_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 61 self.end_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
|
/external/autotest/client/common_lib/ |
H A D | time_utils.py | 31 return datetime.datetime.strptime(time_string, TIME_FMT) 33 return datetime.datetime.strptime(time_string, TIME_FMT_MICRO) 49 return time.mktime(time.strptime(date_string, TIME_FMT))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
H A D | datapoint.py | 38 self[name] = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
|
H A D | alarm.py | 320 self.timestamp = datetime.strptime(value, 323 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
H A D | stack.py | 45 self.creation_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 47 self.creation_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 162 self.creation_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 164 self.creation_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 167 self.deletion_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 169 self.deletion_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 313 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ') 315 self.timestamp = datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%fZ') 340 self.last_updated_time = datetime.strptime( 345 self.last_updated_time = datetime.strptime( [all...] |
/external/autotest/client/cros/video/ |
H A D | collect_golden_images.py | 70 tmp = datetime.datetime.strptime(args.start, time_format) 91 tmp = datetime.datetime.strptime(args.stop, time_format)
|
/external/bison/lib/ |
H A D | time.in.h | 192 <http://www.opengroup.org/susv3xsh/strptime.html>. */ 195 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf, 200 _GL_CXXALIAS_SYS (strptime, char *, (char const *restrict __buf, 203 _GL_CXXALIASWARN (strptime);
|
/external/toybox/toys/posix/ |
H A D | touch.c | 64 s = strptime(date, "%Y-%m-%dT%T", &tm); 79 s = strptime(date, toybuf+(i&2), &tm);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | F_F_T_M_.py | 43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
|
H A D | _h_e_a_d.py | 72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
|
/external/fonttools/Tools/fontTools/ttLib/tables/ |
H A D | F_F_T_M_.py | 43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
|
H A D | _h_e_a_d.py | 72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
|
/external/autotest/server/site_tests/firmware_EventLog/ |
H A D | firmware_EventLog.py | 33 timestamp = time.strptime(time_string, self._TIME_FORMAT) 49 return time.strptime(time_string, self._TIME_FORMAT)
|
/external/autotest/utils/ |
H A D | site_check_dut_usage.py | 159 return (datetime.datetime.strptime(start_time, _DATE_FORMAT).date(), 160 datetime.datetime.strptime(end_time, _DATE_FORMAT).date(),
|
/external/libvncserver/utils/ |
H A D | git2cl.pl | 7 # * implements strptime() 69 sub strptime { subroutine 313 @date = strptime($1);
|
/external/chromium-trace/catapult/catapult_build/perfbot_stats/ |
H A D | chrome_perf_step_timings.py | 147 last_step_time = datetime.datetime.strptime(
|
/external/chromium-trace/catapult/common/lab/ |
H A D | commits.py | 68 commit_time = datetime.datetime.strptime(
|
/external/bison/darwin-lib/ |
H A D | time.h | 504 <http://www.opengroup.org/susv3xsh/strptime.html>. */ 507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf, 512 _GL_CXXALIAS_SYS (strptime, char *, (char const *restrict __buf, 515 _GL_CXXALIASWARN (strptime);
|
/external/bison/linux-lib/ |
H A D | time.h | 504 <http://www.opengroup.org/susv3xsh/strptime.html>. */ 507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf, 512 _GL_CXXALIAS_SYS (strptime, char *, (char const *restrict __buf, 515 _GL_CXXALIASWARN (strptime);
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
H A D | bisect_fyi.py | 136 last_comment_timestamp = datetime.datetime.strptime(
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
H A D | util.py | 208 return datetime.datetime.strptime(d["isostr"], _DATETIME_FORMAT)
|
/external/autotest/contrib/ |
H A D | log_distiller.py | 41 ref: http://docs.python.org/2/library/datetime.html#strftime-strptime-behavior 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/ |
H A D | devserver_history.py | 226 start_time = datetime.datetime.strptime(options.start, 228 end_time = datetime.datetime.strptime(options.end, time_utils.TIME_FMT)
|
/external/v8/build/android/ |
H A D | tombstones.py | 50 t = datetime.datetime.strptime(details[-3] + ' ' + details[-2], 70 return datetime.datetime.strptime( 262 # This must be done serially because strptime can hit a race condition if
|