/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 | 720 String until = null; local [all...] |
/external/chromium_org/remoting/webapp/ |
host_setup_dialog.js | 164 * user clicks OK, the dialog shows a spinner until the daemon has started. 219 // Prevent user from ticking the box until the current consent status is
|
host_screen.js | 192 * @type {number} The number of seconds until the access code expires.
|
paired_client_manager.js | 208 * operation is in progress. All dialog UI is disabled until it completes.
|
/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 | 551 // Range is guaranteed to be spilled at least until position [until]. 554 LifetimePosition until,
|
promise.js | 247 // TODO(rossberg): cannot do better until we support @@create.
|
/external/icu4c/test/intltest/ |
tzrulets.cpp | 240 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); [all...] |
/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();
|
/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/chrome/browser/sync/resources/ |
gaia_login.js | 6 // true, it stays that way until we are told about successful login from
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
share_dialog.js | 309 * @return {boolean} True since the show method is called and until the closing
|
/external/chromium_org/chrome/browser/resources/network_speech_synthesis/ |
tts_extension.js | 39 * until the speech synthesis server capabilities response provides this.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
bg.js | 211 // If the issue already exists, wait until all the issue state has
|
/external/chromium_org/chrome/test/chromedriver/js/ |
call_function.js | 111 * Returns the root element of the node. Found by traversing parentNodes until
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
aggregate_results.js | 191 // Decrease the desired number of points gradually until we get a URL that
|
/external/chromium_org/v8/test/mjsunit/ |
array-feedback.js | 175 // until crankshaft time.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
private.js | 225 // Object should remain in fast mode until too many properties were added.
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 99 Packets are placed into ogg pages in order until the end of stream.
|
/external/v8/test/mjsunit/ |
debug-stepout-scope.js | 46 // Do steps until we reach the global scope again.
|
/ndk/build/core/ |
build-local.mk | 108 # path of the current directory the climb back the hierarchy until we find
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 162 that is, and i do not want to keep making changes until it's clear. 193 because the parser is expecting x = 1,2. until i understand this 312 otherwise recurses until core dump. thanks to arnold 607 FILENAME is now "" until the first thing that causes a file [all...] |
/system/core/sh/ |
jobs.c | 636 /* loop until process terminated or stopped */ 1130 * until is runs out of stack space, unless it does a wait call before 1138 * a background process until the next time she runs a real program 1299 goto until; 1301 cmdputs("until "); 1302 until:
|