Home
last modified time | relevance | path

Searched refs:startDate (Results 1 – 25 of 50) 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.java47 Time startDate, endDate; field in TBSCertificate
122 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificate()
191 return startDate; in getStartDate()
255 validity.add(startDate); in toASN1Primitive()
DTBSCertificateStructure.java43 Time startDate, endDate; field in TBSCertificateStructure
102 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificateStructure()
157 return startDate; in getStartDate()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DV1TBSCertificateGenerator.java34 Time startDate, endDate; field in V1TBSCertificateGenerator
70 Time startDate) in setStartDate() argument
72 this.startDate = startDate; in setStartDate()
76 ASN1UTCTime startDate) in setStartDate() argument
78 this.startDate = new Time(startDate); in setStartDate()
117 || (issuer == null) || (startDate == null) || (endDate == null) in generateTBSCertificate()
135 validity.add(startDate); in generateTBSCertificate()
DV3TBSCertificateGenerator.java38 Time startDate, endDate; field in V3TBSCertificateGenerator
83 ASN1UTCTime startDate) in setStartDate() argument
85 this.startDate = new Time(startDate); in setStartDate()
90 Time startDate) in setStartDate() argument
92 this.startDate = startDate; in setStartDate()
172 || (issuer == null) || (startDate == null) || (endDate == null) in generateTBSCertificate()
190 validity.add(startDate); in generateTBSCertificate()
DTBSCertificate.java49 Time startDate, endDate; field in TBSCertificate
124 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificate()
193 return startDate; in getStartDate()
257 validity.add(startDate); in toASN1Primitive()
DTBSCertificateStructure.java45 Time startDate, endDate; field in TBSCertificateStructure
104 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificateStructure()
159 return startDate; in getStartDate()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DV1TBSCertificateGenerator.java34 Time startDate, endDate; field in V1TBSCertificateGenerator
70 Time startDate) in setStartDate() argument
72 this.startDate = startDate; in setStartDate()
76 ASN1UTCTime startDate) in setStartDate() argument
78 this.startDate = new Time(startDate); in setStartDate()
117 || (issuer == null) || (startDate == null) || (endDate == null) in generateTBSCertificate()
135 validity.add(startDate); in generateTBSCertificate()
DV3TBSCertificateGenerator.java38 Time startDate, endDate; field in V3TBSCertificateGenerator
79 ASN1UTCTime startDate) in setStartDate() argument
81 this.startDate = new Time(startDate); in setStartDate()
85 Time startDate) in setStartDate() argument
87 this.startDate = startDate; in setStartDate()
163 || (issuer == null) || (startDate == null) || (endDate == null) in generateTBSCertificate()
181 validity.add(startDate); in generateTBSCertificate()
DTBSCertificate.java49 Time startDate, endDate; field in TBSCertificate
124 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificate()
193 return startDate; in getStartDate()
257 validity.add(startDate); in toASN1Primitive()
DTBSCertificateStructure.java45 Time startDate, endDate; field in TBSCertificateStructure
104 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificateStructure()
159 return startDate; in getStartDate()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetazones.java344 long startTime = overlap.startDate; in addTransitions()
375 checkGapOrOverlap(last, value.range.startDate); in checkGapsAndOverlaps()
536 public DateRangeAndZone(String zone, String startDate, String endDate) { in DateRangeAndZone() argument
537 this(zone, new DateRange(startDate, endDate)); in DateRangeAndZone()
618 long startDate; field in TestMetazones.DateRange
622 public DateRange(String startDate, String endDate) { in DateRange() argument
623 this(parse(startDate, false), parse(endDate, true)); in DateRange()
627 return startDate <= otherRange.startDate && otherRange.endDate <= endDate; in containsAll()
637 return startDate > otherRange.endDate || otherRange.startDate > endDate; in containsNone()
647 return startDate <= otherRange.endDate && otherRange.startDate <= endDate; in containsSome()
[all …]
/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/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm15 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate;
23 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate { return; }
/external/llvm-project/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm15 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate;
23 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate { return; }
/external/icu/icu4c/source/test/intltest/
Dcallimts.h79 …void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuratio…
84 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
Dcallimts.cpp302 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { in doLimitsTest() argument
304 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
310 UDate startDate, in doLimitsTest() argument
344 greg.setTime(startDate, status); in doLimitsTest()
348 logln((UnicodeString)"Start: " + startDate); in doLimitsTest()
/external/icu/icu4c/source/i18n/
Dislamcal.cpp608 int32_t startDate; in handleComputeFields() local
619 startDate = monthStart(year, month); in handleComputeFields()
624 startDate = (int32_t)uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields()
631 if ( days - startDate >= 25 && age > 0) { in handleComputeFields()
638 while ((startDate = trueMonthStart(months)) > days) { in handleComputeFields()
653 startDate = monthStart(year, month); in handleComputeFields()
/external/cldr/tools/java/org/unicode/cldr/util/
DZoneInflections.java49 static private final long startDate = getDateLong(1970, 1, 1); field in ZoneInflections
110 for (long currentDate = endDate; currentDate >= startDate; currentDate -= GROSS_PERIOD) { in ZoneInflections()
141 inflectionPoints.add(new InflectionPoint(startDate, zone in ZoneInflections()
142 .getOffset(startDate))); in ZoneInflections()
/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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java229 Date startDate, int testDuration) { in doLimitsTest() argument
231 greg.setTime(startDate); in doLimitsTest()
232 logln("Start: " + startDate); in doLimitsTest()
348 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() argument
350 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java226 Date startDate, int testDuration) { in doLimitsTest() argument
228 greg.setTime(startDate); in doLimitsTest()
229 logln("Start: " + startDate); in doLimitsTest()
345 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() argument
347 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestMetazoneTransitions.java35 static final long startDate; field in TestMetazoneTransitions
53 startDate = cal.getTimeInMillis();
56 if (startDate != 0) {
152 for (long date = startDate; date < endDate; date = getTransitionAfter( in ZoneTransitions()

12