/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/ |
doxia-sink-api-1.0.jar | |
/system/core/debuggerd/ |
Android.mk | 66 LOCAL_CFLAGS += -fstack-protector-all -Werror -Wno-free-nonheap-object -Wno-date-time
|
/toolchain/binutils/binutils-2.25/include/coff/ |
xcoff.h | 545 char date[12]; member in struct:xcoff_ar_hdr 583 char date[12]; member in struct:xcoff_ar_hdr_big
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 21 import java.util.Date; 363 String date = "1970-01-01 22:17:59.0 "; local 364 Timestamp t = Timestamp.valueOf(date); 620 * @tests java.sql.Timestamp#compareTo(java.util.Date) 623 Date theTest = new Timestamp(TIME_EARLY); 624 Date theTest2 = new Timestamp(TIME_LATE); 628 Date theTimestamp2 = new Timestamp(element); 636 Date date = new Date(1000000) [all...] |
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
MonthView.java | 17 package com.android.datetimepicker.date; 42 import com.android.datetimepicker.date.MonthAdapter.CalendarDay; 571 // If the min / max date are set, only process the click if it's a valid selection. 657 * @return The date that has accessibility focus, or {@code null} if no date 677 * Attempts to restore accessibility focus to the specified date. 679 * @param day The date which should receive focus 680 * @return {@code false} if the date is not valid for this month view, or 681 * {@code true} if the date received focus 798 final CharSequence date = DateFormat.format(DATE_FORMAT local [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduComposer.java | 388 * Append date value into mMessage. 392 protected void appendDateValue(long date) { 395 * Date-value = Long-integer 397 appendLongInteger(date); 576 case PduHeaders.DATE: 577 long date = mPduHeader.getLongInteger(field); local 578 if (-1 == date) { 583 appendDateValue(date); 681 // Date Optional 682 appendHeader(PduHeaders.DATE); [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 24 import java.sql.Date; 48 private static Date date; field in class:SelectFunctionalityTest 102 date = new Date(currentTime); 159 date.toString(), result.getDate("fdate").toString()); 193 prepStatement.setDate(9, date); 220 date.toString(), result.getDate("fdate").toString());
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
OCSPResponse.java | 40 import java.util.Date; 312 Date producedAtDate = seq.getGeneralizedTime(); 391 X509Certificate responderCert, Date date, byte[] nonce) 523 if (date == null) { 526 signerCert.checkValidity(date); 596 long now = (date == null) ? System.currentTimeMillis() : date.getTime(); 597 Date nowPlusSkew = new Date(now + MAX_CLOCK_SKEW) [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduComposer.java | 395 * Append date value into mMessage. 399 protected void appendDateValue(final long date) { 402 * Date-value = Long-integer 404 appendLongInteger(date); 584 case PduHeaders.DATE: 585 final long date = mPduHeader.getLongInteger(field); local 586 if (-1 == date) { 591 appendDateValue(date); 690 // Date Optional 691 appendHeader(PduHeaders.DATE); [all...] |
/external/icu/icu4c/source/i18n/ |
timezone.cpp | 11 * Date Name Description 463 // function maps the Date and Time control panel setting to an 672 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, 680 date += rawOffset; // now in local standard millis 683 // When local == TRUE, date might not be in local standard 687 // does not exist. When 'date' is in this time range 697 double day = uprv_floor(date / U_MILLIS_PER_DAY); 698 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); 712 date -= dstOffset; 1198 UDate date = Calendar::getNow(); local [all...] |
/external/v8/test/mjsunit/ |
date.js | 30 // Test date construction from other dates. 31 var date0 = new Date(1111); 32 var date1 = new Date(date0); 35 var date2 = new Date(date0.toString()); 39 var date0 = Date.parse("Dec 25 1995 1:30"); 40 var date1 = Date.parse("Dec 25, 1995 1:30"); 41 var date2 = Date.parse("Dec 25 1995, 1:30"); 42 var date3 = Date.parse("Dec 25, 1995, 1:30"); 49 var dMax = new Date(8.64e15); 55 var dOverflow = new Date(8.64e15+1) [all...] |
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Calendar.java | 15 import java.util.Date; 35 * a <code>Date</code> object and a set of integer fields such as 37 * and so on. (A <code>Date</code> object represents a specific instant in 39 * {@link Date} 40 * for information about the <code>Date</code> class.) 42 * <p>Subclasses of <code>Calendar</code> interpret a <code>Date</code> 51 * time fields have been initialized with the current date and time: 67 * needed to implement the date-time formatting for a particular language and 104 * <p> When computing a <code>Date</code> from time fields, some special 106 * <code>Date</code> (such as only year and month but no day in the month) [all...] |
SimpleTimeZone.java | 10 import java.util.Date; 320 * the exact starting date. Their exact meaning depend on their respective signs, 366 * Sets the DST start rule to a fixed date within a month. 369 * @param dayOfMonth The date in that month (1-based). 386 * Sets the DST start rule to a weekday before or after a give date within 390 * @param dayOfMonth A date within that month (1-based). 440 * Sets the DST end rule to a fixed date within a month. 443 * @param dayOfMonth The date in that month (1-based). 460 * Sets the DST end rule to a weekday before or after a give date within 464 * @param dayOfMonth A date within that month (1-based) [all...] |
VTimeZone.java | 15 import java.util.Date; 84 public void getOffset(long date, boolean local, int[] offsets) { 85 tz.getOffset(date, local, offsets); 95 public void getOffsetFromLocal(long date, 97 tz.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets); 112 public boolean inDaylightTime(Date date) { 113 return tz.inDaylightTime(date); 185 * @return The Date represents the RFC2445 LAST-MODIFIED date 621 String date = st.nextToken(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Calendar.java | 14 import java.util.Date; 34 * a <code>Date</code> object and a set of integer fields such as 36 * and so on. (A <code>Date</code> object represents a specific instant in 38 * {@link Date} 39 * for information about the <code>Date</code> class.) 41 * <p>Subclasses of <code>Calendar</code> interpret a <code>Date</code> 50 * time fields have been initialized with the current date and time: 66 * needed to implement the date-time formatting for a particular language and 103 * <p> When computing a <code>Date</code> from time fields, some special 105 * <code>Date</code> (such as only year and month but no day in the month) [all...] |
SimpleTimeZone.java | 9 import java.util.Date; 332 * the exact starting date. Their exact meaning depend on their respective signs, 378 * Sets the DST start rule to a fixed date within a month. 381 * @param dayOfMonth The date in that month (1-based). 399 * Sets the DST start rule to a weekday before or after a give date within 403 * @param dayOfMonth A date within that month (1-based). 455 * Sets the DST end rule to a fixed date within a month. 458 * @param dayOfMonth The date in that month (1-based). 476 * Sets the DST end rule to a weekday before or after a give date within 480 * @param dayOfMonth A date within that month (1-based) [all...] |
VTimeZone.java | 14 import java.util.Date; 89 public void getOffset(long date, boolean local, int[] offsets) { 90 tz.getOffset(date, local, offsets); 100 public void getOffsetFromLocal(long date, 102 tz.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets); 119 public boolean inDaylightTime(Date date) { 120 return tz.inDaylightTime(date); 200 * @return The Date represents the RFC2445 LAST-MODIFIED date 652 String date = st.nextToken(); local [all...] |
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-more-yui-compressed.min.js | 1 MooTools.More={version:"1.5.0",build:"73db5e24e6e9c5c87b3a27aebef2248053f7db37"};(function(){Events.Pseudos=function(a,j,i){var k="_monitorEvents:";var l=function(e){return{store:e.store?function(g,f){e.store(k+g,f)}:function(g,f){(e._monitorEvents||(e._monitorEvents={}))[g]=f},retrieve:e.retrieve?function(g,f){return e.retrieve(k+g,f)}:function(g,f){if(!e._monitorEvents){return f}return e._monitorEvents[g]||f}}};var b=function(f){if(f.indexOf(":")==-1||!a){return null}var g=Slick.parse(f).expressions[0][0],q=g.pseudos,h=q.length,r=[];while(h--){var s=q[h].key,e=a[s];if(e!=null){r.push({event:g.tag,value:q[h].value,pseudo:s,original:f,listener:e})}}return r.length?r:null};return{addEvent:function(t,g,w){var s=b(t);if(!s){return j.call(this,t,g,w)}var v=l(this),e=v.retrieve(t,[]),x=s[0].event,u=Array.slice(arguments,2),h=g,f=this;s.each(function(o){var n=o.listener,m=h;if(n==false){x+=":"+o.pseudo+"("+o.value+")"}else{h=function(){n.call(f,o,m,arguments,h)}}});e.include({type:x,event:g,monitor:h});v.store(t,e);if(t!=x){j.apply(this,[t,g].concat(u))}return j.apply(this,[x,h].concat(u))},removeEvent:function(e,f){var g=b(e);if(!g){return i.call(this,e,f)}var p=l(this),h=p.retrieve(e);if(!h){return this}var o=Array.slice(arguments,2);i.apply(this,[e,f].concat(o));h.each(function(n,m){if(!f||n.event==f){i.apply(this,[n.type,n.monitor].concat(o))}delete h[m]},this);p.store(e,h);return this}}};var c={once:function(b,a,g,h){a.apply(this,g);this.removeEvent(b.event,h).removeEvent(b.original,a)},throttle:function(b,a,f){if(!a._throttled){a.apply(this,f);a._throttled=setTimeout(function(){a._throttled=false},b.value||250)}},pause:function(b,a,f){clearTimeout(a._pause);a._pause=a.delay(b.value||250,this,f)}};Events.definePseudo=function(b,a){c[b]=a;return this};Events.lookupPseudo=function(a){return c[a]};var d=Events.prototype;Events.implement(Events.Pseudos(c,d.addEvent,d.removeEvent));["Request","Fx"].each(function(a){if(this[a]){this[a].implement(Events.prototype)}})})();Class.refactor=function(c,d){Object.each(d,function(a,b){var f=c.prototype[b];f=(f&&f.$origin)||f||function(){};c.implement(b,(typeof a=="function")?function(){var h=this.previous;this.previous=f;var e=a.apply(this,arguments);this.previous=h;return e}:a)});return c};Class.Mutators.Binds=function(b){if(!this.prototype.initialize){this.implement("initialize",function(){})}return Array.from(b).concat(this.prototype.Binds||[])};Class.Mutators.initialize=function(b){return function(){Array.from(this.Binds).each(function(a){var d=this[a];if(d){this[a]=d.bind(this)}},this);return b.apply(this,arguments)}};Class.Occlude=new Class({occlude:function(f,d){d=document.id(d||this.element);var e=d.retrieve(f||this.property);if(e&&!this.occluded){return(this.occluded=e)}this.occluded=false;d.store(f||this.property,this);return this.occluded}});(function(){var b={wait:function(a){return this.chain(function(){this.callChain.delay(a==null?500:a,this);return this}.bind(this))}};Chain.implement(b);if(this.Fx){Fx.implement(b)}if(this.Element&&Element.implement&&this.Fx){Element.implement({chains:function(a){Array.from(a||["tween","morph","reveal"]).each(function(d){d=this.get(d);if(!d){return}d.setOptions({link:"chain"})},this);return this},pauseFx:function(d,a){this.chains(a).get(a||"tween").wait(d);return this}})}})();(function(b){Array.implement({min:function(){return Math.min.apply(null,this)},max:function(){return Math.max.apply(null,this)},average:function(){return this.length?this.sum()/this.length:0},sum:function(){var a=0,d=this.length;if(d){while(d--){if(this[d]!=null){a+=parseFloat(this[d])}}}return a},unique:function(){return[].combine(this)},shuffle:function(){for(var f=this.length;f&&--f;){var a=this[f],e=Math.floor(Math.random()*(f+1));this[f]=this[e];this[e]=a}return this},reduce:function(g,f){for(var h=0,a=this.length;h<a;h++){if(h in this){f=f===b?this[h]:g.call(null,f,this[h],h,this)}}return f},reduceRight:function(f,e){var a=this.length;while(a--){if(a in this){e=e===b?this[a]:f.call(null,e,this[a],a,this)}}return e},pluck:function(a){return this.map(function(d){return d[a]})}})})();(function(){var c=function(a){return a!=null};var d=Object.prototype.hasOwnProperty;Object.extend({getFromPath:function(b,a){if(typeof a=="string"){a=a.split(".")}for(var g=0,h=a.length;g<h;g++){if(d.call(b,a[g])){b=b[a[g]]}else{return null}}return b},cleanValues:function(f,a){a=a||c;for(var b in f){if(!a(f[b])){delete f[b]}}return f},erase:function(b,a){if(d.call(b,a)){delete b[a]}return b},run:function(b){var f=Array.slice(arguments,1);for(var a in b){if(b[a].apply){b[a].apply(b,f)}}return b}})})();(function(){var f=null,g={},i={};var j=function(a){if(instanceOf(a,h.Set)){return a}else{return g[a]}};var h=this.Locale={define:function(e,a,c,b){var d;if(instanceOf(e,h.Set)){d=e.name;if(d){g[d]=e}}else{d=e;if(!g[d]){g[d]=new h.Set(d)}e=g[d]}if(a){e.define(a,c,b)}if(!f){f=e}return e},use:function(a){a=j(a);if(a){f=a;this.fireEvent("change",a)}return this},getCurrent:function(){return f},get:function(a,b){return(f)?f.get(a,b):""},inherit:function(c,b,a){c=j(c);if(c){c.inherit(b,a)}return this},list:function(){return Object.keys(g)}};Object.append(h,new Events);h.Set=new Class({sets:{},inherits:{locales:[],sets:{}},initialize:function(a){this.name=a||""},define:function(a,c,b){var d=this.sets[a];if(!d){d={}}if(c){if(typeOf(c)=="object"){d=Object.merge(d,c)}else{d[c]=b}}this.sets[a]=d;return this},get:function(a,t,b){var c=Object.getFromPath(this.sets,a);if(c!=null){var l=typeOf(c);if(l=="function"){c=c.apply(null,Array.from(t))}else{if(l=="object"){c=Object.clone(c)}}return c}var u=a.indexOf("."),d=u<0?a:a.substr(0,u),s=(this.inherits.sets[d]||[]).combine(this.inherits.locales).include("en-US");if(!b){b=[]}for(var v=0,w=s.length;v<w;v++){if(b.contains(s[v])){continue}b.include(s[v]);var e=g[s[v]];if(!e){continue}c=e.get(a,t,b);if(c!=null){return c}}return""},inherit:function(b,a){b=Array.from(b);if(a&&!this.inherits.sets[a]){this.inherits.sets[a]=[]}var c=b.length;while(c--){(a?this.inherits.sets[a]:this.inherits.locales).unshift(b[c])}return this}})})();Locale.define("en-US","Date",{months:["January","February","March","April","May","June","July","August","September","October","November","December"],months_abbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],days_abbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dateOrder:["month","date","year"],shortDate:"%m/%d/%Y",shortTime:"%I:%M%p",AM:"AM",PM:"PM",firstDayOfWeek:0,ordinal:function(b){return(b>3&&b<21)?"th":["th","st","nd","rd","th"][Math.min(b%10,4)]},lessThanMinuteAgo:"less than a minute ago",minuteAgo:"about a minute ago",minutesAgo:"{delta} minutes ago",hourAgo:"about an hour ago",hoursAgo:"about {delta} hours ago",dayAgo:"1 day ago",daysAgo:"{delta} days ago",weekAgo:"1 week ago",weeksAgo:"{delta} weeks ago",monthAgo:"1 month ago",monthsAgo:"{delta} months ago",yearAgo:"1 year ago",yearsAgo:"{delta} years ago",lessThanMinuteUntil:"less than a minute from now",minuteUntil:"about a minute from now",minutesUntil:"{delta} minutes from now",hourUntil:"about an hour from now",hoursUntil:"about {delta} hours from now",dayUntil:"1 day from now",daysUntil:"{delta} days from now",weekUntil:"1 week from now",weeksUntil:"{delta} weeks from now",monthUntil:"1 month from now",monthsUntil:"{delta} months from now",yearUntil:"1 year from now",yearsUntil:"{delta} years from now"});(function(){var J=this.Date;var E=J.Methods={ms:"Milliseconds",year:"FullYear",min:"Minutes",mo:"Month",sec:"Seconds",hr:"Hours"};["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds","Time","TimezoneOffset","Week","Timezone","GMTOffset","DayOfYear","LastMonth","LastDayOfMonth","UTCDate","UTCDay","UTCFullYear","AMPM","Ordinal","UTCHours","UTCMilliseconds","UTCMinutes","UTCMonth","UTCSeconds","UTCMilliseconds"].each(function(a){J.Methods[a.toLowerCase()]=a});var u=function(a,b,c){if(b==1){return a}return a<Math.pow(10,b-1)?(c||"0")+u(a,b-1,c):a};J.implement({set:function(a,c){a=a.toLowerCase();var b=E[a]&&"set"+E[a];if(b&&this[b]){this[b](c)}return this}.overloadSetter(),get:function(a){a=a.toLowerCase();var b=E[a]&&"get"+E[a];if(b&&this[b]){return this[b]()}return null}.overloadGetter(),clone:function(){return new J(this.get("time"))},increment:function(c,a){c=c||"day";a=a!=null?a:1;switch(c){case"year":return this.increment("month",a*12);case"month":var b=this.get("date");this.set("date",1).set("mo",this.get("mo")+a);return this.set("date",b.min(this.get("lastdayofmonth")));case"week":return this.increment("day",a*7);case"day":return this.set("date",this.get("date")+a)}if(!J.units[c]){throw new Error(c+" is not a supported interval")}return this.set("time",this.get("time")+a*J.units[c]())},decrement:function(b,a){return this.increment(b,-1*(a!=null?a:1))},isLeapYear:function(){return J.isLeapYear(this.get("year"))},clearTime:function(){return this.set({hr:0,min:0,sec:0,ms:0})},diff:function(a,b){if(typeOf(a)=="string"){a=J.parse(a)}return((a-this)/J.units[b||"day"](3,3)).round()},getLastDayOfMonth:function(){return J.daysInMonth(this.get("mo"),this.get("year"))},getDayOfYear:function(){return(J.UTC(this.get("year"),this.get("mo"),this.get("date")+1)-J.UTC(this.get("year"),0,1))/J.units.day()},setDay:function(b,c){if(c==null){c=J.getMsg("firs (…) [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzregts.cpp | 71 logln(new Date().toString()); 150 dataerrln("Error creating date format %s", u_errorName(status)); 320 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0), 321 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0), 371 int32_t date = testCal->get(UCAL_DATE, status); local 375 --date; 380 ++date; 387 date, 1050 UDate date = 0; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
SimpleDateFormatTest.java | 26 import java.util.Date; 53 assertTrue("Doesn't work", f2.format(new Date()).getClass() == String.class); 63 assertTrue("Doesn't work", f2.format(new Date()).getClass() == String.class); 67 new SimpleDateFormat("this is an invalid simple date format"); 91 assertTrue("Doesn't work", f2.format(new Date()).getClass() == String.class); 114 assertTrue("Doesn't work", f2.format(new Date()).getClass() == String.class); 196 // Date date = clone.get2DigitYearStart(); 197 // date.setTime(0); 198 // assertTrue("Equal after date change: " 508 Date date = f1.get2DigitYearStart(); local 787 Date date = df.parse(input); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
JapaneseTest.java | 12 import java.util.Date; 76 // new JapaneseCalendar(Date) 77 JapaneseCalendar cal = new JapaneseCalendar(new Date()); 79 errln("could not create JapaneseCalendar with Date"); 84 // new JapaneseCalendar(int year, int month, int date) 87 errln("could not create JapaneseCalendar with year,month,date"); 92 // new JapaneseCalendar(int era, int year, int month, int date) 95 errln("could not create JapaneseCalendar with era,year,month,date"); 100 // new JapaneseCalendar(int year, int month, int date, int hour, int minute, int second) 103 errln("could not create JapaneseCalendar with year,month,date,hour,min,second") 352 Date date = jdf.parse(text); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneTest.java | 18 import java.util.Date; 56 // Some test case data is current date/tzdata version sensitive and producing errors 388 logln("Modified PST inDaylightTime->" + zone2.inDaylightTime(new Date())); 459 Date now = new Date(); 470 String displayName1 = dt.format(now); // date value _does_ matter if we fallback to GMT 473 // This could happen when the date used is in DST, 602 " = " + new Date(marchOne)); 604 " = " + new Date(expMarchOne)); 611 " = " + new Date(julyOne)) 1123 long date = cal.getTimeInMillis(); local 2204 long date; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
JapaneseTest.java | 11 import java.util.Date; 72 // new JapaneseCalendar(Date) 73 JapaneseCalendar cal = new JapaneseCalendar(new Date()); 75 errln("could not create JapaneseCalendar with Date"); 80 // new JapaneseCalendar(int year, int month, int date) 83 errln("could not create JapaneseCalendar with year,month,date"); 88 // new JapaneseCalendar(int era, int year, int month, int date) 91 errln("could not create JapaneseCalendar with era,year,month,date"); 96 // new JapaneseCalendar(int year, int month, int date, int hour, int minute, int second) 99 errln("could not create JapaneseCalendar with year,month,date,hour,min,second") 348 Date date = jdf.parse(text); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneTest.java | 17 import java.util.Date; 52 // Some test case data is current date/tzdata version sensitive and producing errors 384 logln("Modified PST inDaylightTime->" + zone2.inDaylightTime(new Date())); 455 Date now = new Date(); 466 String displayName1 = dt.format(now); // date value _does_ matter if we fallback to GMT 469 // This could happen when the date used is in DST, 598 " = " + new Date(marchOne)); 600 " = " + new Date(expMarchOne)); 607 " = " + new Date(julyOne)) 1119 long date = cal.getTimeInMillis(); local 2200 long date; local [all...] |