/external/libvncserver/x11vnc/ |
D | help.c | 5818 "X11 displays. %s\n\nx11vnc options:\n", lastmod); in print_help() 5840 fprintf(stderr, help, lastmod, in print_help() 6437 fprintf(stderr, top, lastmod); in print_license()
|
D | x11vnc_defs.c | 50 char lastmod[] = "0.9.13 lastmod: 2010-12-27"; variable
|
D | x11vnc.h | 468 extern char lastmod[];
|
D | ChangeLog | 1062 * help to stdout for easy paging, add lastmod to help and -version. 1137 * cleanup: lastmod, remove tile_shm and update_client_pointer,
|
D | x11vnc.c | 3163 fprintf(stdout, "x11vnc: %s\n", lastmod); in main() 4947 rfbLog("x11vnc version: %s pid: %d\n", lastmod, getpid()); in main()
|
D | remote.c | 6048 snprintf(buf, bufn, "aro=%s:%s", p, NONUL(lastmod)); in process_remote_cmd()
|
D | README | 12362 x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-27 12494 x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-27 18088 lastmod bg sigpipe threads readrate netrate netlatency
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 620 Date lastmod = new Date(getUTCMillis(2007, Calendar.JUNE, 1)); in TestVTimeZoneHeaderProps() local 624 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps() 646 if (!(lastmod.equals(newvtz1.getLastModified()))) { in TestVTimeZoneHeaderProps() 648 + lastmod.getTime() + "/After:" + newvtz1.getLastModified().getTime()); in TestVTimeZoneHeaderProps() 677 if (!(lastmod.equals(newvtz2.getLastModified()))) { in TestVTimeZoneHeaderProps() 679 + lastmod.getTime() + "/After:" + newvtz2.getLastModified().getTime()); in TestVTimeZoneHeaderProps() 1181 Date lastmod = vtz.getLastModified(); in TestVTimeZoneCoverage() local 1182 if (lastmod != null) { in TestVTimeZoneCoverage() 1187 lastmod = vtz.getLastModified(); in TestVTimeZoneCoverage() 1188 if (!newdate.equals(lastmod)) { in TestVTimeZoneCoverage()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 958 lastmod(MAX_MILLIS) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 963 tzurl(source.tzurl), lastmod(source.lastmod), in VTimeZone() 1032 lastmod = right.lastmod; in operator =() 1050 && lastmod == vtz->lastmod in operator ==() 1145 if (lastmod != MAX_MILLIS) { in getLastModified() 1146 lastModified = lastmod; in getLastModified() 1154 lastmod = lastModified; in setLastModified() 1421 lastmod = parseDateTimeString(value, 0, status); in parse() 1740 writer.write(getUTCDateTimeString(lastmod, utcString)); in write() 2204 if (lastmod != MAX_MILLIS) { in writeHeaders() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 205 return lastmod; in getLastModified() 219 lastmod = date; in setLastModified() 242 if (lastmod != null) { in write() 245 bw.write(getUTCDateTimeString(lastmod.getTime())); in write() 395 private Date lastmod = null; field in VTimeZone 602 lastmod = new Date(parseDateTimeString(value, 0)); in parse() 1895 if (lastmod != null) { in writeHeader() 1898 writer.write(getUTCDateTimeString(lastmod.getTime())); in writeHeader()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 1043 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1); in TestVTimeZoneHeaderProps() local 1046 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps() 1067 if (lastmod != lmod) { in TestVTimeZoneHeaderProps() 1091 if (lastmod != lmod) { in TestVTimeZoneHeaderProps() 1717 UDate lastmod; in TestVTimeZoneCoverage() local 1718 if (vtz->getLastModified(lastmod)) { in TestVTimeZoneCoverage() 1722 if (!vtz->getLastModified(lastmod) || lastmod != t) { in TestVTimeZoneCoverage()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | vtzone.h | 418 UDate lastmod; variable
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
D | test_fileapp.py | 115 lastmod = res.header('last-modified')
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …leteconfirm,body.page-Main_Page #t-cite,body.page-Main_Page #footer-info-lastmod,body.action-view.…
|
D | wikipedia.css | 3756 body.page-Main_Page #footer-info-lastmod,
|
/external/libvncserver/ |
D | ChangeLog | 4643 version string? ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 6083 …* x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: ignore keysyms >4 for a keycode, add lastmod to -hel…
|