Searched defs:startDate (Results 1 - 22 of 22) sorted by relevance

/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 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;
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
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp194 UDate startDate = pat.get2DigitYearStart(status); local
200 pat_fr.set2DigitYearStart(startDate, status);
H A Dcallimts.cpp265 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { argument
267 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
273 UDate startDate,
307 greg.setTime(startDate, status);
311 logln((UnicodeString)"Start: " + startDate);
271 doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration) argument
/external/icu4c/test/intltest/
H A Dsdtfmtts.cpp194 UDate startDate = pat.get2DigitYearStart(status); local
200 pat_fr.set2DigitYearStart(startDate, status);
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
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
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 + "\"");
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;
/external/chromium_org/third_party/icu/source/i18n/
H A Dislamcal.cpp395 UDate startDate; local
403 startDate = monthStart(year, month);
408 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
415 if ( days - startDate >= 25 && age > 0) {
422 while ((startDate = trueMonthStart(months)) > days) {
H A Dsmpdtfmt.cpp724 void SimpleDateFormat::parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status) argument
734 fCalendar->setTime(startDate, status);
737 fDefaultCenturyStart = startDate;
/external/icu4c/i18n/
H A Dislamcal.cpp398 UDate startDate; local
406 startDate = monthStart(year, month);
411 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
418 if ( days - startDate >= 25 && age > 0) {
425 while ((startDate = trueMonthStart(months)) > days) {
H A Dsmpdtfmt.cpp799 void SimpleDateFormat::parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status) argument
809 fCalendar->setTime(startDate, status);
812 fDefaultCenturyStart = startDate;
/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() {
532 Week.prototype.startDate = function() {
543 return Day.Maximum.startDate();
544 return this.next().startDate();
702 Month.prototype.startDate = function() {
711 return Day.Maximum.startDate();
712 return this.next().startDate();
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 261 milliseconds