HomeSort by relevance Sort by last modified time
    Searched full:startdate (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 32 Time startDate, endDate;
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);
V3TBSCertificateGenerator.java 36 Time startDate, endDate;
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);
TBSCertificate.java 41 Time startDate, endDate;
100 startDate = Time.getInstance(dates.getObjectAt(0));
155 return startDate;
TBSCertificateStructure.java 43 Time startDate, endDate;
102 startDate = Time.getInstance(dates.getObjectAt(0));
157 return startDate;
  /external/chromium_org/tools/grit/grit/
grit-todo.xml 3 <TASK STARTDATESTRING="2005-04-08" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38453.49975694" TITLE="check 'name' attribute is unique" TIMEESTUNITS="H" ID="2" PERCENTDONE="100" STARTDATE="38450.00000000" DONEDATESTRING="2005-04-11" POS="22" DONEDATE="38453.00000000"/>
4 <TASK STARTDATESTRING="2005-04-08" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38488.48189815" TITLE="import id-calculating code" TIMEESTUNITS="H" ID="3" PERCENTDONE="100" STARTDATE="38450.00000000" DONEDATESTRING="2005-05-16" POS="13" DONEDATE="38488.00000000"/>
5 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38488.48209491" TITLE="Import tool for existing translations" TIMEESTUNITS="H" ID="6" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-06-16" POS="12" DONEDATE="38519.00000000"/>
6 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38511.00805556" TITLE="Export XMBs" TIMEESTUNITS="H" ID="8" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-06-08" POS="20" DONEDATE="38511.00000000"/>
7 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38511.00924769" TITLE="Initial Integration" TIMEESTUNITS="H" ID="10" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-06-08" POS="10" DONEDATE="38511.00000000">
8 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38496.54048611" TITLE="parser for %s strings" TIMEESTUNITS="H" ID="4" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-05-24" POS="2" DONEDATE="38496.00000000"/>
9 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38497.00261574" TITLE="import tool for existing RC files" TIMEESTUNITS="H" ID="5" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-05-25" POS="4" DONEDATE="38497.00000000">
10 <TASK STARTDATESTRING="2005-05-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38496.92990741" TITLE="handle button value= and img alt= in message HTML text" TIMEESTUNITS="H" ID="22" PERCENTDONE="100" STARTDATE="38496.00000000" DONEDATESTRING="2005-05-24" POS="1" DONEDATE="38496.00000000"/>
11 <TASK STARTDATESTRING="2005-05-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38497.00258102" TITLE="&amp;nbsp; bug" TIMEESTUNITS="H" ID="23" PERCENTDONE="100" STARTDATE="38496.00000000" DONEDATESTRING="2005-05-25" POS="2" DONEDATE="38497.00000000"/>
13 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38490.61171296" TITLE="grit build" TIMEESTUNITS="H" ID="7" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-05-18" POS="6" DONEDATE="38490.00000000"
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
AgentChatSession.java 28 public Date startDate;
36 this.startDate = date;
45 return startDate;
48 public void setStartDate(Date startDate) {
49 this.startDate = startDate;
AgentChatHistory.java 38 private long startDate;
42 public AgentChatHistory(String agentJID, int maxSessions, Date startDate) {
45 this.startDate = startDate.getTime();
51 this.startDate = 0;
84 buf.append(" startDate=\"" + startDate + "\"");
  /external/clang/test/SemaObjCXX/
cxxoperator-selector.mm 15 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate;
23 - (void)dataSetForValuesBetween:(NSDate *)startDate and:(NSDate *)endDate { return; }
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 233 public EventInfo(String title, String startDate, String endDate,
235 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
238 public EventInfo(String title, long startDate, long endDate,
242 mDtstart = startDate;
249 public EventInfo(String title, long startDate, long endDate,
253 mDtstart = startDate;
262 public EventInfo(String title, String startDate, String endDate,
264 init(title, startDate, endDate, allDay, timezone);
267 public void init(String title, String startDate, String endDate,
277 time.parse3339(startDate);
    [all...]
CalendarProvider2Test.java 298 public DumpInstances(String startDate, String endDate) {
300 time.parse3339(startDate);
322 public QueryNumInstances(String startDate, String endDate, int expected) {
324 time.parse3339(startDate);
350 public VerifyAllInstances(String startDate, String endDate, String[] dates) {
352 time.parse3339(startDate);
438 * Creates a command to check that the given range [startDate,endDate]
441 * @param startDate the beginning of the date range
445 public VerifyInstance(String startDate, String endDate, String date) {
447 time.parse3339(startDate);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.h 52 * 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);
callimts.cpp 266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) {
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
274 UDate startDate,
308 greg.setTime(startDate, status);
312 logln((UnicodeString)"Start: " + startDate);
  /external/icu/icu4c/source/test/intltest/
callimts.h 52 * 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);
callimts.cpp 266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) {
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
274 UDate startDate,
308 greg.setTime(startDate, status);
312 logln((UnicodeString)"Start: " + startDate);
  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
83 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
121 fail("Should throw IllegalArgumentException when startDate is null");
130 fail("Should throw IllegalArgumentException when startDate is null");
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 111 * {@code serialNumber}, and the validity date starting at {@code startDate}
122 * @param startDate the start of the self-signed certificate validity period
126 * {@code endDate} is before {@code startDate}.
131 Date startDate, Date endDate, int flags) {
140 } else if (startDate == null) {
141 throw new IllegalArgumentException("startDate == null");
144 } else if (endDate.before(startDate)) {
145 throw new IllegalArgumentException("endDate < startDate");
162 mStartDate = startDate;
444 public Builder setStartDate(Date startDate) {
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
svg-filter-animation.svg 71 var startDate = 0;
107 fps.textContent = "afps: " +(round(frameCounter * 100000 / (new Date() - startDate)) / 100);
111 if (!startDate) {
112 startDate = new Date();
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 93 if (recurrence.startDate == null) {
97 int day = EventRecurrence.timeDay2Day(recurrence.startDate.weekDay);
106 int weekday = recurrence.startDate.weekDay;
109 int dayNumber = (recurrence.startDate.monthDay - 1) / 7;
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 128 * @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/
details_view.js 73 var startDate = timeutil.convertTimeTicksToDate(logEntries[0].time);
75 timeutil.addNodeWithDate(startTimeDiv, startDate);
timeline_view.js 271 var startDate;
273 startDate = timeutil.convertTimeTicksToDate(entries[0].time);
275 startDate = this.graphView_.getStartDate();
279 this.graphView_.setDateRange(startDate, endDate);
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
142 fail("Should throw IllegalArgumentException when startDate is missing");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 199 Time startDate = new Time();
200 startDate.set(millSecs);
201 return startDate.format2445();
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 136 public Message[] getMessages(long startDate, long endDate, MessageRetrievalListener listener)
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/service/
SearchParams.java 74 public SearchParams(long mailboxId, String filter, long searchMailboxId, Date startDate,
79 mStartDate = startDate;

Completed in 1493 milliseconds

1 2 3 4