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

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 55 void SocketMonitor::Start(int milliseconds) {
56 rate_ = milliseconds;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
audiomonitor.cc 51 void AudioMonitor::Start(int milliseconds) {
52 rate_ = milliseconds;
mediamonitor.cc 53 void MediaMonitor::Start(uint32 milliseconds) {
54 rate_ = milliseconds;
  /external/chromium_org/third_party/opus/src/silk/
control.h 65 /* I: Number of samples per packet in milliseconds; 10/20/40/60 */
128 /* I: Number of samples per packet in milliseconds; 10/20/40/60 */
  /external/chromium_org/v8/test/mjsunit/regress/
regress-944.js 30 // required by the spec format if the string has milliseconds at all).
45 // Fail if there's a decimal point but zero digits for (expected) milliseconds.
  /external/ganymed-ssh2/examples/
PortForwarding.java 13 public static void sleepSomeTime(long milliSeconds)
17 Thread.sleep(milliSeconds);
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractCheckedFutureTest.java 124 assertTrue(startingGate.await(500, TimeUnit.MILLISECONDS));
127 assertTrue(successLatch.await(500, TimeUnit.MILLISECONDS));
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 19 import static java.util.concurrent.TimeUnit.MILLISECONDS;
100 joinUninterruptibly(interruptingThread, 2500, MILLISECONDS);
  /external/icu4c/i18n/
gregoimp.h 111 * The minimum supported epoch milliseconds. This value is equivalent
123 * The maximum supported epoch milliseconds. This value is equivalent
196 * Convert a 1970-epoch milliseconds to proleptic Gregorian year,
198 * @param time 1970-epoch milliseconds
227 * Converts Julian day to time as milliseconds.
229 * @return time as milliseconds.
235 * Converts time as milliseconds to Julian day.
236 * @param millis the given milliseconds.
vzone.h 164 * Returns the TimeZone's adjusted GMT offset (i.e., the number of milliseconds to add
183 * @param millis The reference date's milliseconds in day, local standard time
185 * @return The offset in milliseconds to add to GMT to get local time.
205 * @param millis The reference date's milliseconds in day, local standard time
208 * @return The offset in milliseconds to add to GMT to get local time.
224 * units of milliseconds from January 1, 1970 0:00 GMT, either GMT
242 * Sets the TimeZone's raw GMT offset (i.e., the number of milliseconds to add
252 * Returns the TimeZone's raw GMT offset (i.e., the number of milliseconds to add
  /external/icu4c/i18n/unicode/
rbtz.h 125 * Returns the TimeZone's adjusted GMT offset (i.e., the number of milliseconds to add
143 * @param millis The reference date's milliseconds in day, local standard time
145 * @return The offset in milliseconds to add to GMT to get local time.
164 * @param millis The reference date's milliseconds in day, local standard time
167 * @return The offset in milliseconds to add to GMT to get local time.
182 * units of milliseconds from January 1, 1970 0:00 GMT, either GMT
200 * Sets the TimeZone's raw GMT offset (i.e., the number of milliseconds to add
209 * Returns the TimeZone's raw GMT offset (i.e., the number of milliseconds to add
  /external/iptables/extensions/
libxt_hashlimit.man 47 After how many milliseconds do hash entries expire.
50 How many milliseconds between garbage collection intervals.
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 37 ** period is the GKI timer period in milliseconds. Parameter
70 convert back to milliseconds before updating timer list */
  /external/libusb/libusb/os/
linux_usbfs.h 34 uint32_t timeout; /* in milliseconds */
44 unsigned int timeout; /* in milliseconds */
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdldelay.html 83 >SDL_Delay&nbsp;--&nbsp;Wait a specified number of milliseconds before returning.</DIV
123 >Wait a specified number of milliseconds before returning. <TT
sdlgetticks.html 83 >SDL_GetTicks&nbsp;--&nbsp;Get the number of milliseconds since the SDL library initialization.</DIV
123 >Get the number of milliseconds since the SDL library initialization.
  /external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamSession.java 69 * Sets the specified timeout, in milliseconds. With this option set to a non-zero timeout, a
76 * @param timeout the specified timeout, in milliseconds
  /external/v8/test/mjsunit/regress/
regress-944.js 30 // required by the spec format if the string has milliseconds at all).
45 // Fail if there's a decimal point but zero digits for (expected) milliseconds.
  /frameworks/base/core/java/android/os/
ConditionVariable.java 107 * timeout milliseconds have passed.
112 * @param timeout the minimum time to wait in milliseconds.
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 52 public void go(long milliseconds)
55 mOffAt = SystemClock.uptimeMillis() + milliseconds;
  /frameworks/native/cmds/flatland/
README.txt 27 command line option can be used to insert a sleep (specified in milliseconds)
52 indicates the expected time in milliseconds that a single frame of the
  /frameworks/rs/scriptc/
rs_time.rsh 87 * Returns the current system clock (uptime) in milliseconds.
89 * @return Uptime in milliseconds.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java 204 * milliseconds since boot in the {@link SystemClock#elapsedRealtime} time base.
226 * Gets the content playback position as a long integer number of milliseconds
229 * @return The content playback position in milliseconds, or -1 if unknown.
237 * milliseconds.
239 * @return The content duration in milliseconds, or -1 if unknown.
342 * milliseconds since boot in the {@link SystemClock#elapsedRealtime} time base.
358 * Sets the content playback position as a long integer number of milliseconds
368 * of milliseconds.
  /hardware/libhardware/include/hardware/
lights.h 62 * and then flashOnMS should be set to the number of milliseconds to turn
63 * the light on, followed by the number of milliseconds to turn the light
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.h 83 * @param timeout Timeout in milliseconds
112 * @param timeout Timeout in milliseconds

Completed in 471 milliseconds

<<11121314151617181920>>