HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 301 - 325 of 579) sorted by null

<<11121314151617181920>>

  /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()