Home
last modified time | relevance | path

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

12

/external/mockito/src/test/java/org/mockitousage/bugs/
DShouldMocksCompareToBeConsistentWithEqualsTest.java24 Date today = mock(Date.class); in should_compare_to_be_consistent_with_equals() local
39 Date today = mock(Date.class); in should_compare_to_be_consistent_with_equals_when_comparing_the_same_reference() local
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc63 int today = GetCurrentDate(); in SendCrashReport() local
102 void CrashReportSender::ReportSent(int today) { in ReportSent()
/external/python/cpython2/Doc/includes/sqlite3/
Dpysqlite_datetime.py8 today = datetime.date.today() variable
/external/python/cpython3/Doc/includes/sqlite3/
Dpysqlite_datetime.py8 today = datetime.date.today() variable
/external/python/dateutil/dateutil/
Dutils.py13 def today(tzinfo=None): function
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/
DDateSorterBridge.java33 private final String today; // "Today". field in DateSorterBridge
/external/rust/crates/chrono/src/offset/
Dlocal.rs95 pub fn today() -> Date<Local> { in today() method
211 let today = Local::today(); in test_leap_second() localVariable
Dutc.rs41 pub fn today() -> Date<Utc> { in today() method
/external/exoplayer/
Ddownload_exoplayer.py111 today = datetime.date.today() variable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDateUtilsTest.java77 long today = java.util.Calendar.getInstance().getTimeInMillis(); in isToday_shouldReturnFalseForNotToday() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowDateUtilsTest.java81 long today = java.util.Calendar.getInstance().getTimeInMillis(); in isToday_shouldReturnFalseForNotToday() local
/external/rust/crates/rustversion/src/
Dtime.rs15 pub fn today() -> Date { in today() function
/external/python/cpython2/Doc/
Dconf.py30 today = '' variable
/external/python/pyfakefs/pyfakefs/tests/
Dmox3_stubout_test.py51 def today(cls): member in GroundhogDate
/external/python/cpython3/Doc/
Dconf.py40 today = '' variable
/external/cronet/components/metrics/structured/
Dstructured_metrics_provider_unittest.cc167 const int today = (base::Time::Now() - base::Time::UnixEpoch()).InDays(); in WriteTestingProfileKeys() local
192 const int today = (base::Time::Now() - base::Time::UnixEpoch()).InDays(); in WriteTestingDeviceKeys() local
1017 const int today = (base::Time::Now() - base::Time::UnixEpoch()).InDays(); in TEST_F() local
/external/python/cpython2/Demo/classes/
DDates.py172 def today(): function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java191 Date today = cal.getTime(); in Test4358730() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTestJ.java194 Date today = cal.getTime(); in Test4358730() local
/external/strace/
DMakefile.am988 today = $(shell LC_TIME=C date -u +%Y-%m-%d) macro
/external/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
/external/cronet/third_party/icu/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
/external/python/dateutil/dateutil/test/
Dtest_relativedelta.py14 today = date(2003, 9, 17) variable in RelativeDeltaTest

12