/external/openssh/ |
D | auth-shadow.c | 58 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/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
D | file_table.js | 621 var today = new Date(); 622 today.setHours(0); 623 today.setMinutes(0); 624 today.setSeconds(0); 625 today.setMilliseconds(0); 632 if (modTime >= today && 633 modTime < today.getTime() + MILLISECONDS_IN_DAY) { 635 } else if (modTime >= today - MILLISECONDS_IN_DAY && modTime < today) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
D | hello-world.cs | 2 How are you today?
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | ObjectStreamFieldTest.java | 216 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/ |
D | TODO | 18 - DH Group Exchange possibly, or just add group14 (whatever it's called today)
|
/external/skia/tools/copyright/ |
D | fileparser.py | 61 DEFAULT_YEAR = datetime.date.today().year
|
/external/icu4c/test/cintltst/ |
D | cdtrgtst.c | 55 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()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cdtrgtst.c | 55 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()
|
D | cdattst.c | 398 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/chromium_org/third_party/sqlite/src/tool/ |
D | mksqlite3internalh.tcl | 44 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/ |
D | calendarPicker.css | 83 .day-cell.highlighted.today, 84 .day-cell.today { 195 .today-button::after {
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | mkfts3amal.tcl | 25 set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | mkfts2amal.tcl | 25 set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]
|
/external/icu4c/test/intltest/ |
D | dtfmrgts.cpp | 71 UDate today = Calendar::getNow(); in Test4029195() local 72 logln((UnicodeString) "today: " + today); in Test4029195() 88 fmtd = sdf->format(today, fmtd, pos); in Test4029195() 93 todayS = sdf->format(today, todayS, pos); in Test4029195() 96 today = sdf->parse(todayS, status); in Test4029195() 98 logln((UnicodeString)"today date: " + today); in Test4029195()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | dtfmrgts.cpp | 69 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()
|
D | dtfmttst.cpp | 126 UDate today = Calendar::getNow(); in TestWallyWedel() local 134 cal->setTime(today, status); in TestWallyWedel() 159 sdf->format(today,fmtOffset, pos); in TestWallyWedel() 713 UDate today = Calendar::getNow(); in TestDayOfYearPattern195() local 714 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); in TestDayOfYearPattern195() 716 logln((UnicodeString)"Test Date: " + dateToString(today)); in TestDayOfYearPattern195() 722 tryPattern(*sdf, today, 0, expected); in TestDayOfYearPattern195() 723 tryPattern(*sdf, today, "G yyyy DDD", expected); in TestDayOfYearPattern195()
|
/external/chromium/chrome/browser/ |
D | page_info_model.cc | 308 base::Time today = base::Time::Now().LocalMidnight(); in OnGotVisitCountToHost() local 310 visited_before_today = (first_visit_midnight < today); in OnGotVisitCountToHost()
|
/external/libgsm/ |
D | NOTICE | 21 intentions completely clear given today's refined usage of the legal
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 7 didn't get time to raise it today, but it comes up with the SPARC
|
/external/bison/ |
D | ABOUT-NLS | 261 gpe-today | [] | 445 gpe-today | [] [] [] [] [] | 629 gpe-today | [] [] [] [] [] [] | 813 gpe-today | [] [] [] [] | 997 gpe-today | [] [] [] [] [] [] [] [] | 1181 gpe-today | [] [] [] [] [] [] | 30
|
/external/chromium_org/chrome/browser/resources/history/ |
D | history.css | 103 html[dir='rtl'] #range-today, 118 #range-today { 122 #range-today,
|
/external/chromium_org/chrome/installer/gcapi/ |
D | gcapi.cc | 173 DWORD today = FormatDateOffsetByMonths(0); in CanReOfferChrome() local 183 value_data > today) { in CanReOfferChrome()
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | format.txt | 72 "RELATIVE_MILLIS=0", // today 90 "RELATIVE_MILLIS=0", // today
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | ABOUT-NLS | 256 gpe-today | [] [] | 425 gpe-today | [] [] [] [] | 594 gpe-today | [] [] | 763 gpe-today | [] [] [] [] [] [] [] [] | 932 gpe-today | [] [] [] [] [] | 21
|
/external/elfutils/ |
D | ABOUT-NLS | 259 gpe-today | [] [] | 435 gpe-today | [] [] [] [] | 611 gpe-today | [] [] | 787 gpe-today | [] [] [] [] [] [] [] [] | 963 gpe-today | [] [] [] [] [] | 21
|