HomeSort by relevance Sort by last modified time
    Searched full:elapse (Results 26 - 50 of 65) sorted by null

12 3

  /hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.cxx 814 uint32_t elapse; local
830 elapse = (uint32_t)((elapsed.tv_sec * 1000) + (elapsed.tv_usec / 1000));
833 if (elapse == 0)
834 elapse = 1;
836 return elapse;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverUtils.java 101 * <li> <code> Integer.MAX_VALUE</code> iterations elapse
148 * <li> <code> maximumIterations</code> iterations elapse
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
qualification.py 74 The percentage of assignments the Worker has abandoned (allowed the deadline to elapse), over all assignments the Worker has accepted. The value is an integer between 0 and 100.
connection.py 528 it or return it, or allow the assignment duration to elapse
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressThreadTest.java 53 * will elapse before the first error is detected.
  /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
  /libcore/ojluni/src/main/java/sun/nio/ch/
DefaultSelectorProvider.java 67 that an arbitrary length of time might elapse between Step 0 and this step.
  /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/avahi/avahi-core/
query-sched.c 409 * update the elapse time */
  /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 310 * to elapse between periodic syncs. A minimum period of 1 hour is enforced.
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 58 * the leader, it waits only for the next delay to elapse, but
package-info.java 116 * However, an indefinite amount of time may elapse between a
  /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",
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 315 * method return in response to a signal, or over indicating the elapse
ReentrantLock.java 406 * over reporting the elapse of the waiting time.
ReentrantReadWriteLock.java 834 * lock, and over reporting the elapse of the waiting time.
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 147 /// means the minimum number of cycles that must elapse between the
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 255 // hideRecents() call, or for the fast alt-tab duration to elapse
    [all...]
  /external/curl/lib/
cookie.c 517 negative integer. After delta-seconds seconds elapse, the
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 677 stream.print("of the elapse process time over builds</b> by the <b>average elapsed process\n");
    [all...]
  /external/skia/src/animator/
SkAnimateSchema.xsd     [all...]

Completed in 2967 milliseconds

12 3