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

  /external/qemu/
async.c 62 * Enter a new AsyncContext. Already scheduled Bottom Halves and AIO callbacks
121 int scheduled; member in struct:QEMUBH
145 if (!bh->deleted && bh->scheduled) {
146 bh->scheduled = 0;
170 if (bh->scheduled)
172 bh->scheduled = 1;
178 if (bh->scheduled)
180 bh->scheduled = 1;
188 bh->scheduled = 0;
193 bh->scheduled = 0
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
OneShotScheduler.java 29 * filters will be scheduled, and possibly repeatedly, until there is no filter
30 * that can be scheduled.
35 private HashMap <String, Integer> scheduled; field in class:OneShotScheduler
42 scheduled = new HashMap<String, Integer>();
49 scheduled.clear();
55 // return the first filter that is not scheduled before.
62 if (!scheduled.containsKey(filter.getName())) {
64 scheduled.put(filter.getName(),1);
72 // save the first scheduled one
  /external/oprofile/events/mips/5K/
events 22 event:0xa counters:0 um:zero minimum:500 name:INSN_SCHEDULED : Instruction scheduled
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 381 veor $Z,$Qpost @ modulo-scheduled part
397 veor $Z,$Qpost @ modulo-scheduled artefact
ghash-armv4.s 369 veor q10,q13 @ modulo-scheduled part
385 veor q10,q13 @ modulo-scheduled artefact
  /external/v8/benchmarks/
richards.js 274 * The task is running and is currently scheduled.
364 * @param {int} v1 a seed value that controls how the device tasks are scheduled
365 * @param {int} count the number of times this task should be scheduled
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 269 * The task is running and is currently scheduled.
359 * @param {int} v1 a seed value that controls how the device tasks are scheduled
360 * @param {int} count the number of times this task should be scheduled
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 269 * The task is running and is currently scheduled.
359 * @param {int} v1 a seed value that controls how the device tasks are scheduled
360 * @param {int} count the number of times this task should be scheduled
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 269 * The task is running and is currently scheduled.
359 * @param {int} v1 a seed value that controls how the device tasks are scheduled
360 * @param {int} count the number of times this task should be scheduled
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 333 bool scheduled = false;
339 scheduled = true;
345 // We can't start the connection until we have one runloop scheduled.
346 if (scheduled)
    [all...]
  /external/v8/src/
isolate.cc 452 Object* scheduled; local
453 if (thread->scheduled_exception_->ToObject(&scheduled)) {
454 v->VisitPointer(&scheduled);
455 thread->scheduled_exception_ = scheduled;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 636 // If we're scheduled for an update, but have received another resize request
637 // before the scheduled resize has occured, just ignore the new request
638 // (and wait for the scheduled one).
644 // We're scheduled for an update and the update request came from this method's setTimeout
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 424 public void scheduled(IJobChangeEvent event) { method in class:LintViewPart
  /external/dropbear/libtomcrypt/
crypt.tex 409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to
411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible
424 If the function returns successfully the variable \textit{skey} will have a scheduled key stored in it. It's important to note
425 that you should only used this scheduled key with the intended cipher. For example, if you call \textit{blowfish\_setup()} do not
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
515 &skey) /* where to put the scheduled key */
524 &skey); /* our previously scheduled key */
531 &skey); /* our previously scheduled key */
659 to not pre-compute the Twofish \textit{$g(X)$} function as a set of four $8 \times 32$ s-boxes. This means that a scheduled
    [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
  /external/openssl/crypto/aes/asm/
aes-mips.s 940 lw $8,16($6) # modulo-scheduled
992 lw $8,4($6) # modulo-scheduled
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 507 milliseconds