Searched defs:until (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp240 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); local
242 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
248 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
254 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
684 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); local
688 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
690 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
692 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
694 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc1823 "Found reg hint %s (free until [%d) for live range %d (end %d[).\n",
1827 // The desired register is free until the end of the current live range.
1860 // Register reg is available at the range start and is free until
2002 // remains spilled at least until the start of the current live range.
2129 LifetimePosition until,
2140 second_part, Max(second_part->Start().InstructionEnd(), until),
2127 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end) argument
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc828 // The live range of writable input registers always goes until the end
1792 "Found reg hint %s (free until [%d) for live range %d (end %d[).\n",
1798 // The desired register is free until the end of the current live range.
1832 // Register reg is available at the range start and is free until
1978 // remains spilled at least until the start of the current live range.
2105 LifetimePosition until,
2117 Max(second_part->Start().InstructionEnd(), until),
2103 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end) argument
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp238 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);
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp378 * 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);
624 if (tmp_until > until) {
625 until = tmp_until;
695 if (until != MIN_MILLIS) {
697 Grego::timeToFields(until, endYea
380 parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim, int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) argument
2625 appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp378 * 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);
624 if (tmp_until > until) {
625 until = tmp_until;
695 if (until != MIN_MILLIS) {
697 Grego::timeToFields(until, endYea
380 parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim, int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) argument
2625 appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 6778 milliseconds