HomeSort by relevance Sort by last modified time
    Searched full:elapse (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/components/usb_service/
usb_context_unittest.cc 49 base::TimeDelta elapse = base::TimeTicks::Now() - start; local
50 if (elapse > base::TimeDelta::FromSeconds(2)) {
  /packages/apps/Email/src/com/android/email/
StopWatch.java 55 long elapse = now - mLastSplit; local
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 83 int elapse = (int) (currentTimeMillis - mStartTime); local
84 float x = Utils.clamp((float) elapse / mDuration, 0f, 1f);
87 if (elapse >= mDuration) mStartTime = NO_ANIMATION;
  /development/tools/idegen/
index-gen.sh 59 elapse=$(($end - $start))
60 echo "Took ${elapse}ms"
  /external/chromium_org/third_party/webrtc/base/
timeutils.h 64 // Number of milliseconds that would elapse between 'earlier' and 'later'
73 // The number of milliseconds that will elapse between now and 'later'.
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.h 81 // Number of milliseconds that would elapse between 'earlier' and 'later'
90 // The number of milliseconds that will elapse between now and 'later'.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 12 * subsequently triggered if {@link #IDLE_WINDOW_MS} continuous milliseconds elapse with zero draws.
  /external/chromium_org/ui/views/controls/
throbber.h 24 // |frame_time_ms| is the amount of time that should elapse between frames
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.cc 102 * elapse since they finished and try to unmute again. Should be called on the
  /external/lldb/source/Utility/
TimeSpecTimeout.h 34 /// elapse between when this function is called and when the timeout is
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressThreadTest.java 53 * will elapse before the first error is detected.
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 78 * period to elapse, whichever happens first.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 125 /** The minimum amount of time that has to elapse before the progress bar gets updated, in ms */
  /docs/source.android.com/src/devices/sensors/
batching.jd 95 <code>max_report_latency</code> of the other sensors didn?t elapse yet. The general goal is
122 <code>max_report_latency</code> of some sensors didn?t elapse yet. This minimizes the risk
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 163 // The p_timeout parameter specifies the seconds that elapse before
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 30 /// cycles should elapse from the start of this stage to the start of
  /external/llvm/include/llvm/Target/
TargetItinerary.td 48 // cycles should elapse from the start of this stage to the start of
  /external/iproute2/man/man8/
tc-cbq-details.8 76 that elapse between requests from the device driver for more data. Combined
  /frameworks/base/core/java/android/content/
SyncRequest.java 306 * to elapse between periodic syncs.
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 52 * the leader, it waits only for the next delay to elapse, but
package-info.java 105 * However, an indefinite amount of time may elapse between a
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 323 CDBG("cam_frame_fb_thread: elapse time for FBIOPAN_DISPLAY = %ld, return = %d\n",
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 322 CDBG("cam_frame_fb_thread: elapse time for FBIOPAN_DISPLAY = %ld, return = %d\n",
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 381 int elapse,
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 314 * method return in response to a signal, or over indicating the elapse

Completed in 633 milliseconds

1 2