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

1 2 34 5

  /external/chromium_org/content/common/
cc_messages.h 226 IPC_STRUCT_TRAITS_MEMBER(deadline)
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 565 unsigned long deadline) {
568 /* Use best quality mode if no deadline is given. */
569 if (deadline)
634 unsigned long deadline) {
640 pick_quickcompress_mode(ctx, duration, deadline);
    [all...]
  /external/qemu/
qemu-timer.c 477 int64_t deadline; local
492 * ensures that the deadline for the timer is computed correctly below.
504 deadline = qemu_next_icount_deadline();
505 if (deadline > 0) {
522 qemu_mod_timer(clock->warp_timer, vm_clock_warp_start + deadline);
594 /* Interrupt execution to force deadline recalculation. */
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPinView.java 87 protected boolean shouldLockout(long deadline) {
KeyguardSimPukView.java 136 protected boolean shouldLockout(long deadline) {
  /external/libvpx/libvpx/
vpxenc.c 384 static const arg_def_t deadline = ARG_DEF("d", "deadline", 1, variable
385 "Deadline per frame (usec)");
387 "Use Best Quality Deadline");
389 "Use Good Quality Deadline");
391 "Use Realtime Quality Deadline");
425 &deadline, &best_dl, &good_dl, &rt_dl,
1043 int deadline; member in struct:global_config
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 700 unsigned long deadline)
705 /* Use best quality mode if no deadline is given. */
708 if (deadline)
717 /* If the deadline is more that the duration this frame is to be shown,
720 new_qc = (deadline > duration_us) ? MODE_GOODQUALITY : MODE_REALTIME;
747 unsigned long deadline)
763 pick_quickcompress_mode(ctx, duration, deadline);
    [all...]
vp8_dx_iface.c 358 long deadline)
561 if (vp8dx_receive_compressed_data(pbi, data_sz, data, deadline))
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 670 final long deadline = timed ? System.nanoTime() + nanos : 0L; local
    [all...]
ForkJoinTask.java 988 long deadline = System.nanoTime() + ns; local
    [all...]
ForkJoinPool.java     [all...]
  /external/chromium_org/cc/output/
output_surface.cc 245 if (now < skipped_begin_frame_args_.deadline ||
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.cc 92 (last_begin_frame_args_.deadline - base::TimeTicks()).InMilliseconds());
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 771 int64_t duration, int deadline) {
815 si->enc_frame_flags, deadline);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /external/chromium_org/net/quic/
quic_connection_test.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 1276 base::TimeTicks deadline = display_time - expected_browser_composite_time_; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 930 final long deadline = SystemClock.uptimeMillis() + timeoutMillis; local
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1854 milliseconds

1 2 34 5