Searched refs:date_format (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 298 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/ |
D | intl-objects.cc | 131 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/ |
D | client_lib_test.py | 120 date_format = '%H:%M:%S' variable 122 datefmt=date_format)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | provision_devices.py | 465 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/ |
D | format.txt | 18 Type { "date_format" } 65 Type { "date_format" } 222 Type { "date_format" } 433 Type { "date_format" } 539 Type { "date_format" }
|
/external/v8/src/runtime/ |
D | runtime-intl.cc | 217 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/ |
D | builtins-intl.cc | 499 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/ |
D | datetimemodule.c | 2551 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.c | 3103 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,
|