Home
last modified time | relevance | path

Searched refs:date_format (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py298 date_format = '%Y-%m-%d'
300 last_date = now.strftime(date_format)
301 first_date = (now - datetime.timedelta(days=28)).strftime(date_format)
/external/v8/src/objects/
Dintl-objects.cc131 icu::SimpleDateFormat* date_format = nullptr; in CreateICUDateFormat() local
152 date_format = new icu::SimpleDateFormat(pattern, icu_locale, status); in CreateICUDateFormat()
154 date_format->adoptCalendar(calendar); in CreateICUDateFormat()
160 delete date_format; in CreateICUDateFormat()
161 date_format = nullptr; in CreateICUDateFormat()
164 return date_format; in CreateICUDateFormat()
168 icu::SimpleDateFormat* date_format, in SetResolvedDateSettings() argument
173 date_format->toPattern(pattern); in SetResolvedDateSettings()
185 const icu::Calendar* calendar = date_format->getCalendar(); in SetResolvedDateSettings()
610 icu::SimpleDateFormat* date_format = in InitializeDateTimeFormat() local
[all …]
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py120 date_format = '%H:%M:%S' variable
122 datefmt=date_format)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py465 date_format = '%m%d%H%M%Y.%S'
469 date_format = '%Y%m%d.%H%M%S'
475 strgmtime = time.strftime(date_format, time.gmtime())
484 correct_time = datetime.datetime.strptime(strgmtime, date_format)
/external/icu/icu4c/source/test/testdata/
Dformat.txt18 Type { "date_format" }
65 Type { "date_format" }
222 Type { "date_format" }
433 Type { "date_format" }
539 Type { "date_format" }
/external/v8/src/runtime/
Druntime-intl.cc217 icu::SimpleDateFormat* date_format = in RUNTIME_FUNCTION() local
219 CHECK_NOT_NULL(date_format); in RUNTIME_FUNCTION()
222 reinterpret_cast<Smi*>(date_format)); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-intl.cc499 icu::SimpleDateFormat* date_format = in BUILTIN() local
501 CHECK_NOT_NULL(date_format); in BUILTIN()
504 FormatDateToParts(isolate, date_format, date_value)); in BUILTIN()
/external/python/cpython2/Modules/
Ddatetimemodule.c2551 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function
2740 {"__format__", (PyCFunction)date_format, METH_VARARGS,
3529 {"__format__", (PyCFunction)date_format, METH_VARARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3103 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function
3277 {"__format__", (PyCFunction)date_format, METH_VARARGS,
4446 {"__format__", (PyCFunction)date_format, METH_VARARGS,