Searched defs:date (Results 1 - 25 of 73) sorted by relevance

123

/external/webkit/WebKitTools/QueueStatusServer/model/
H A Dqueuestatus.py37 date = db.DateTimeProperty(auto_now_add=True) variable in class:QueueStatus
/external/apache-http/src/org/apache/http/client/
H A DCookieStore.java65 * the specified {@link java.util.Date date}.
69 boolean clearExpired(Date date); argument
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCookieStore.java130 * that have expired by the specified {@link java.util.Date date}.
136 public synchronized boolean clearExpired(final Date date) { argument
137 if (date == null) {
142 if (it.next().isExpired(date)) {
/external/icu4c/i18n/
H A Dwindtfmt.h55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
70 * Set the calendar to be used by this date format. Initially, the default
139 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { argument
140 return DateFormat::format(date, appendTo);
H A Dcecal.cpp110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) argument
126 + date - 1 // number of days for present month (1 based)
H A Ddatefmt.cpp118 UDate date = 0;
122 date = obj.getDate();
125 date = (UDate)obj.getDouble();
128 date = (UDate)obj.getLong();
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { argument
149 fCalendar->setTime(date, ec);
160 DateFormat::format(UDate date, UnicodeString& appendTo) const argument
165 return format(date, appendTo, fpos);
332 // Even if root has the correct date forma
[all...]
/external/icu4c/samples/datefmt/answers/
H A Dmain_2.cpp42 UDate date; local
44 // The languages in which we will display the date
66 date = cal->getTime(status);
75 // Format the date
77 fmt->format(date, str, status);
79 // Display the formatted date string
H A Dmain_3.cpp42 UDate date; local
44 // The languages in which we will display the date
66 date = cal->getTime(status);
81 // Format the date
83 fmt->format(date, str, status);
85 // Display the formatted date string
/external/icu4c/samples/datefmt/
H A Dmain.cpp42 UDate date; local
44 // The languages in which we will display the date
66 date = cal->getTime(status);
81 // Format the date
83 fmt->format(date, str, status);
85 // Display the formatted date string
/external/openssl/apps/
H A Dversion.c143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
157 date=1;
167 date=version=cflags=options=platform=dir=1;
189 if (date) printf("%s\n",SSLeay_version(SSLEAY_BUILT_ON));
/external/webkit/JavaScriptCore/runtime/
H A DDateConversion.cpp55 double parseDate(ExecState* exec, const UString &date) argument
57 if (date == exec->globalData().cachedDateString)
59 double value = parseDateFromNullTerminatedCharacters(exec, date.UTF8String().c_str());
60 exec->globalData().cachedDateString = date;
H A DDateConstructor.cpp137 DateConversionBuffer date; local
139 formatDate(ts, date);
141 return jsMakeNontrivialString(exec, date, " ", time);
/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java132 * @param date Current time
136 boolean isExpired(final Date date); argument
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie2.java89 public boolean isExpired(final Date date) { argument
90 return this.discard || super.isExpired(date);
H A DDateUtils.java55 * Date format pattern used to parse HTTP date headers in RFC 1123 format.
60 * Date format pattern used to parse HTTP date headers in RFC 1036 format.
65 * Date format pattern used to parse HTTP date headers in ANSI C
89 * Parses a date value. The formats used for parsing the date value are retrieved from
92 * @param dateValue the date value to parse
94 * @return the parsed date
97 * supported date formats
104 * Parses the date value using the given date format
179 formatDate(Date date) argument
196 formatDate(Date date, String pattern) argument
[all...]
H A DBasicClientCookie.java154 * Sets expiration date.
291 * @param date Current time
295 public boolean isExpired(final Date date) { argument
296 if (date == null) {
300 && cookieExpiryDate.getTime() <= date.getTime());
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c55 char *date; member in struct:__anon635
/external/icu4c/samples/date/
H A Ddate.c7 * File date.c
46 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
49 /* The version of date */
82 /* display date in gmt */
86 /* display date in gmt */
90 /* display date in long format */
94 /* display date in medium format */
98 /* display date in short format */
119 /* done with options, display date */
137 /* print the date */
192 date(const UChar *tz, function
[all...]
/external/v8/test/mjsunit/
H A Dto_number_order.js53 var date = { valueOf: function() { x += 3; return 4; } };
60 new Date(year, month, date, hours, minutes, seconds, ms);
65 Date(year, month, date, hours, minutes, seconds, ms);
69 Date.UTC(year, month, date, hours, minutes, seconds, ms);
102 new Date().setDate(date, hours, minutes, seconds, ms);
106 new Date().setUTCDate(date, hours, minutes, seconds, ms);
110 new Date().setMonth(month, date, hours, minutes, seconds, ms);
114 new Date().setUTCMonth(month, date, hours, minutes, seconds, ms);
118 new Date().setFullYear(year, month, date, hours, minutes, seconds, ms);
122 new Date().setUTCFullYear(year, month, date, hour
[all...]
/external/icu4c/test/intltest/
H A Dcaltztst.cpp178 // Utility methods to create a date. This is useful for converting Java constructs
181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) function in class:CalendarTimeZoneTest
198 // Utility methods to create a date. The returned Date is UTC rather than local.
205 Date dt = date(y, m, d, hr, min, sec) +
219 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) argument
224 cal->setTime(date, status);
H A Dtsdate.cpp150 UDate date[DEPTH]; local
161 date[0] = theDate;
167 date[i] = fFormat->parse(string[i-1], status);
175 fFormat->format(date[i], string[i]);
176 if (dateMatch == 0 && date[i] == date[i-1])
178 else if (dateMatch > 0 && date[i] != date[i-1])
203 errln((UnicodeString)"**** FAIL: No string and/or date match within " + fLimit
212 logln((UnicodeString)"" + k + ": " + date[
[all...]
/external/opencore/fileformats/mp4/parser/src/
H A Dmovieheaderatom.cpp123 OSCL_HeapString<OsclMemAllocator> date; local
206 // Considering a situation where by the date is 1st Jan of any year
232 date += buf;
238 oscl_UTF8ToUnicode(date.get_cstr(),
239 (int32)(date.get_size()),
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
H A DSDL_xbios_sb3.h69 unsigned char date[8]; /* Date of program build */ member in struct:__anon3710
/external/webkit/WebKitTools/Scripts/
H A Dvalidate-committer-lists38 from datetime import date, datetime, timedelta namespace
214 committer_cuttof = date.today() - timedelta(days=365)
220 last_commit_date = date.fromtimestamp(last_commit)
/external/emma/lib/internal/
H A Dstamptool.jar ... lang.String) throws java.text.ParseException String date java.text.SimpleDateFormat formatter java.util. ...

Completed in 380 milliseconds

123