HomeSort by relevance Sort by last modified time
    Searched refs:submitted (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/static/js/
search.js 37 // set to true to prevent the search box form from being submitted, since
  /external/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet.py 162 '''Gets the commit of the most recent patch submitted to the host file
173 submitted at HEAD, which may change data underneath the cron run.
refresh_servlet.py 128 submitted at HEAD, which may change data underneath the cron run.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 97 * A submitted privileged action runs to completion
120 * A submitted privileged exception action runs to completion
140 * A submitted failed privileged exception action reports exception
191 final CountDownLatch submitted = new CountDownLatch(1); local
207 submitted.countDown();
211 submitted.await();
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractExecutorServiceTest.java 88 * A submitted privileged action runs to completion
109 * A submitted privileged exception action runs to completion
127 * A submitted failed privileged exception action reports exception
174 final CountDownLatch submitted = new CountDownLatch(1); local
188 submitted.countDown();
192 submitted.await();
ForkJoinPoolTest.java 334 * A task submitted after shutdown is rejected
367 * pollSubmission returns unexecuted submitted task, if present
386 * drainTasksTo transfers unexecuted submitted tasks, if present
478 * A submitted privileged action runs to completion
498 * A submitted privileged exception action runs to completion
519 * A submitted failed privileged exception action reports exception
576 final CountDownLatch submitted = new CountDownLatch(1); local
588 submitted.countDown();
592 assertTrue(submitted.await(MEDIUM_DELAY_MS, MILLISECONDS));
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 94 submitted to Licensor for inclusion in the Work by the copyright owner
96 the copyright owner. For the purposes of this definition, "submitted"
124 with the Work to which such Contribution(s) was submitted. If You
174 any Contribution intentionally submitted for inclusion in the Work
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 94 submitted to Licensor for inclusion in the Work by the copyright owner
96 the copyright owner. For the purposes of this definition, "submitted"
124 with the Work to which such Contribution(s) was submitted. If You
174 any Contribution intentionally submitted for inclusion in the Work
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 94 submitted to Licensor for inclusion in the Work by the copyright owner
96 the copyright owner. For the purposes of this definition, "submitted"
124 with the Work to which such Contribution(s) was submitted. If You
174 any Contribution intentionally submitted for inclusion in the Work
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 47 this.passwordScreen_.addEventListener('password-submitted',
317 * An event handler for handling password-submitted events. These are fired
319 * @param {Object} event a password-submitted event.
  /external/blktrace/btt/doc/
btt.tex 132 with a previously submitted request -- we calculate \emph{Q2M}, the
235 between consecutively \emph{received -- queued} and \emph{submitted
239 submitted to lower level drivers), the \emph{mean} distance between
362 doing buffered IO, then the actual submitted IOs will most likely
365 (if ever?) going to be associated with the process which submitted
440 of IO requests submitted to lower layer drivers, for more information
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 33 * execute tasks submitted to the pool and/or created by other active
37 * tasks are submitted to the pool from external clients. Especially
44 * is not explicitly submitted to a specified pool. Using the common
125 * <p>This implementation rejects submitted tasks (that is, by throwing
206 * WorkQueues are also used in a similar way for tasks submitted
215 * tasks that they submitted. However, because most
294 * quickly prod them into action when new tasks are submitted or
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 20 submitted for inclusion in this work to the copyright owner or licensor
Antlr.Runtime.Tools.pas 19 submitted for inclusion in this work to the copyright owner or licensor
Antlr.Runtime.Tree.pas 20 submitted for inclusion in this work to the copyright owner or licensor
    [all...]
Antlr.Runtime.pas 20 submitted for inclusion in this work to the copyright owner or licensor
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 93 * submitted once the IME becomes active and reports the current input field.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 76 * was generated (i.e. "The user clicked on a link." or "The user submitted
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 508 console.error('PIN submitted in an invalid state', this.flow_.getState());
  /external/blktrace/btreplay/doc/
btreplay.tex 110 \item[Device IO Stream Ordering] All IOs on a device are submitted in
138 code, and thus are submitted to the block IO layer with \emph{very small}
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/blktrace/doc/
blktrace.tex 200 can also show SCSI commands going in and out of the queue as submitted
    [all...]

Completed in 1297 milliseconds