/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.h | 73 jobject date, 92 jobject date, 113 jobject date); 131 jobject date,
|
/external/chromium_org/net/ftp/ |
ftp_util.h | 35 // Converts a "ls -l" date listing to time. The listing comes in three 45 // Converts a Windows date listing to time. Returns true on success. 46 static bool WindowsDateListingToTime(const base::string16& date,
|
/external/chromium_org/third_party/icu/source/i18n/ |
cecal.h | 78 * (Overrides Calendar) Return true if the current date for this Calendar is in 82 * @return True if the current date for this Calendar is in Daylight Savings Time, 98 * return the date offset from Julian 113 static int32_t ceToJD(int32_t year, int32_t month, int32_t date, 123 * @param date receives the day
|
olsontz.h | 178 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 184 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 213 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const; 285 void getHistoricalOffset(UDate date, UBool local, 355 * A SimpleTimeZone that governs the behavior for date >= finalMillis. 360 * For date >= finalMillis, the finalZone will be used.
|
zonemeta.h | 52 static UnicodeString& U_EXPORT2 getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
gregocal.h | 10 * Date Name Description 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 94 * // and the current date and time 103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl; 125 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl; 231 * Constructs a GregorianCalendar with the given AD date set in the default time 237 * @param date The value used to set the DATE time field in the calendar [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzbdtest.cpp | 92 logln("Date Before: " + showDate(min)); 93 logln("Date After: " + showDate(max)); 159 return showDate(new Date(l)); 324 UDate d = date(97, UCAL_APRIL, 6); 341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG); 343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END); 351 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), TRUE, 859653000000.0, z); 353 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), FALSE, 877797000000.0, z); 361 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), FALSE, PST_1997_BEG); 363 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END) [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
font_output_stream.h | 40 // LONGDATETIME Date represented in number of seconds since 12:00 midnight, 64 virtual void WriteDateTime(int64_t date);
|
/external/chromium_org/v8/test/webkit/ |
date-parse-comments-test.js | 25 "test of JavaScript date parsing (comments in parentheses)" 28 function testDateParse(date, numericResult) 31 shouldBeNaN('Date.parse("' + date + '")'); 32 shouldBeNaN('Date.parse("' + date.toUpperCase() + '")'); 33 shouldBeNaN('Date.parse("' + date.toLowerCase() + '")'); 35 shouldBeTrue('Date.parse("' + date + '") == ' + numericResult) [all...] |
/external/emma/lib/internal/ |
stamptool.jar | |
/external/icu4c/i18n/ |
cecal.h | 78 * (Overrides Calendar) Return true if the current date for this Calendar is in 82 * @return True if the current date for this Calendar is in Daylight Savings Time, 98 * return the date offset from Julian 113 static int32_t ceToJD(int32_t year, int32_t month, int32_t date, 123 * @param date receives the day
|
olsontz.h | 181 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 187 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 216 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const; 293 void getHistoricalOffset(UDate date, UBool local, 363 * A SimpleTimeZone that governs the behavior for date >= finalMillis. 368 * For date >= finalMillis, the finalZone will be used.
|
tzgnames.h | 51 UDate date, UnicodeString& name) const;
|
/external/icu4c/i18n/unicode/ |
gregocal.h | 10 * Date Name Description 18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 94 * // and the current date and time 103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl; 125 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl; 231 * Constructs a GregorianCalendar with the given AD date set in the default time 237 * @param date The value used to set the DATE time field in the calendar [all...] |
/external/icu4c/samples/date/ |
Makefile.in | 1 ## Makefile.in for ICU - samples/date 15 subdir = samples/date 26 OBJECTS = uprint.o date.o
|
/external/icu4c/test/intltest/ |
tzbdtest.cpp | 92 logln("Date Before: " + showDate(min)); 93 logln("Date After: " + showDate(max)); 159 return showDate(new Date(l)); 324 UDate d = date(97, UCAL_APRIL, 6); 341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG); 343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END); 351 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), TRUE, 859653000000.0, z); 353 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), FALSE, 877797000000.0, z); 361 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), FALSE, PST_1997_BEG); 363 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END) [all...] |
/external/iproute2/ |
Makefile | 68 echo "static const char SNAPSHOT[] = \""`date +%y%m%d`"\";" \
|
/external/sfntly/cpp/src/sfntly/data/ |
font_output_stream.h | 40 // LONGDATETIME Date represented in number of seconds since 12:00 midnight, 64 virtual void WriteDateTime(int64_t date);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPDateTimeImpl.java | 13 import java.util.Date; 68 // extract the date and timezone from the calendar provided 69 Date date = calendar.getTime(); local 72 // put that date into a calendar the pretty much represents ISO8601 76 intCalendar.setGregorianChange(new Date(Long.MIN_VALUE)); 78 intCalendar.setTime(date); 93 * a <code>Date</code> and a <code>TimeZone</code>. 95 * @param date a date describing an absolute point in tim [all...] |
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
AccessibleDateAnimator.java | 17 package com.android.datetimepicker.date; 37 * Announce the currently-selected date when launched. 42 // Clear the event's current text so that only the current date will be spoken.
|
/packages/apps/Camera/src/com/android/camera/ |
Storage.java | 80 long date, Location location, int orientation, byte[] jpeg, 85 return addImage(resolver, title, date, location, orientation, 91 long date, Location location, int orientation, int jpegLength, 97 values.put(ImageColumns.DATE_TAKEN, date);
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactPhotoUtils.java | 40 import java.util.Date; 78 final Date date = new Date(System.currentTimeMillis()); local 80 return "ContactPhoto-" + dateFormat.format(date) + ".jpg"; 84 final Date date = new Date(System.currentTimeMillis()); local 86 return "ContactPhoto-" + dateFormat.format(date) + "-cropped.jpg";
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 33 String date; field in class:BuildResults 95 * Compare build results using the date of the build. 151 * Returns the date of the build which is a part of its name. 153 * @return The date of the build as yyyyMMddHHmm 156 if (this.date == null) { 159 this.date = this.name.substring(length-12, length); 164 this.date = this.name.substring(1, 9)+this.name.substring(10, 14); 166 this.date = this.name.substring(1); 169 int length = this.name.length() - 12 /* length of date */; 174 this.date = substring; // if no exception is raised then the substring has a correct date format => store i [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Time.java | 5 import java.util.Date; 41 * creates a time object from a given date - if the date is between 1950 46 Date date) 53 String d = dateF.format(date) + "Z"; 97 public Date getDate() 112 throw new IllegalStateException("invalid date string: " + e.getMessage());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Time.java | 5 import java.util.Date; 41 * creates a time object from a given date - if the date is between 1950 46 Date date) 53 String d = dateF.format(date) + "Z"; 97 public Date getDate() 112 throw new IllegalStateException("invalid date string: " + e.getMessage());
|