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

1 2 3 4 5 6 7 8 910

  /build/core/combo/arch/mips64/
mips64r2.mk 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 12 bne 0,test_loop # loop until zero
  /device/generic/x86_64/
BoardConfig.mk 22 # Disable emulator for "make dist" until there is a 64-bit qemu kernel
  /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/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 26 # Here we have to pad until the end of the *next* boundary because
  /external/chromium_org/mojo/public/js/bindings/
support.js 13 * Waits on the given handle until the state indicated by |signals| is
  /external/libunwind/doc/
unw_regname.tex 23 therefore guaranteed to remain valid until the application terminates.
unw_get_accessors.tex 23 guaranteed to remain valid until address space \Var{as} is destroyed
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 21 (* Comment until end of line. *)
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 253 * @return the number of days in "until-now"
255 static int32_t dayDifference(Calendar &until, UErrorCode &status);
  /external/icu/icu4c/source/i18n/
reldtfmt.h 288 * @return the number of days in "until-now"
290 static int32_t dayDifference(Calendar &until, UErrorCode &status);
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 44 The comment extends until the next newline (or the end of a
267 Start out in "matched first address" state, until
296 until the next line whose input line number is a multiple of
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 28 * @return {number} how many milliseconds are remaining until the timer expires.
95 * @return {number} how many milliseconds are remaining until the timer expires.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
injected_script_loader.js 32 // loaded normally. Wait until it's fetched before loading the
  /external/chromium_org/chrome/renderer/resources/extensions/
tts_custom_bindings.js 48 // Keep the page alive until the event finishes.
  /external/chromium_org/v8/test/webkit/
dfg-double-use-of-post-simplification-double-prediction.js 25 "Tests stability of the DFG compiler when you have a double use of a variable that is not revealed to be a double until after CFG simplification."
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 40 if (recurrence.until != null) {
43 t.parse(recurrence.until);
58 // TODO Implement "Until" portion of string, as well as custom settings
  /packages/inputmethods/LatinIME/native/jni/
HostUnitTests.mk 15 # HACK: Temporarily disable host tool build on Mac until the build system is ready for C++11.
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 40 /* String until */ null,
61 /* String until */ null,
82 /* String until */ null,
103 /* String until */ null,
124 /* String until */ null,
145 /* String until */ null,
166 /* String until */ null,
185 // with an until
186 verifyRecurType("FREQ=DAILY;UNTIL=112233T223344Z",
188 /* String until */ "112233T223344Z"
    [all...]

Completed in 1103 milliseconds

1 2 3 4 5 6 7 8 910