HomeSort by relevance Sort by last modified time
    Searched defs:until (Results 1 - 25 of 48) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
repeat.s 6 until <cs>
11 until d1 <ge> #10 define
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
Utils.java 289 long until = System.currentTimeMillis() + ms; local
291 long remainder = until - System.currentTimeMillis();
  /packages/apps/TV/src/com/android/tv/search/
TvProviderSearch.java 146 int until = pos + columnForExactMatching.length; local
147 for (; pos < until; ++pos) {
153 int until = pos + columnForPartialMatching.length; local
154 for (; pos < until; ++pos) {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPResponse.java 601 String until = ""; local
603 until = " until " + sr.nextUpdate;
606 sr.thisUpdate + until);
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 52 public String until; field in class:EventRecurrence
83 sParsePartMap.put("UNTIL", new ParseUntil());
141 /** If set, validate the value of UNTIL parts. Minor performance impact. */
144 /** If set, require that only one of {UNTIL,COUNT} is present. Breaks compat w/ old parser. */
351 if (!TextUtils.isEmpty(this.until)) {
352 s.append(";UNTIL=");
353 s.append(until);
481 (until == null ? er.until == null : until.equals(er.until)) &
741 Time until = new Time(); local
    [all...]
RecurrenceProcessor.java 87 // first see if there are any "until"s specified. if so, use the latest
88 // until / rdate.
93 } else if (rrule.until != null) {
94 // according to RFC 2445, until must be in UTC.
95 mIterator.parse(rrule.until);
110 // If there were only "until"s and no "count"s, then return the
111 // last "until" date or "rdate".
645 // do so) because the "until" date string is specified in UTC and that
718 * Long.MAX_VALUE for rangeEnd, and the event doesn't have a COUNT or UNTIL field,
759 Time until = mUntil local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 405 private static final String ICAL_UNTIL = "UNTIL";
834 long until[] = new long[1]; local
835 int[] ruleFields = parseRRULE(rrule, until);
1163 until[0] = untilTime; field in class:VTimeZone
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 107 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); local
109 if (!(stz.hasEquivalentTransitions(rbtz1, start, until))) {
112 if (!(stz.hasEquivalentTransitions(rbtz2, start, until))) {
115 if (!(stz.hasEquivalentTransitions(rbtz3, start, until))) {
371 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); local
374 compareTransitionsAscending(tz, rbtz, startTime, until, false);
376 compareTransitionsAscending(tz, rbtz, startTime + 1, until, true);
378 compareTransitionsDescending(tz, rbtz, startTime, until, false);
380 compareTransitionsDescending(tz, rbtz, startTime + 1, until, true);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 238 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); local
240 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
246 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
252 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
682 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); local
686 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
688 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
690 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
692 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 436 private static final String ICAL_UNTIL = "UNTIL";
865 long until[] = new long[1]; local
866 int[] ruleFields = parseRRULE(rrule, until);
1194 until[0] = untilTime; field in class:VTimeZone
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 103 long until = getUTCMillis(STARTYEAR + 10, Calendar.JANUARY, 1); local
105 if (!(stz.hasEquivalentTransitions(rbtz1, start, until))) {
108 if (!(stz.hasEquivalentTransitions(rbtz2, start, until))) {
111 if (!(stz.hasEquivalentTransitions(rbtz3, start, until))) {
367 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); local
370 compareTransitionsAscending(tz, rbtz, startTime, until, false);
372 compareTransitionsAscending(tz, rbtz, startTime + 1, until, true);
374 compareTransitionsDescending(tz, rbtz, startTime, until, false);
376 compareTransitionsDescending(tz, rbtz, startTime + 1, until, true);
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 60 static const UChar ICAL_UNTIL[] = {0x55, 0x4E, 0x54, 0x49, 0x4C, 0}; /* "UNTIL" */
378 * until time defined by UNTIL attribute or MIN_MILLIS if not available
381 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
390 until = MIN_MILLIS;
426 until = parseDateTimeString(value, 0, status);
542 UDate until; local
544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
623 // If UNTIL is newer than previous one, use the one
624 if (tmp_until > until) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 206 * So, wait a second until scanning again.
6452 struct os_reltime until; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 

Completed in 3901 milliseconds

1 2