HomeSort by relevance Sort by last modified time
    Searched refs:DAYS (Results 1 - 15 of 15) sorted by null

  /external/openssl/apps/
CA.pl 48 $DAYS="-days 365"; # 1 year
49 $CADAYS="-days 1095"; # 3 years
71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
CA.pl.in 48 $DAYS="-days 365"; # 1 year
49 $CADAYS="-days 1095"; # 3 years
71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
CA.sh 63 if [ -z "$DAYS" ] ; then DAYS="-days 365" ; fi # 1 year
64 CADAYS="-days 1095" # 3 years
86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
CA.com 33 $ DAYS = "-days 365"
73 $ REQ -new -x509 -keyout newreq.pem -out newreq.pem 'DAYS'
83 $ REQ -new -keyout newreq.pem -out newreq.pem 'DAYS'
126 -out 'CATOP''CACERT' 'DAYS'
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 39 public static final int DAYS = HOURS*24;
40 public static final int WEEKS = DAYS*7;
CalendarSyncAdapter.java 366 cv.put(Events.DURATION, "P" + ((endTime - startTime) / DAYS) + "D");
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
TimeUnitTest.java 29 TimeUnit.DAYS));
52 TimeUnit.DAYS));
74 TimeUnit.DAYS));
96 TimeUnit.DAYS));
125 TimeUnit.DAYS.toNanos(t));
148 TimeUnit.DAYS.toMicros(t));
171 TimeUnit.DAYS.toMillis(t));
194 TimeUnit.DAYS.toSeconds(t));
217 TimeUnit.DAYS.toMinutes(t));
240 TimeUnit.DAYS.toHours(t))
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 137 * <p>A constant that represents the days field.</p>
139 public static final Field DAYS = new Field("DAYS", 2);
Duration.java 34 * which consists of six fields (years, months, days, hours,
56 * <p>For example, 30 days cannot be meaningfully compared to one month.
68 * subtract 15 days from 1 month. See the javadoc of those methods
160 boolean daySet = isSet(DatatypeConstants.DAYS);
247 * Obtains the value of the DAYS field as an integer value,
251 * that this method works on the DAYS field.
253 * @return Days of this <code>Duration</code>.
256 return getFieldValueAsInt(DatatypeConstants.DAYS);
383 * In case of YEARS, MONTHS, DAYS, HOURS, and MINUTES, the returned
388 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS
906 BigInteger days = (BigInteger) getField(DatatypeConstants.DAYS); local
    [all...]
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 51 public static final int DAYS = 24*HOURS;
EasSyncService.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 109 DAYS {
245 * Equivalent to <tt>DAYS.convert(duration, this)</tt>.
  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 572 long endTime = startTime + (365*CalendarUtilities.DAYS);
585 CalendarUtilities.DAYS, endTime, true);
602 endTime = startTime + (365*CalendarUtilities.DAYS);
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 71 static final long DAYS = HOURS*24;
445 // sDayTokens is 0 based (SU = 0); Calendar days of week are 1 based (SU = 1)
501 long endOfYearTime = startTime + (365*DAYS) + (DAYS>>2);
    [all...]
  /prebuilt/sdk/8/
android.jar 

Completed in 394 milliseconds