Home
last modified time | relevance | path

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

123

/external/openssh/
Dauth-shadow.c58 time_t today; in auth_shadow_acctexpired() local
62 today = time(NULL) / DAY; in auth_shadow_acctexpired()
63 daysleft = spw->sp_expire - today; in auth_shadow_acctexpired()
64 debug3("%s: today %d sp_expire %d days left %d", __func__, (int)today, in auth_shadow_acctexpired()
93 time_t today; in auth_shadow_pwexpired() local
101 today = time(NULL) / DAY; in auth_shadow_pwexpired()
102 debug3("%s: today %d sp_lstchg %d sp_max %d", __func__, (int)today, in auth_shadow_pwexpired()
121 daysleft = spw->sp_lstchg + spw->sp_max - today; in auth_shadow_pwexpired()
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
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.getYear()<2000)tyr=today.getYear()+1900;
125 else tyr=today.getYear();
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Dhello-world.cs2 How are you today?
/external/webkit/Tools/Scripts/
Droll-over-ChangeLogs34 date_suffix = Date.today.strftime("-%Y-%m-%d")
Dvalidate-committer-lists214 committer_cuttof = date.today() - timedelta(days=365)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectStreamFieldTest.java216 assertEquals(SerializableObject2.today, getField.get("d", null)); in test_isUnshared()
329 public static Date today = new Date(1172632429156l); field in SerializableObject2
338 putField.put("d", today); in writeObject()
/external/dropbear/
DTODO18 - DH Group Exchange possibly, or just add group14 (whatever it's called today)
/external/icu4c/test/cintltst/
Dcdtrgtst.c55 UDate today, d1; in Test4029195() local
61 today = ucal_getNow(); in Test4029195()
82 fmdt = myFormatit(df, today); in Test4029195()
94 todayS =myFormatit(df, today); in Test4029195()
Dcdattst.c398 UDate today = 0.0; in TestRelativeDateFormat() local
410 today = ucal_getMillis(ucal, &status); in TestRelativeDateFormat()
413 if ( U_FAILURE(status) || today == 0.0 ) { in TestRelativeDateFormat()
486 UDate dateToUse = today + (float)dayOffset*dayInterval; in TestRelativeDateFormat()
/external/icu4c/test/intltest/
Ddtfmrgts.cpp69 UDate today = Calendar::getNow(); in Test4029195() local
70 logln((UnicodeString) "today: " + today); in Test4029195()
86 fmtd = sdf->format(today, fmtd, pos); in Test4029195()
91 todayS = sdf->format(today, todayS, pos); in Test4029195()
94 today = sdf->parse(todayS, status); in Test4029195()
96 logln((UnicodeString)"today date: " + today); in Test4029195()
Ddtfmttst.cpp135 UDate today = Calendar::getNow(); in TestWallyWedel() local
143 cal->setTime(today, status); in TestWallyWedel()
168 sdf->format(today,fmtOffset, pos); in TestWallyWedel()
722 UDate today = Calendar::getNow(); in TestDayOfYearPattern195() local
723 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); in TestDayOfYearPattern195()
725 logln((UnicodeString)"Test Date: " + dateToString(today)); in TestDayOfYearPattern195()
731 tryPattern(*sdf, today, 0, expected); in TestDayOfYearPattern195()
732 tryPattern(*sdf, today, "G yyyy DDD", expected); in TestDayOfYearPattern195()
/external/webkit/Tools/wx/packaging/
Dbuild-win-installer.py68 date = str(datetime.date.today())
Dbuild-mac-installer.py52 date = str(datetime.date.today())
/external/chromium/chrome/browser/
Dpage_info_model.cc308 base::Time today = base::Time::Now().LocalMidnight(); in OnGotVisitCountToHost() local
310 visited_before_today = (first_visit_midnight < today); in OnGotVisitCountToHost()
/external/libgsm/
DNOTICE21 intentions completely clear given today's refined usage of the legal
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt7 didn't get time to raise it today, but it comes up with the SPARC
/external/bison/
DABOUT-NLS225 gpe-today | [] |
328 gpe-today | [] [] |
431 gpe-today | [] [] |
534 gpe-today | [] | 6
DTHANKS2 it is today without the invaluable help of these people:
/external/icu4c/test/testdata/
Dformat.txt72 "RELATIVE_MILLIS=0", // today
90 "RELATIVE_MILLIS=0", // today
/external/elfutils/
DABOUT-NLS259 gpe-today | [] [] |
435 gpe-today | [] [] [] [] |
611 gpe-today | [] [] |
787 gpe-today | [] [] [] [] [] [] [] [] |
963 gpe-today | [] [] [] [] [] | 21
/external/webkit/Source/WebCore/loader/mac/
DResourceLoaderMac.mm73 // However, with today's computers and networking speeds, this won't happen in practice.
/external/qemu/distrib/sdl-1.2.15/
DREADME.Qtopia53 not always be desirable but such is the code today.
DSDL.qpg.in6 <QPG:Release date="today" number="+"/>
/external/ipsec-tools/src/racoon/doc/
DFAQ12 if we can interoperate with them today (we hope them to interoperate,
/external/aac/
DNOTICE11 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual

123