Home
last modified time | relevance | path

Searched refs:today (Results 1 – 25 of 177) sorted by relevance

12345678

/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc63 int today = GetCurrentDate(); in SendCrashReport() local
64 if (today == last_sent_date_ && in SendCrashReport()
76 ReportSent(today); in SendCrashReport()
102 void CrashReportSender::ReportSent(int today) { in ReportSent() argument
104 if (today != last_sent_date_) { in ReportSent()
105 last_sent_date_ = today; in ReportSent()
Dcrash_report_sender.h100 void ReportSent(int today);
/external/mockito/src/test/java/org/mockitousage/bugs/
DShouldMocksCompareToBeConsistentWithEqualsTest.java24 Date today = mock(Date.class); in should_compare_to_be_consistent_with_equals() local
29 set.add(today); in should_compare_to_be_consistent_with_equals()
39 Date today = mock(Date.class); in should_compare_to_be_consistent_with_equals_when_comparing_the_same_reference() local
43 set.add(today); in should_compare_to_be_consistent_with_equals_when_comparing_the_same_reference()
44 set.add(today); in should_compare_to_be_consistent_with_equals_when_comparing_the_same_reference()
/external/python/cpython2/Doc/includes/sqlite3/
Dpysqlite_datetime.py8 today = datetime.date.today() variable
11 cur.execute("insert into test(d, ts) values (?, ?)", (today, now))
14 print today, "=>", row[0], type(row[0])
/external/python/cpython3/Doc/includes/sqlite3/
Dpysqlite_datetime.py8 today = datetime.date.today() variable
11 cur.execute("insert into test(d, ts) values (?, ?)", (today, now))
14 print(today, "=>", row[0], type(row[0]))
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDateUtilsTest.java60 long today = java.util.Calendar.getInstance().getTimeInMillis(); in isToday_shouldReturnFalseForNotToday() local
61 ShadowSystemClock.setCurrentTimeMillis(today); in isToday_shouldReturnFalseForNotToday()
63 assertThat(DateUtils.isToday(today)).isTrue(); in isToday_shouldReturnFalseForNotToday()
64 assertThat(DateUtils.isToday(today + (86400 * 1000) /* 24 hours */)).isFalse(); in isToday_shouldReturnFalseForNotToday()
65 assertThat(DateUtils.isToday(today + (86400 * 10000) /* 240 hours */)).isFalse(); in isToday_shouldReturnFalseForNotToday()
/external/vulkan-validation-layers/build-android/
Dtest_APK.sh217 today=$(date +%Y-%m-%d.%H:%M:%S)
218 outFile="VulkanLayerValidationTests.$platform.$today.out.txt"
219 errFile="VulkanLayerValidationTests.$platform.$today.err.txt"
220 …xample.VulkanLayerValidationTests/files/out.txt VulkanLayerValidationTests.$platform.$today.out.txt
221 …xample.VulkanLayerValidationTests/files/err.txt VulkanLayerValidationTests.$platform.$today.err.txt
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTestJ.java194 Date today = cal.getTime(); in Test4358730() local
197 logln(sdf.format(today)); in Test4358730()
199 logln(sdf.format(today)); in Test4358730()
202 logln(sdf.format(today)); in Test4358730()
205 logln(sdf.format(today)); in Test4358730()
208 logln(sdf.format(today)); in Test4358730()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java191 Date today = cal.getTime(); in Test4358730() local
194 logln(sdf.format(today)); in Test4358730()
196 logln(sdf.format(today)); in Test4358730()
199 logln(sdf.format(today)); in Test4358730()
202 logln(sdf.format(today)); in Test4358730()
205 logln(sdf.format(today)); in Test4358730()
/external/toolchain-utils/
Dbuildbot_test_llvm.py89 date_str = datetime.date.today()
146 today = datetime.date.today()
147 delta = today - START_DATE
/external/deqp/scripts/
Dmake_release.py321 today = datetime.date.today()
322 return "dEQP-%s-%04d-%02d-%02d-%s" % (releaseName, today.year, today.month, today.day, configName)
/external/python/cpython2/Doc/library/
Dxmlrpclib.rst285 def today():
286 today = datetime.datetime.today()
287 return xmlrpclib.DateTime(today)
291 server.register_function(today, "today")
301 today = proxy.today()
303 converted = datetime.datetime.strptime(today.value, "%Y%m%dT%H:%M:%S")
/external/icu/icu4c/source/test/cintltst/
Dcdtrgtst.c57 UDate today, d1; in Test4029195() local
63 today = ucal_getNow(); in Test4029195()
84 fmdt = myFormatit(df, today); in Test4029195()
96 todayS =myFormatit(df, today); in Test4029195()
/external/python/cpython3/Doc/library/
Dxmlrpc.client.rst279 def today():
280 today = datetime.datetime.today()
281 return xmlrpc.client.DateTime(today)
285 server.register_function(today, "today")
295 today = proxy.today()
297 converted = datetime.datetime.strptime(today.value, "%Y%m%dT%H:%M:%S")
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Dhello-world.cs2 How are you today?
/external/clang/docs/analyzer/
Dconf.py45 copyright = u'2013-%d, Analyzer Team' % date.today().year
/external/swiftshader/third_party/subzero/docs/
Dconf.py44 copyright = u'2014-%d, Subzero Project' % date.today().year
/external/v8/tools/
Dwhitespace.txt6 "I'm so deoptimized today!"
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt418 >>> today = datetime.date.today()
420 ... '%d-%02d-%02d' % (today.year, today.month, today.day))
/external/scapy/doc/scapy/
Dindex.rst13 :Date: |today|
/external/python/cpython2/Doc/
Dconf.py30 today = '' variable
/external/clang/docs/
Dconf.py45 copyright = u'2007-%d, The Clang Team' % date.today().year
/external/python/cpython3/Doc/
Dconf.py29 today = '' variable
/external/llvm/docs/
Dconf.py44 copyright = u'2003-%d, LLVM Project' % date.today().year
/external/skia/tools/copyright/
Dfileparser.py61 DEFAULT_YEAR = datetime.date.today().year

12345678