/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 12 var date = new Date(); 13 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years 14 var expiration = date.toGMTString(); 64 var date = new Date(); 65 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years 66 var expiration = date.toGMTString() [all...] |
/external/icu4c/samples/ |
Makefile | 22 SUBDIRS = date cal
|
Makefile.in | 22 SUBDIRS = date cal
|
/external/iptables/extensions/ |
libxt_time.c | 83 /* ...and have no date-begin or date-end boundary */ 157 xtables_error(PARAMETER_PROBLEM, "Invalid date \"%s\" specified. Should " 298 static void time_print_date(time_t date, const char *command) 303 if (date == 0 || date == LONG_MAX) 306 t = gmtime(&date); 401 printf(" until date");
|
/external/llvm/docs/CommandGuide/ |
Makefile | 12 # up to date automatically as the documents are checked in. It must build 30 date > $@
|
/external/llvm/utils/ |
NewNightlyTest.pl | 123 # Calculate the date prefix... 128 my $DATE = strftime("%Y-%m-%d_%H-%M-%S", localtime()); 283 my $Prefix = "$WebDir/$DATE"; 304 my @Result = reverse sort grep !/$DATE/, grep /[-0-9]+$Suffix/, readdir DH; 656 $starttime = `date "+20%y-%m-%d %H:%M:%S"`; 685 $endtime = `date "+20%y-%m-%d %H:%M:%S"`; 703 "date: ".`date \"+20%y-%m-%d\"`. 704 "time: ".`date +\"%H:%M:%S\"`; 710 "date: ".`date \"+20%y-%m-%d\"` [all...] |
/external/tcpdump/ |
makemib | 49 * This file was generated by tcpdump/makemib on `date`
|
/external/webkit/Source/WebCore/platform/network/ |
ResourceResponseBase.h | 102 double date() const;
|
/external/webkit/Tools/QueueStatusServer/model/ |
activeworkitems.py | 41 date = db.DateTimeProperty(auto_now_add=True) variable in class:ActiveWorkItems 43 # The id/date pairs should probably just be their own class.
|
/external/webkit/Tools/Scripts/ |
update-webkit-dependency | 39 use HTTP::Date qw(str2time); 74 print "Checking Last-Modified date of $zipFile...\n"; 79 print STDERR "Couldn't check Last-Modified date of new $zipFile.\n"; 83 print STDERR "Unable to check Last-Modified date and no version of $file to fall back to.\n"; 99 print "Current $file is up to date\n";
|
/external/webkit/Tools/TestResultServer/model/ |
datastorefile.py | 64 date = db.DateTimeProperty(auto_now_add=True) variable in class:DataStoreFile
|
testfile.py | 76 files = query.order("-date").fetch(limit) 120 self.date = datetime.now()
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
EmailSyncAdapterTests.java | 88 String date = adapter.formatDateTime(calendar); local 89 assertEquals("2008-12-11T18:19:20.000Z", date); 92 date = adapter.formatDateTime(calendar); 93 assertEquals("2012-01-02T23:00:01.000Z", date);
|
/external/icu4c/i18n/ |
calendar.cpp | 11 * Date Name Description 213 //TODO: ULOC_FULL_NAME is out of date and too small.. 609 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 631 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 1009 * @param date the new time in UTC milliseconds from the epoch. 2750 int32_t date = 1 - first + dowLocal; local [all...] |
/cts/tools/host/src/com/android/cts/ |
HostUtils.java | 38 import java.util.Date; 256 * @param separator The separator between the date information and time information. 257 * @param dateSeparator The date separator separating the date information nibbles. 267 int date = cal.get(Calendar.DATE); local 287 fmt.format(formatStr, year, month, date, hour, min, sec); 314 public static Date dateFromString(String s) throws ParseException { 318 public static String dateToString(Date d) {
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DateTest.java | 20 import java.sql.Date; 27 * JUnit Testcase for the java.sql.Date class 56 // Date strings 72 // Date string array for London (GMT) 76 // Date string array for New York - sometimes a day earlier than London 80 // Date string for Tokyo 97 * Helper method to create a long milliseconds time from a supplied date and 100 static private long getTime(int year, int month, int date, int hour, 102 aCal.set(year, month, date, hour, minute, second); 107 * Test of the Date(int, int, int) constructor - now deprecated but stil [all...] |
/external/bison/build-aux/ |
mdate-sh | 54 # Prevent date giving response in another language. 84 # To find the date, we split the line on spaces and iterate on words 89 # words should be skipped to get the date. 167 *:*) set `date`; eval year=\$$#
|
/external/grub/docs/ |
help2man | 160 # Turn off localisation of date (for strftime). 169 my $date = strftime "%B %Y", localtime; 473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
|
mdate-sh | 53 # Prevent date giving response in another language. 75 # To find the date, we split the line on spaces and iterate on words 80 # words should be skipped to get the date. 136 *:*) set `date`; eval year=\$$#
|
/external/icu4c/i18n/unicode/ |
vtzone.h | 134 * @param lastModified Receives the last modified date. 142 * @param lastModified The LAST-MODIFIED date. 158 * @param start The start date. 166 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date. 172 * around the specified date. 173 * @param time The date used for rule extraction. 191 * account) as of a particular reference date. The reference date is used to determine 194 * at this particular date and time?). For the time zones produced by createTimeZone(), 195 * the reference data is specified according to the Gregorian calendar, and the date [all...] |
/external/libffi/ |
mdate-sh | 54 # Prevent date giving response in another language. 84 # To find the date, we split the line on spaces and iterate on words 89 # words should be skipped to get the date. 167 *:*) set `date`; eval year=\$$#
|
/external/v8/test/mjsunit/ |
date-parse.js | 35 var d = Date.parse(string); 43 var d = Date.parse("parse-local-time:" + string); 53 var d = Date.parse(string); 71 // Ignore prefix that is not part of a date. 235 // Test different version of the ES5 date time string format. 271 // ES5 date time string format compliance. 274 assertTrue(isNaN(Date.parse(s)), s + " is not NaN."); 278 // Test that we can parse our own date format. 282 var s = (new Date(ms)).toString(); 283 assertEquals(ms, Date.parse(s), "parse own: " + s) [all...] |
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundlePageLoaderClient.cpp | 195 void InjectedBundlePageLoaderClient::willPerformClientRedirectForFrame(WebPage* page, WebFrame* frame, const String& url, double delay, double date) 200 m_client.willPerformClientRedirectForFrame(toAPI(page), toAPI(frame), toURLRef(url.impl()), delay, date, m_client.clientInfo);
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
InjectedBundlePage.h | 61 static void willPerformClientRedirectForFrame(WKBundlePageRef, WKBundleFrameRef, WKURLRef url, double delay, double date, const void*); 82 void willPerformClientRedirectForFrame(WKBundleFrameRef, WKURLRef url, double delay, double date);
|
/frameworks/base/media/libdrm/mobile1/src/jni/ |
drm1_jni.c | 344 * Compute the milliseconds by the specified <code>date</code> 347 * @param date - the specified date, 348 * <code>date = year * 10000 + month * 100 + day</code> 354 static int64_t computeTime(int32_t date, int32_t time) 358 year = date / 10000; 359 month = (date / 100) % 100; 360 day = date % 100; 382 * Compute the milliseconds by the specified <code>date</code> 390 * @param date - the specified date [all...] |