Home
last modified time | relevance | path

Searched full:today (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/external/autotest/frontend/health/
Dpassing_experimental_unittest.py67 self.mox.StubOutWithMock(MockDatetime, 'today')
84 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
85 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
103 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
104 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
122 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
123 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
141 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
142 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
160 datetime.datetime.today().AndReturn(self._datetime(2013, 3, 20))
[all …]
Dcomplete_failures_functional_test.py58 # so that the today class method can be directly mocked out. It is necesarry
78 # All of our tests will involve mocking out the datetime.today() class
80 self.mox.StubOutWithMock(MockDatetime, 'today')
122 MockDatetime.today().AndReturn(self.datetime(2012, 1, 21))
123 MockDatetime.today().AndReturn(self.datetime(2012, 1, 21))
Dpassing_experimental_functional_test.py30 # so that the today class method can be directly mocked out. It is necesarry
51 # All of our tests will involve mocking out the datetime.today() class
53 self.mox.StubOutWithMock(MockDatetime, 'today')
104 MockDatetime.today().AndReturn(self.datetime(2012, 1, 21))
105 MockDatetime.today().AndReturn(self.datetime(2012, 1, 21))
Dcomplete_failures_unittest.py153 self.mox.StubOutWithMock(MockDatetime, 'today')
185 datetime.datetime.today().AndReturn(self.datetime(2012, 1, 4))
212 datetime.datetime.today().AndReturn(self.datetime(2012, 1, 3))
257 self.mox.StubOutWithMock(MockDatetime, 'today')
273 datetime.datetime.today().AndReturn(self.datetime(2012, 1, 21))
286 datetime.datetime.today().AndReturn(self.datetime(2012, 1, 21))
/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()
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp63 std::string pat("Today is %A which is abbreviated %a."); in main()
67 assert(ex == "Today is Saturday which is abbreviated Sat."); in main()
71 std::string pat("Today is %A which is abbreviated %a."); in main()
75 assert((ex == "Today is Samedi which is abbreviated Sam.")|| in main()
76 (ex == "Today is samedi which is abbreviated sam." )); in main()
/external/owasp/sanitizer/benchmark-data/
DYahoo!.html364 .y-today-grad1 {background-image: -moz-linear-gradient(top, #e8edf0, #fcfcfd); /*Firefox*/
369 .y-today-grad2 {background-image: -moz-linear-gradient(top, #59728b, #2d4458); /*Firefox*/
374 .y-today-grad3 {background-image: -moz-linear-gradient(top, #346694, #063160); /*Firefox*/
379 .y-today-ln-1 { border-color: #a8b4bf; }
381 .ua-ie8 .y-pa-open .y-today-grad1 {
385 .ua-ie8 .y-pa-open .y-today-grad2 {
389 .ua-ie8 .y-pa-open .y-today-grad3 {
616 …e "><span class="title y-txt-modhdr medium" style="font-family: inherit;">TODAY</span><span class=…
637 …1297449155/**http%3A//search.yahoo.com/search%3Fp=hosni%2Bmubarak%26fr=fp-today%26cs=bz" >More on …
647 <ol class="y-carousel-list y-today-ln-1">
[all …]
/external/guice/extensions/struts2/test/com/google/inject/struts2/
DStruts2FactoryTest.java40 private static final Date TODAY = new Date(); field in Struts2FactoryTest
77 return TODAY;
80 assertEquals(TODAY, testListener.getInjector().getInstance(Date.class));
81 assertEquals(TODAY, s2Factory.buildBean(Date.class, null));
/external/chromium-trace/catapult/dashboard/dashboard/
Dbisect_stats.py122 today = datetime.date.today()
123 monday = today - datetime.timedelta(days=today.weekday())
/external/autotest/server/cros/
Drepair_utils_unittest.py48 self.mox.StubOutWithMock(MockDatetime, 'today')
86 datetime.datetime.today().AndReturn(datetime.datetime(2012,1,1))
121 datetime.datetime.today().AndReturn(datetime.datetime(2012,1,1))
147 datetime.datetime.today().AndReturn(datetime.datetime(2012, 1, 2, 0,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTestJ.java182 Date today = cal.getTime(); in Test4358730() local
185 logln(sdf.format(today)); in Test4358730()
187 logln(sdf.format(today)); in Test4358730()
190 logln(sdf.format(today)); in Test4358730()
193 logln(sdf.format(today)); in Test4358730()
196 logln(sdf.format(today)); in Test4358730()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java178 Date today = cal.getTime(); in Test4358730() local
181 logln(sdf.format(today)); in Test4358730()
183 logln(sdf.format(today)); in Test4358730()
186 logln(sdf.format(today)); in Test4358730()
189 logln(sdf.format(today)); in Test4358730()
192 logln(sdf.format(today)); in Test4358730()
/external/skia/site/dev/testing/
Dfonts.md38 Today, the set of fonts used by gm, and present in my resources directory,
105 The font set used by gm tests today is arbitrary and not intended to be
111 removing manual typeface selection in the gm tests. Today, options to dm like
/external/chromium-trace/catapult/third_party/Paste/docs/
Dconf.py47 # There are two options for replacing |today|: either, you set today to some
49 #today = ''
/external/autotest/site_utils/
Dcollect_host_stats.py108 today = datetime.combine(date.today(), datetime.min.time())
109 end_time = time_utils.to_epoch_time(today)
/external/llvm/docs/
Dconf.py44 copyright = u'2003-%d, LLVM Project' % date.today().year
59 # There are two options for replacing |today|: either, you set today to some
61 #today = ''
/external/clang/docs/
Dconf.py45 copyright = u'2007-%d, The Clang Team' % date.today().year
60 # There are two options for replacing |today|: either, you set today to some
62 #today = ''
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DHouseTest.java46 reminders.put("today", "do nothig"); in testDump1()
78 reminders.put("today", "do nothig"); in testDump3()
124 reminders.put("today", "do nothig"); in testDump2()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Ddeprecation.js21 var today = new Date();
25 if (today < expiry) {
/external/bison/build-aux/
Ddo-release-commit-and-tag161 # Update NEWS to have today's date, plus desired version number and $type.
162 perl -MPOSIX -ni -e 'my $today = strftime "%F", localtime time;' \
165 -e 'print $.==3 ? "$pfx $ver ($today) [$type]\n" : $_' \
/external/mesa3d/src/gallium/docs/source/
Dconf.py56 # There are two options for replacing |today|: either, you set today to some
58 #today = ''
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
Dpublish.xml71 <format property="TODAY" pattern="MMMM d, yyyy"/>
78 <replace file="${result}/${indexFileName}" token="@date@" value="${TODAY}"/>
79 <replace dir="${result}" value="${TODAY}">
/external/autotest/scheduler/
Ddrone_logging_config.py22 """Generate a log file name based off of Today's Date.
31 @returns String of the base_name suffixed with a timestamp of today's
/external/chromium-trace/catapult/third_party/Paste/tests/test_util/
Dtest_datetimeutil.py58 assert(date.today() == parse_date("today"))
59 assert(date.today() == parse_date("now"))
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dconf.py67 # There are two options for replacing |today|: either, you set today to some
69 #today = ''

12345678910>>...29