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

/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Dhello-world.cs2 How are you today?
/external/openssh/
H A Dauth-shadow.c58 time_t today; local
62 today = time(NULL) / DAY;
63 daysleft = spw->sp_expire - today;
64 debug3("%s: today %d sp_expire %d days left %d", __func__, (int)today,
93 time_t today; local
101 today = time(NULL) / DAY;
102 debug3("%s: today %d sp_lstchg %d sp_max %d", __func__, (int)today,
121 daysleft = spw->sp_lstchg + spw->sp_max - today;
[all...]
/external/webkit/Tools/Scripts/
H A Droll-over-ChangeLogs34 date_suffix = Date.today.strftime("-%Y-%m-%d")
H A Dvalidate-committer-lists214 committer_cuttof = date.today() - timedelta(days=365)
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js88 today=new Date();
89 tdy=today.getDate();
90 tmn=today.getMonth()+1;
91 if(today.getYear()<2000)tyr=today.getYear()+1900;
92 else tyr=today.getYear();
121 today=new Date();
122 tdy=today.getDate();
123 tmn=today.getMonth()+1;
124 if(today
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamFieldTest.java216 assertEquals(SerializableObject2.today, getField.get("d", null));
329 public static Date today = new Date(1172632429156l); field in class:SerializableObject2
338 putField.put("d", today);
/external/webkit/Tools/wx/packaging/
H A Dbuild-win-installer.py68 date = str(datetime.date.today())
H A Dbuild-mac-installer.py52 date = str(datetime.date.today())
/external/chromium/chrome/browser/
H A Dpage_info_model.cc308 base::Time today = base::Time::Now().LocalMidnight();
310 visited_before_today = (first_visit_midnight < today);
/external/icu4c/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.cpp135 UDate today = Calendar::getNow(); local
143 cal->setTime(today, status);
168 sdf->format(today,fmtOffset, pos);
722 UDate today = Calendar::getNow(); local
723 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec);
725 logln((UnicodeString)"Test Date: " + dateToString(today));
731 tryPattern(*sdf, today, 0, expected);
732 tryPattern(*sdf, today, "G yyyy DDD", expected);
/external/icu4c/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/libvorbis/doc/
H A D02-bitpacking.tex32 The most ubiquitous architectures today consider a 'byte' to be an
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py467 # svn-apply will update ChangeLog entries with today's date.
468 return changelog_entry.replace('DATE_HERE', date.today().isoformat())
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex27 \date{\today}
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex601 \def\today{\number\day\space
608 %\def\today{\ifcase\month\or
/external/grub/docs/
H A Dtexinfo.tex2278 \ifx\today\undefined
2279 \def\today{%
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2969 milliseconds