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

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 413 void appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const;
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 11 * loadURI until the load event fires, or until the status changes to
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 413 void appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focuser.js 51 // Search up the parent chain until a focusable node is found.
traverse_content.js 274 // skip forward until there is real content.
359 // skip forward until there is real content.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_util.js 114 * until the final element is used as the default.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_shifter.js 107 * more granular (until either the next granularity shift or
  /external/chromium_org/chrome/browser/resources/
flags.js 60 * don't actually exist until after the template code runs; normal navigation
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 54 // If we haven't cached the tree, hold the callback until the tree is
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/search/
FileBasedSearchResultsPane.js 49 // Expand until at least a certain number of matches is expanded.
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 503 * If p resolves, then the 'then' calls will execute until all the 'then'
846 * @param {function()} attempt Activity that the manager retries until it
848 * @param {number} initialDelaySeconds Default first delay until first retry.
860 * @param {number} delaySeconds Delay until next retry.
900 * @param {number=} opt_firstDelaySeconds Time until the first attempt, if
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 340 * We can't render the form until we know what our access level is, so
341 * we wait until we have confirmed incognito access levels before
434 // Walk up the tree until we hit `form > fieldset` or fall off the top
  /external/iproute2/doc/
api-ip6-flowlabels.tex 240 and does not install label until the daemon acknowledged the request.
249 labels until their expiration and malicious user may fastly eat all the
399 \item \verb|Expires| is time until expiration of the label in seconds. It may
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 729 String until = null; local
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 7 * signing each challenge in an array of challenges until a success condition
15 * operation using each challenge in an array of challenges until its success
multiplesigner.js 7 * of gnubbies, signing each challenge in an array of challenges until a
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 151 * user clicks OK, the dialog shows a spinner until the daemon has started.
206 // Prevent user from ticking the box until the current consent status is
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 239 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); local
241 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
247 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
253 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
683 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); local
687 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
689 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
691 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
693 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.h 524 // Range is guaranteed to be spilled at least until position [until].
527 LifetimePosition until,
  /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/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 37 ! the source to the destination until the remaining data has an 8 byte
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 334 // Disable the "Ok" button until the user selects which events
422 // Google calendar seems to require the UNTIL string to be
425 eventRecurrence.until = date.format2445();
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 148 * 3. consume until token found in resynch set
365 * thing to do is to consume tokens until you see something that
409 * we resync'd to that token, we'd consume until EOF. We need to
651 /** Consume tokens until one matches the given token set */
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 188 // This call retries it on each process update until it succeeds.

Completed in 1010 milliseconds

1 2 34 5 6 7 8 910