Searched refs:today (Results 1 - 25 of 40) sorted by relevance

12

/external/lldb/test/functionalities/command_source/
H A Dmy.py3 today = datetime.date.today()
4 print today
H A DTestCommandSource.py39 substrs = [str(datetime.date.today())])
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Dhello-world.cs2 How are you today?
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl25 set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]
35 ** This amalgamation was generated on $today.
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl25 set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]
35 ** This amalgamation was generated on $today.
/external/chromium_org/third_party/skia/tools/copyright/
H A Dfileparser.py61 DEFAULT_YEAR = datetime.date.today().year
/external/chromium_org/tools/
H A Dboilerplate.py18 date.today().year,
/external/skia/tools/copyright/
H A Dfileparser.py61 DEFAULT_YEAR = datetime.date.today().year
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_table.js545 var today = new Date();
546 today.setHours(0);
547 today.setMinutes(0);
548 today.setSeconds(0);
549 today.setMilliseconds(0);
559 } else if (modTime >= today &&
560 modTime < today.getTime() + MILLISECONDS_IN_DAY) {
562 } else if (modTime >= today - MILLISECONDS_IN_DAY && modTime < today) {
H A Dfile_manager.js1558 var today = new Date();
1559 today.setHours(0);
1560 today.setMinutes(0);
1561 today.setSeconds(0);
1562 today.setMilliseconds(0);
1564 today.getTime() + MILLISECONDS_IN_DAY - Date.now() + 1000);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3internalh.tcl44 set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]
H A Dmksqlite3c.tcl49 set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.css83 .day-cell.highlighted.today,
84 .day-cell.today {
195 .today-button::after {
/external/deqp/scripts/
H A Dmake_release.py300 today = datetime.date.today()
301 return "dEQP-%s-%04d-%02d-%02d-%s" % (releaseName, today.year, today.month, today.day, configName)
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.css103 html[dir='rtl'] #range-today,
118 #range-today {
122 #range-today,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp71 UDate today = Calendar::getNow(); local
72 logln((UnicodeString) "today: " + today);
88 fmtd = sdf->format(today, fmtd, pos);
89 logln("today: " + fmtd);
93 todayS = sdf->format(today, todayS, pos);
94 logln("today: " + todayS);
96 today = sdf->parse(todayS, status);
98 logln((UnicodeString)"today date: " + today);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp73 UDate today = Calendar::getNow(); local
74 logln((UnicodeString) "today: " + today);
91 fmtd = sdf->format(today, fmtd, pos);
92 logln("today: " + fmtd);
96 todayS = sdf->format(today, todayS, pos);
97 logln("today: " + todayS);
99 today = sdf->parse(todayS, status);
101 logln((UnicodeString)"today date: " + today);
[all...]
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py30 """) % datetime.date.today().year
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dvalidate-committer-lists219 committer_cuttof = date.today() - timedelta(days=365)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtrgtst.c55 UDate today, d1; local
61 today = ucal_getNow();
82 fmdt = myFormatit(df, today);
84 log_verbose("today: %s\n", austrdup(fmdt));
94 todayS =myFormatit(df, today);
95 log_verbose("After teh pattern is applied\n today: %s\n", austrdup(todayS) );
104 log_verbose("today: %s\n", austrdup(rt) );
H A Dcdattst.c406 UDate today = 0.0; local
417 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
418 today = ucal_getMillis(ucal, &status);
421 if ( U_FAILURE(status) || today == 0.0 ) {
422 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) );
494 UDate dateToUse = today + (float)dayOffset*dayInterval;
/external/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c55 UDate today, d1; local
61 today = ucal_getNow();
82 fmdt = myFormatit(df, today);
84 log_verbose("today: %s\n", austrdup(fmdt));
94 todayS =myFormatit(df, today);
95 log_verbose("After the pattern is applied\n today: %s\n", austrdup(todayS) );
104 log_verbose("today: %s\n", austrdup(rt) );
H A Dcdattst.c406 UDate today = 0.0; local
417 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
418 today = ucal_getMillis(ucal, &status);
421 if ( U_FAILURE(status) || today == 0.0 ) {
422 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) );
494 UDate dateToUse = today + (float)dayOffset*dayInterval;
1393 static const UChar today_enDefault[] = { 0x74,0x6F,0x64,0x61,0x79,0 }; /* "today" */
1490 UDate yesterday, today = ucal_getNow(); local
1494 int32_t len = udat_format(udfmt, today, ubuf, kUbufMax, NULL, &status);
1497 log_err("FAIL: udat_format today fo
[all...]
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc760 base::Time today = base::Time::Now().LocalMidnight(); local
762 visited_before_today = (first_visit_midnight < today);
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi.cc172 // Get today's date, and format it as YYYYMMDD numeric value.
173 DWORD today = FormatDateOffsetByMonths(0); local
183 value_data > today) {
190 // Set expiration date for offer as six months from today,

Completed in 2445 milliseconds

12