Searched refs:today (Results 1 - 25 of 39) 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.js546 var today = new Date();
547 today.setHours(0);
548 today.setMinutes(0);
549 today.setSeconds(0);
550 today.setMilliseconds(0);
560 } else if (modTime >= today &&
561 modTime < today.getTime() + MILLISECONDS_IN_DAY) {
563 } else if (modTime >= today - MILLISECONDS_IN_DAY && modTime < today) {
/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/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.cpp69 UDate today = Calendar::getNow(); local
70 logln((UnicodeString) "today: " + today);
86 fmtd = sdf->format(today, fmtd, pos);
87 logln("today: " + fmtd);
91 todayS = sdf->format(today, todayS, pos);
92 logln("today: " + todayS);
94 today = sdf->parse(todayS, status);
96 logln((UnicodeString)"today date: " + today);
[all...]
H A Ddtfmttst.cpp126 UDate today = Calendar::getNow(); local
134 cal->setTime(today, status);
159 sdf->format(today,fmtOffset, pos);
713 UDate today = Calendar::getNow(); local
714 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec);
716 logln((UnicodeString)"Test Date: " + dateToString(today));
722 tryPattern(*sdf, today, 0, expected);
723 tryPattern(*sdf, today, "G yyyy DDD", expected);
/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.c398 UDate today = 0.0; local
409 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
410 today = ucal_getMillis(ucal, &status);
413 if ( U_FAILURE(status) || today == 0.0 ) {
414 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) );
486 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.cc680 base::Time today = base::Time::Now().LocalMidnight(); local
682 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,
/external/chromium_org/tools/json_schema_compiler/
H A Dppapi_generator.py83 'year': datetime.date.today().year,

Completed in 664 milliseconds

12