Home
last modified time | relevance | path

Searched refs:startDate (Results 1 – 25 of 44) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DV1TBSCertificateGenerator.java32 Time startDate, endDate; field in V1TBSCertificateGenerator
68 Time startDate) in setStartDate() argument
70 this.startDate = startDate; in setStartDate()
74 ASN1UTCTime startDate) in setStartDate() argument
76 this.startDate = new Time(startDate); in setStartDate()
115 || (issuer == null) || (startDate == null) || (endDate == null) in generateTBSCertificate()
133 validity.add(startDate); in generateTBSCertificate()
DV3TBSCertificateGenerator.java36 Time startDate, endDate; field in V3TBSCertificateGenerator
77 ASN1UTCTime startDate) in setStartDate() argument
79 this.startDate = new Time(startDate); in setStartDate()
83 Time startDate) in setStartDate() argument
85 this.startDate = startDate; in setStartDate()
161 || (issuer == null) || (startDate == null) || (endDate == null) in generateTBSCertificate()
179 validity.add(startDate); in generateTBSCertificate()
DTBSCertificate.java41 Time startDate, endDate; field in TBSCertificate
100 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificate()
155 return startDate; in getStartDate()
DTBSCertificateStructure.java43 Time startDate, endDate; field in TBSCertificateStructure
102 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificateStructure()
157 return startDate; in getStartDate()
/external/apache-http/src/org/apache/http/impl/cookie/
DDateUtils.java140 Date startDate in parseDate() argument
149 if (startDate == null) { in parseDate()
150 startDate = DEFAULT_TWO_DIGIT_YEAR_START; in parseDate()
163 dateParser.set2DigitYearStart(startDate); in parseDate()
/external/icu/icu4c/source/i18n/
Dislamcal.cpp607 int32_t startDate; in handleComputeFields() local
618 startDate = monthStart(year, month); in handleComputeFields()
623 startDate = (int32_t)uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields()
630 if ( days - startDate >= 25 && age > 0) { in handleComputeFields()
637 while ((startDate = trueMonthStart(months)) > days) { in handleComputeFields()
651 startDate = monthStart(year, month); in handleComputeFields()
/external/icu/icu4c/source/test/intltest/
Dcallimts.h76 …void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuratio…
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
Dcallimts.cpp266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { in doLimitsTest() argument
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
274 UDate startDate, in doLimitsTest() argument
308 greg.setTime(startDate, status); in doLimitsTest()
312 logln((UnicodeString)"Start: " + startDate); in doLimitsTest()
Dsdtfmtts.cpp194 UDate startDate = pat.get2DigitYearStart(status); in testAPI() local
200 pat_fr.set2DigitYearStart(startDate, status); in testAPI()
/external/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm15 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate;
23 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate { return; }
/external/autotest/frontend/client/src/autotest/afe/
DRecurringView.java47 private TextBox startDate = new TextBox(); field in RecurringView
136 setCreateTableRow(1, "Start time (on server):", startDate); in initRecurringPanel()
193 args.put("start_date", new JSONString(startDate.getText())); in submitRecurringJob()
221 startDate.setText(sTime); in getServerTime()
229 fmt.parse(startDate.getText()); in checkDate()
/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java157 Date startDate = testContext.getStartDate(); in getSuiteAttributes() local
159 if (minStartDate.after(startDate)) { in getSuiteAttributes()
160 minStartDate = startDate; in getSuiteAttributes()
163 maxEndDate = endDate != null ? endDate : startDate; in getSuiteAttributes()
DTestHTMLReporter.java265 Date startDate = testContext.getStartDate(); in generateLog() local
267 long duration = (endDate.getTime() - startDate.getTime()) / 1000; in generateLog()
287 …e:</td><td>").append(duration).append(" seconds (").append(endDate.getTime() - startDate.getTime()) in generateLog()
DSuiteHTMLReporter.java354 long startDate = -1; in generateMethodsChronologically() local
420 if (startDate == -1) { in generateMethodsChronologically()
421 startDate = iim.getDate(); in generateMethodsChronologically()
426 .append(" <td>").append(Long.toString(iim.getDate() - startDate)).append("</td> ") in generateMethodsChronologically()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTest.java224 Date startDate, int testDuration) { in doLimitsTest() argument
226 greg.setTime(startDate); in doLimitsTest()
227 logln("Start: " + startDate); in doLimitsTest()
343 public void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() argument
345 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTest.java228 Date startDate, int testDuration) { in doLimitsTest() argument
230 greg.setTime(startDate); in doLimitsTest()
231 logln("Start: " + startDate); in doLimitsTest()
347 public void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() argument
349 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java162 static private final long startDate = getDate(1905,0,1).getTime(); field in TimeZoneAliasTest.Zone
265 … for (long currentDate = endDate; currentDate >= startDate; currentDate -= GROSS_PERIOD) { in Zone()
290 inflectionPoints.add(new Long(startDate)); // just to cap it off for comparisons. in Zone()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneAliasTest.java166 static private final long startDate = getDate(1905,0,1).getTime(); field in TimeZoneAliasTest.Zone
269 … for (long currentDate = endDate; currentDate >= startDate; currentDate -= GROSS_PERIOD) { in Zone()
294 inflectionPoints.add(new Long(startDate)); // just to cap it off for comparisons. in Zone()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DSimpleDateFormat.java288 public void set2DigitYearStart(Date startDate) { in set2DigitYearStart() argument
289 ((java.text.SimpleDateFormat)dateFormat).set2DigitYearStart(startDate); in set2DigitYearStart()
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DSslUtil.java104 Date startDate = new Date(calendar.getTimeInMillis()); in generateX509V1Certificate() local
115 certGen.setNotBefore(startDate); in generateX509V1Certificate()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java149 public void set2DigitYearStart(Date startDate) { in set2DigitYearStart() argument
150 fIcuSdf.set2DigitYearStart(startDate); in set2DigitYearStart()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java1460 final long startDate = 1232364615000L; in TestTicket11583() local
1480 DateInterval date_interval = new DateInterval(startDate, endDate); in TestTicket11583()
1484 String formattedStart = dateFormat.format(startDate); in TestTicket11583()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java1464 final long startDate = 1232364615000L; in TestTicket11583() local
1484 DateInterval date_interval = new DateInterval(startDate, endDate); in TestTicket11583()
1488 String formattedStart = dateFormat.format(startDate); in TestTicket11583()
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-more-yui-compressed.min.js1startDate:"the start date",endDate:"the end date",currentDate:"the current date",afterDate:"The da… property
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
DARDAppClientTest.mm83 NSDate *startDate = [NSDate date];
85 NSTimeInterval duration = [[NSDate date] timeIntervalSinceDate:startDate];

12