HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 926 - 950 of 1610) sorted by null

<<31323334353637383940>>

  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 1076 TimeZoneNamesImpl::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const {
1077 return TimeZoneNamesImpl::_getMetaZoneID(tzID, date, mzID);
1082 TimeZoneNamesImpl::_getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) {
1083 ZoneMeta::getMetazoneID(tzID, date, mzID);
    [all...]
fmtable.cpp 11 * Date Name Description
117 // Creates a formattable object with a Date instance.
119 Formattable::Formattable(UDate date, ISDATE /*isDate*/)
123 fValue.fDate = date;
249 // Sets the Date value.
560 // Sets the value to a Date instance d.
854 // Date instance.
ucurr.cpp     [all...]
vtzone.cpp 153 static UnicodeString& appendMillis(UDate date, UnicodeString& str) {
159 if (date < MIN_MILLIS) {
161 } else if (date > MAX_MILLIS) {
164 number = (int64_t)date;
187 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME
213 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIM
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1080 class date(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1080 class date(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 875 var date = new Date();
876 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
877 expiration = date.toGMTString();
1046 var date = new Date();
1047 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years
1048 writeCookie("nav", nav_pref, "reference", date.toGMTString())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/eigen/lapack/
clarf.f 124 *> \date November 2011
clarfg.f 102 *> \date November 2011
dlarf.f 120 *> \date November 2011
dlarfg.f 102 *> \date November 2011
slarf.f 120 *> \date November 2011
zlarf.f 124 *> \date November 2011
zlarfg.f 102 *> \date November 2011
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 11 import java.util.Date;
24 * object has a <code>time</code> property that determines the date
164 // cal.set(cal.DATE, 1);
171 // cal.set(cal.DATE, 1);
172 // cal.add(cal.DATE, -1);
199 * the current date and time.
208 * the specified date and time.
211 public CalendarAstronomer(Date d) {
220 * @see java.util.Date#getTime()
230 * date and time
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java 30 import java.util.Date;
48 * CalendarCalc demonstrates how Date/Time formatter works.
230 Label dateLabel=new Label("Date Fields");
339 * string in one of the formatted date fields
353 Date date = calendars[index].format.parse(rightString, status); local
354 time = date.getTime();
383 out = calendars[i].format.format(new Date(time));
426 c.setTime(new Date(time));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 10 import java.util.Date;
23 * object has a <code>time</code> property that determines the date
162 // cal.set(cal.DATE, 1);
169 // cal.set(cal.DATE, 1);
170 // cal.add(cal.DATE, -1);
197 * the current date and time.
206 * the specified date and time.
209 public CalendarAstronomer(Date d) {
218 * @see java.util.Date#getTime()
228 * date and time
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 12 # date - 32 bit value in big endian order - seconds since
111 ATTRIBUTE Expiration 21 date

Completed in 1816 milliseconds

<<31323334353637383940>>