Home
last modified time | relevance | path

Searched defs:today (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Doc/includes/sqlite3/
Dpysqlite_datetime.py8 today = datetime.date.today() variable
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/
Dmain.go106 func today() time.Time { func
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
Dmain.go146 func today() time.Time { func
/third_party/python/Doc/
Dconf.py56 today = '' variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatRegressionTestJ.java194 Date today = cal.getTime(); in Test4358730() local
DDateFormatTest.java231 Date today = new Date(); in TestWallyWedel() local
1749 Date today = cal.getTime(); in TestDayOfYearPattern195() local
3789 Date today = cal.getTime(); in TestRelativeDateFormat() local
4563 Date today = new Date(); in TestContext() local
DDateFormatRegressionTest.java59 Date today = cal.getTime(); in Test4029195() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java191 Date today = cal.getTime(); in Test4358730() local
DDateFormatTest.java228 Date today = new Date(); in TestWallyWedel() local
1833 Date today = cal.getTime(); in TestDayOfYearPattern195() local
3886 Date today = cal.getTime(); in TestRelativeDateFormat() local
4660 Date today = new Date(); in TestContext() local
DDateFormatRegressionTest.java56 Date today = cal.getTime(); in Test4029195() local
/third_party/ffmpeg/libavutil/
Dparseutils.c595 int today = 0, negative = 0, microseconds = 0, suffix = 1000000; in av_parse_time() local
/third_party/icu/icu4c/source/test/cintltst/
Dcdtrgtst.c59 UDate today, d1; in Test4029195() local
Dcdattst.c437 UDate today = 0.0; in TestRelativeDateFormat() local
1586 UDate yesterday, today = ucal_getNow(); in TestContext() local
/third_party/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp80 UDate today = Calendar::getNow(); in Test4029195() local
Ddtfmttst.cpp288 UDate today = Calendar::getNow(); in TestWallyWedel() local
910 UDate today = Calendar::getNow(); in TestDayOfYearPattern195() local
/third_party/python/Lib/
Ddatetime.py964 def today(cls): member in date
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c3209 struct tm *today = localtime(&today2); in opt_vstats() local
/third_party/python/Modules/
D_datetimemodule.c3436 int today = ymd_to_ord(year, GET_MONTH(self), GET_DAY(self)); in date_isocalendar() local