Searched refs:date (Results 226 - 250 of 586) sorted by relevance

1234567891011>>

/external/jsilver/src/org/clearsilver/
H A DDelegatedHdf.java123 String hdfname, TimeZone timeZone, Date date) {
124 getHdf().exportDate(hdfname, timeZone, date);
122 exportDate( String hdfname, TimeZone timeZone, Date date) argument
/external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/
H A DIsoDate.java36 public static String dateToString(Date date, int type) { argument
40 c.setTime(date);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.h68 virtual void SetCreated(int64_t date);
70 virtual void SetModified(int64_t date);
113 // Get the created date. Number of seconds since 12:00 midnight, January 1,
116 // Get the modified date. Number of seconds since 12:00 midnight, January 1,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V3CertificateGenerator.java110 Date date)
112 tbsGen.setStartDate(new Time(date));
116 Date date)
118 tbsGen.setEndDate(new Time(date));
109 setNotBefore( Date date) argument
115 setNotAfter( Date date) argument
H A DX509V2AttributeCertificate.java151 Date date)
154 if (date.after(this.getNotAfter()))
159 if (date.before(this.getNotBefore()))
150 checkValidity( Date date) argument
/external/chromium_org/base/win/
H A Dscoped_variant.h119 void SetDate(DATE date);
H A Dscoped_variant_unittest.cc117 DATE date; local
118 ::SystemTimeToVariantTime(&sys_time, &date);
120 var.SetDate(date);
122 EXPECT_EQ(date, V_DATE(&var));
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor_unittest.cc58 EXPECT_EQ("2012:03:01 17:06:07", extractor->date());
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.h58 const std::string& date() const;
/external/chromium_org/remoting/webapp/
H A Dbutter_bar.js130 date: new Date(),
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.h53 static void getFieldText(DateFormat* df, int32_t field, UDate date, UnicodeString& str);
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h40 * with the current date and time. We need to specify the type of
57 * needed to implement the date-time formatting for a particular language
123 * The date or time format strings are not part of the definition of a
131 * month up in the date <code>December 12, <b>1996</b></code> results in
135 * <code>Calendar</code> also provides a date arithmetic function for
137 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
404 * the date-related fields.
655 * Get the current date and time.
657 * @return The current date and time.
816 * Sets the GregorianCalendar change date
[all...]
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java213 /** Export a date to a clearsilver tree using a specified timezone */
214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { argument
220 cal.setTime(date);
262 /** Export a date to a clearsilver tree using a specified timezone */
274 Date date = new Date((long)tt * 1000);
276 exportDate(hdfname, timeZone, date);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509AttributeCertificateHolder.java123 * Return the date before which this attribute certificate is not valid.
125 * @return the start date for the attribute certificate's validity period.
133 * Return the date after which this attribute certificate is not valid.
135 * @return the final date for the attribute certificate's validity period.
294 * Return whether or not this attribute certificate is valid on a particular date.
296 * @param date the date of interest.
299 public boolean isValidOn(Date date) argument
303 return !date.before(CertUtils.recoverDate(certValidityPeriod.getNotBeforeTime())) && !date
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
H A DBcKeyStoreSpi.java102 Date date = new Date(); field in class:BcKeyStoreSpi.StoreEntry
165 Date date,
170 this.date = date;
177 Date date,
183 this.date = date;
330 return date;
694 Date date = new Date(dIn.readLong());
713 table.put(alias, new StoreEntry(alias, date, CERTIFICAT
163 StoreEntry( String alias, Date date, int type, Object obj) argument
175 StoreEntry( String alias, Date date, int type, Object obj, Certificate[] certChain) argument
[all...]
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc42 * NSPR date and time functions
181 // the most future date possible (year 2038).
185 // the most past date possible (year 1901).
490 * This parses a time/date string into a PRTime
493 * if the time/date string can't be parsed.
534 int date = -1; local
979 date = n3;
997 date = n1;
1006 date = n2;
1030 else if ((end - rest) == 2) /* two digits - date o
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Devent_page.js80 var date = new Date(new Date().toDateString()).getTime();
92 if (enableDate <= date && disableDate > date &&
130 * @param {string} dateString String representation of current local date.
191 // Makes last changed date invalid.
/external/chromium_org/courgette/
H A Drun_stress_test27 the current date and time.
52 out_dir="${3:-${outdir_prefix}$(date +%Y%m%d_%H%M%S)}"
68 date >> "${log}"
162 date >> "${log}"
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dvalidate-committer-lists38 from datetime import date, datetime, timedelta namespace
219 committer_cuttof = date.today() - timedelta(days=365)
225 last_commit_date = date.fromtimestamp(last_commit)
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp17 * week-based date determination. Removed quetionable
30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
55 * Note that the Julian date used here is not a true Julian date, since
220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, argument
230 set(UCAL_DATE, date);
235 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, argument
245 set(UCAL_DATE, date);
252 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, argument
263 set(UCAL_DATE, date);
320 setGregorianChange(UDate date, UErrorCode& status) argument
658 int32_t date = internalGet(UCAL_DATE); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h49 * date formatting and parsing actions.
55 * To format a date for the current Locale, use one of the static factory
79 * To get specific fields of a date, you can use UFieldPosition to
91 * To format a date for a different Locale, specify it in the call to
106 * Use createDateInstance() to produce the normal date format for that country.
109 * to produce a DateFormat that formats both date and time. You can pass in
143 * the DateTimePatterns resource. There are 4 time patterns, 4 date patterns,
144 * the default date-time pattern, and 4 date-time patterns. Each block of 4 values
256 * Formats a date int
[all...]
/external/chromium_org/third_party/libxml/src/
H A DgenUnicode.py208 date = time.asctime(time.localtime(time.time())) variable
220 * Generation date: %s
236 """ % (webpage, date, sources));
247 * Generation date: %s
278 """ % (webpage, date, sources));
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc154 int32_t WritableFontData::WriteDateTime(int32_t index, int64_t date) { argument
155 WriteULong(index, (date >> 32) & 0xffffffff);
156 WriteULong(index + 4, date & 0xffffffff);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php19 date: 2004/03/06 18:22:28; author: marcelop; state: Exp;
24 date: 2005/06/02 16:09:17; author: nickb; state: Exp; lines: +0 -0
47 ^date:\ (\d{4}/\d\d/\d\d\ \d\d:\d\d:\d\d);\ \ author:\ (\S+);\ \ state:\ (\S+);(?:\ \ lines:\ \+(\d+)\ \-(\d+))?$\\n
108 $q = "`date` = STR_TO_DATE('$revs[2]', '%Y/%m/%d %T'), `author` = '$revs[3]', `state` = '$revs[4]', `linesplus` = '$revs[5]', `linesminus` = '$revs[6]', `message` = '$revs[8]'";
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp17 * week-based date determination. Removed quetionable
30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
55 * Note that the Julian date used here is not a true Julian date, since
220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, argument
230 set(UCAL_DATE, date);
235 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, argument
245 set(UCAL_DATE, date);
252 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, argument
263 set(UCAL_DATE, date);
320 setGregorianChange(UDate date, UErrorCode& status) argument
658 int32_t date = internalGet(UCAL_DATE); local
[all...]

Completed in 855 milliseconds

1234567891011>>