Searched refs:datetime (Results 51 - 75 of 110) sorted by relevance

12345

/external/lldb/test/functionalities/data-formatter/rdar-12437442/
H A DTestRdar12437442.py9 import datetime namespace
/external/lldb/test/functionalities/data-formatter/rdar-3534688/
H A DTestFormattersOneIsSingular.py9 import datetime namespace
/external/chromium_org/build/android/pylib/perf/
H A Dsurface_stats_collector.py6 import datetime namespace
311 'timestamp': datetime.datetime.now(),
/external/chromium_org/tools/deep_memory_profiler/
H A Daccumulate.py17 import datetime namespace
180 row_with_meta['dump_time'] = datetime.datetime.fromtimestamp(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py36 import datetime namespace
72 self._utc_timestamp = datetime.datetime.utcnow()
306 def _datetime_in_ES5_compatible_iso_format(datetime):
307 return datetime.strftime('%Y-%m-%dT%H:%M:%S.%f')
/external/chromium_org/tools/
H A Dcheck_git_config.py19 import datetime namespace
50 UPLOAD_DISABLE_TS = datetime.datetime(2014, 10, 1)
447 if not is_in_google_corp() or datetime.datetime.now() > UPLOAD_DISABLE_TS:
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dpolicies.py5 import datetime namespace
178 sizes['second'] = datetime.datetime.fromtimestamp(dump.time).isoformat()
352 component_sizes['dump_time'] = datetime.datetime.fromtimestamp(
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py13 import datetime namespace
33 now = datetime.datetime.now()
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py7 from datetime import datetime namespace
506 item_date = datetime.strptime(time_element, '%Y-%m-%d-%H')
/external/chromium_org/ppapi/generators/
H A Didl_gen_wrapper.py8 from datetime import datetime namespace
87 now = datetime.now()
/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalDateTimeChooser.cpp93 if (source == InputTypeNames::datetime)
/external/lldb/examples/summaries/cocoa/
H A Dmetrics.py9 import time, datetime namespace
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dupdate_nacl_manifest_test.py7 import datetime namespace
168 self.datetime = datetime.datetime.utcnow()
173 timestamp = self.datetime.strftime('%Y-%m-%d %H:%M:%S.%f')
175 self.datetime += datetime.timedelta(0, -3600) # one hour earlier
176 self.datetime += datetime.timedelta(-1) # one day earlier
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dvalidate-committer-lists38 from datetime import date, datetime, timedelta namespace
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.h69 TRIO_STRING_PUBLIC size_t trio_format_date_max TRIO_PROTO((char *target, size_t max, const char *format, const struct tm *datetime));
120 TRIO_STRING_PUBLIC size_t trio_string_format_date_max TRIO_PROTO((trio_string_t *self, size_t max, const char *format, const struct tm *datetime));
H A Dtriostr.c588 @param datetime Date/time structure.
596 TRIO_ARGS4((target, max, format, datetime),
600 TRIO_CONST struct tm *datetime)
604 assert(datetime);
607 return strftime(target, max, format, datetime);
1900 TRIO_ARGS4((self, max, format, datetime),
1904 TRIO_CONST struct tm *datetime)
1908 return trio_format_date_max(self->content, max, format, datetime);
595 trio_format_date_max(target, max, format, datetime), char *target, size_t max, TRIO_CONST char *format, TRIO_CONST struct tm *datetime argument
1899 trio_string_format_date_max(self, max, format, datetime), trio_string_t *self, size_t max, TRIO_CONST char *format, TRIO_CONST struct tm *datetime argument
/external/libxml2/
H A Dtriostr.h69 TRIO_STRING_PUBLIC size_t trio_format_date_max TRIO_PROTO((char *target, size_t max, const char *format, const struct tm *datetime));
120 TRIO_STRING_PUBLIC size_t trio_string_format_date_max TRIO_PROTO((trio_string_t *self, size_t max, const char *format, const struct tm *datetime));
H A Dtriostr.c588 @param datetime Date/time structure.
596 TRIO_ARGS4((target, max, format, datetime),
600 TRIO_CONST struct tm *datetime)
604 assert(datetime);
607 return strftime(target, max, format, datetime);
1900 TRIO_ARGS4((self, max, format, datetime),
1904 TRIO_CONST struct tm *datetime)
1908 return trio_format_date_max(self->content, max, format, datetime);
595 trio_format_date_max(target, max, format, datetime), char *target, size_t max, TRIO_CONST char *format, TRIO_CONST struct tm *datetime argument
1899 trio_string_format_date_max(self, max, format, datetime), trio_string_t *self, size_t max, TRIO_CONST char *format, TRIO_CONST struct tm *datetime argument
/external/lldb/examples/python/
H A Ddisasm-stress-test.py3 import argparse, datetime, re, subprocess, sys, time namespace
156 print str(datetime.timedelta(seconds=remaining_time))
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py24 import datetime namespace
753 t0 = datetime.datetime.now()
759 t1 = datetime.datetime.now()
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Ddeep_dump.py6 import datetime namespace
253 self._time = time.mktime(datetime.datetime.strptime(
/external/chromium_org/tools/real_world_impact/
H A Dreal_world_impact.py22 import datetime namespace
367 now = datetime.datetime.today().strftime("%a %Y-%m-%d %H:%M")
/external/deqp/scripts/
H A Drun_nightly.py12 from datetime import datetime namespace
118 return datetime.now().strftime("%Y-%m-%d-%H-%M")
H A Dmake_release.py15 import datetime namespace
51 return datetime.datetime(Y, M, D)
300 today = datetime.date.today()
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py30 import datetime namespace
246 return datetime.date.today().strftime("%Y-%m-%d")
249 return time.mktime(datetime.datetime.utcnow().timetuple())

Completed in 2189 milliseconds

12345