HomeSort by relevance Sort by last modified time
    Searched full:milliseconds (Results 651 - 675 of 2226) sorted by null

<<21222324252627282930>>

  /external/smack/src/org/jivesoftware/smackx/muc/
ConnectionDetachedPacketCollector.java 100 return resultQueue.poll(timeout, TimeUnit.MILLISECONDS);
  /external/smack/src/org/xbill/DNS/
Resolver.java 66 * @param msecs The number of milliseconds to wait.
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 56 printf("For debugging, this is configured to sleep for %u milliseconds before AudioSetInputFormat(%u)\n\n", delay_ms, SAMPLING_RATE);
  /external/srec/portable/include/
ptimer.h 31 * are milliseconds.
  /external/v8/src/
platform-win32.cc 239 // timestamps are represented as a doubles in milliseconds since 00:00:00 UTC,
255 // Returns the local timezone offset in milliseconds east of UTC. This is
256 // the number of milliseconds you must add to UTC to get local time, i.e.
262 // Returns the daylight savings time offset for the time in milliseconds.
296 // Return the difference (in milliseconds) between this timestamp and
434 // Return the difference in milliseconds between this and another timestamp.
493 // Return the local timezone offset in milliseconds east of UTC. This
509 // Convert from JavaScript milliseconds past 1/1/1970 0:00:00 to
537 // Get the local timezone offset for the timestamp in milliseconds.
541 // are specified in minutes. These must be converted to milliseconds
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalConfig.h 31 #define M4VSS3GPP_MINIMAL_TRANSITION_DURATION 100 /**< 100 milliseconds */
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 234 * @return The time (in milliseconds) between master announcements.
247 * @param interval The time (in milliseconds) between master announcements.
261 * @return The time (in milliseconds) between time sync requests.
274 * @param interval The time (in milliseconds) between time sync requests.
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 313 * @return an animation delayed by the number of milliseconds returned by
345 * Returns the amount of milliseconds by which the specified view's
350 * milliseconds where:
361 * @return a delay in milliseconds
  /frameworks/base/core/java/android/webkit/
DateSorter.java 86 * @param time time since the Epoch in milliseconds, such as that
  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 35 /* We have to round this off because X509v3 doesn't store milliseconds. */
  /frameworks/base/media/java/android/media/videoeditor/
EffectColor.java 86 * @param durationMs The duration of this effect in milliseconds
MediaVideoItem.java 96 * @param beginMs Start time in milliseconds. Set to 0 to extract from the
98 * @param endMs End time in milliseconds. Set to {@link #END_OF_FILE} to
203 * @param beginMs Start time in milliseconds. Set to 0 to extract from the
205 * @param endMs End time in milliseconds. Set to {@link #END_OF_FILE} to
WaveformData.java 121 * @return The duration of a frame in milliseconds
  /frameworks/base/services/common_time/
clock_recovery.h 143 // Minimum number of milliseconds over which we allow a full range change
  /frameworks/native/opengl/tests/angeles/
cams.h 29 /* Length in milliseconds of one camera track base unit.
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 117 * @param ms is in milliseconds.
  /frameworks/volley/src/com/android/volley/toolbox/
RequestFuture.java 97 return doGet(TimeUnit.MILLISECONDS.convert(timeout, unit));
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 145 // Last modified date value (milliseconds)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait_for.pass.cpp 21 typedef std::chrono::milliseconds ms;
wait_until.pass.cpp 21 typedef std::chrono::milliseconds ms;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait_for.pass.cpp 21 typedef std::chrono::milliseconds ms;
wait_until.pass.cpp 21 typedef std::chrono::milliseconds ms;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 27 typedef std::chrono::milliseconds duration;
wait_until_pred.pass.cpp 28 typedef std::chrono::milliseconds duration;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 26 typedef std::chrono::milliseconds duration;

Completed in 5936 milliseconds

<<21222324252627282930>>