Searched refs:startDate (Results 1 - 25 of 42) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DV1TBSCertificateGenerator.java32 Time startDate, endDate; field in class:V1TBSCertificateGenerator
68 Time startDate)
70 this.startDate = startDate;
74 ASN1UTCTime startDate)
76 this.startDate = new Time(startDate);
115 || (issuer == null) || (startDate == null) || (endDate == null)
133 validity.add(startDate);
67 setStartDate( Time startDate) argument
73 setStartDate( ASN1UTCTime startDate) argument
H A DV3TBSCertificateGenerator.java36 Time startDate, endDate; field in class:V3TBSCertificateGenerator
77 DERUTCTime startDate)
79 this.startDate = new Time(startDate);
83 Time startDate)
85 this.startDate = startDate;
161 || (issuer == null) || (startDate == null) || (endDate == null)
179 validity.add(startDate);
76 setStartDate( DERUTCTime startDate) argument
82 setStartDate( Time startDate) argument
H A DTBSCertificate.java41 Time startDate, endDate; field in class:TBSCertificate
100 startDate = Time.getInstance(dates.getObjectAt(0));
155 return startDate;
H A DTBSCertificateStructure.java43 Time startDate, endDate; field in class:TBSCertificateStructure
102 startDate = Time.getInstance(dates.getObjectAt(0));
157 return startDate;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DAgentChatSession.java28 public Date startDate; field in class:AgentChatSession
36 this.startDate = date;
45 return startDate;
48 public void setStartDate(Date startDate) { argument
49 this.startDate = startDate;
H A DAgentChatHistory.java38 private long startDate; field in class:AgentChatHistory
42 public AgentChatHistory(String agentJID, int maxSessions, Date startDate) { argument
45 this.startDate = startDate.getTime();
51 this.startDate = 0;
84 buf.append(" startDate=\"" + startDate + "\"");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcallimts.h52 * with 'startDate'. For each date, read a field value along with its
72 * @param startDate the first date to test
76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
H A Dcallimts.cpp266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { argument
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
274 UDate startDate,
308 greg.setTime(startDate, status);
312 logln((UnicodeString)"Start: " + startDate);
272 doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration) argument
H A Dsdtfmtts.cpp194 UDate startDate = pat.get2DigitYearStart(status); local
200 pat_fr.set2DigitYearStart(startDate, status);
/external/icu/icu4c/source/test/intltest/
H A Dcallimts.h52 * with 'startDate'. For each date, read a field value along with its
72 * @param startDate the first date to test
76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
H A Dcallimts.cpp266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { argument
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
274 UDate startDate,
308 greg.setTime(startDate, status);
312 logln((UnicodeString)"Start: " + startDate);
272 doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration) argument
H A Dsdtfmtts.cpp194 UDate startDate = pat.get2DigitYearStart(status); local
200 pat_fr.set2DigitYearStart(startDate, status);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DDateUtils.java128 * @param startDate During parsing, two digit years will be placed in the range
129 * <code>startDate</code> to <code>startDate + 100 years</code>. This value may
140 Date startDate
149 if (startDate == null) {
150 startDate = DEFAULT_TWO_DIGIT_YEAR_START;
163 dateParser.set2DigitYearStart(startDate);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Ddetails_view.js73 var startDate = timeutil.convertTimeTicksToDate(logEntries[0].time);
75 timeutil.addNodeWithDate(startTimeDiv, startDate);
H A Dtimeline_view.js271 var startDate;
273 startDate = timeutil.convertTimeTicksToDate(entries[0].time);
275 startDate = this.graphView_.getStartDate();
279 this.graphView_.setDateRange(startDate, endDate);
H A Dtimeline_graph_view.js191 setDateRange: function(startDate, endDate) {
192 this.startTime_ = startDate.getTime();
/external/chromium_org/third_party/icu/source/i18n/
H A Dislamcal.cpp523 UDate startDate; local
533 startDate = monthStart(year, month);
538 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
545 if ( days - startDate >= 25 && age > 0) {
552 while ((startDate = trueMonthStart(months)) > days) {
566 startDate = monthStart(year, month);
/external/icu/icu4c/source/i18n/
H A Dislamcal.cpp523 UDate startDate; local
533 startDate = monthStart(year, month);
538 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
545 if ( days - startDate >= 25 && age > 0) {
552 while ((startDate = trueMonthStart(months)) > days) {
566 startDate = monthStart(year, month);
/external/chromium_org/content/browser/resources/media/
H A Dtimeline_graph_view.js104 setDateRange: function(startDate, endDate) {
105 this.startTime_ = startDate.getTime();
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
H A DSslUtil.java103 Date startDate = new Date(calendar.getTimeInMillis());
114 certGen.setNotBefore(startDate);
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1405 * @param startDate the start date
1409 void parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1409 * @param startDate the start date
1413 void parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status);
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentSession.java858 * @param startDate the starting date of sessions to retrieve.
862 public AgentChatHistory getAgentHistory(String jid, int maxSessions, Date startDate) throws XMPPException { argument
864 if (startDate != null) {
865 request = new AgentChatHistory(jid, maxSessions, startDate);
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js296 Day.prototype.startDate = function() {
361 return Day.formatter.format(this.startDate());
544 Week.prototype.startDate = function() {
555 return Day.Maximum.startDate();
556 return this.next().startDate();
714 Month.prototype.startDate = function() {
723 return Day.Maximum.startDate();
724 return this.next().startDate();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js315 var startDate = new Date().getTime();

Completed in 5387 milliseconds

12