Searched refs:strptime (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
H A Dscheduled.py63 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 Dactivity.py54 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 Dtime_utils.py31 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 Ddatapoint.py38 self[name] = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
H A Dalarm.py320 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 Dstack.py45 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 Dcollect_golden_images.py70 tmp = datetime.datetime.strptime(args.start, time_format)
91 tmp = datetime.datetime.strptime(args.stop, time_format)
/external/bison/lib/
H A Dtime.in.h192 <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 Dtouch.c64 s = strptime(date, "%Y-%m-%dT%T", &tm);
79 s = strptime(date, toybuf+(i&2), &tm);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DF_F_T_M_.py43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
H A D_h_e_a_d.py72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DF_F_T_M_.py43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
H A D_h_e_a_d.py72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
/external/autotest/server/site_tests/firmware_EventLog/
H A Dfirmware_EventLog.py33 timestamp = time.strptime(time_string, self._TIME_FORMAT)
49 return time.strptime(time_string, self._TIME_FORMAT)
/external/autotest/utils/
H A Dsite_check_dut_usage.py159 return (datetime.datetime.strptime(start_time, _DATE_FORMAT).date(),
160 datetime.datetime.strptime(end_time, _DATE_FORMAT).date(),
/external/libvncserver/utils/
H A Dgit2cl.pl7 # * implements strptime()
69 sub strptime { subroutine
313 @date = strptime($1);
/external/chromium-trace/catapult/catapult_build/perfbot_stats/
H A Dchrome_perf_step_timings.py147 last_step_time = datetime.datetime.strptime(
/external/chromium-trace/catapult/common/lab/
H A Dcommits.py68 commit_time = datetime.datetime.strptime(
/external/bison/darwin-lib/
H A Dtime.h504 <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 Dtime.h504 <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 Dbisect_fyi.py136 last_comment_timestamp = datetime.datetime.strptime(
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dutil.py208 return datetime.datetime.strptime(d["isostr"], _DATETIME_FORMAT)
/external/autotest/contrib/
H A Dlog_distiller.py41 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 Ddevserver_history.py226 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 Dtombstones.py50 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

Completed in 472 milliseconds

123