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

1 2 3 4 5 6 78 91011>>

  /frameworks/volley/src/com/android/volley/
DefaultRetryPolicy.java 23 /** The current timeout in milliseconds. */
35 /** The default socket timeout in milliseconds */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 52 std::this_thread::sleep_for(std::chrono::milliseconds(100));
60 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 56 std::this_thread::sleep_for(std::chrono::milliseconds(100));
64 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp 47 // convert to and print as milliseconds
50 << " milliseconds" << endl;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.h 58 2.9 milliseconds with 10000 points
59 50 milliseconds with 100000 points
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_framestitching.h 58 2.9 milliseconds with 10000 points
59 50 milliseconds with 100000 points
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.h 58 2.9 milliseconds with 10000 points
59 50 milliseconds with 100000 points
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 173 * the daylight savings time difference in milliseconds.
207 * the daylight savings time difference in milliseconds.
236 * mode specifier, the daylight savings time difference in milliseconds.
255 * the time of day in milliseconds on which daylight savings
269 * the time of day in milliseconds on which daylight savings
274 * the daylight savings time difference in milliseconds.
543 * Sets the daylight savings offset in milliseconds for this {@code SimpleTimeZone}.
545 * @param milliseconds
546 * the daylight savings offset in milliseconds.
548 public void setDSTSavings(int milliseconds) {
    [all...]
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/
GLActivityIntentKeys.java 34 * The number of milliseconds to wait before timing out.
  /dalvik/tests/053-wait-some/src/
Main.java 7 /* delays, in milliseconds */
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyThrottleEvent.java 40 System.out.println("Sleeping for " + mThrottle + " milliseconds");
MonkeyWaitEvent.java 37 System.out.println("Wait Event for " + mWaitTime + " milliseconds");
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 56 * Returns the timeout in milliseconds used when retrieving a
60 * @return timeout in milliseconds.
70 * Sets the timeout in milliseconds used when retrieving a
74 * @param timeout the timeout in milliseconds
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 51 // Milliseconds until we timeout our attempt to hit ClientLogin.
  /external/chromium/chrome/browser/chromeos/status/
network_dropdown_button.h 50 // The duration of the icon throbbing in milliseconds.
  /external/chromium_org/ash/test/
launcher_view_test_api.h 49 // Sets animation duration in milliseconds for test.
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmark_api_helpers.cc 70 // Javascript Date wants milliseconds since the epoch, ToDoubleT is seconds.
80 // Javascript Date wants milliseconds since the epoch, ToDoubleT is seconds.
116 // Javascript Date wants milliseconds since the epoch, ToDoubleT is seconds.
125 // Javascript Date wants milliseconds since the epoch, ToDoubleT is seconds.
  /external/chromium_org/chrome/browser/extensions/api/log_private/
syslog_parser.h 32 // Parses time token and get time in milliseconds.
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_common.h 16 // Executes javascript code which will sleep for |timeout_msec| milliseconds.
  /external/chromium_org/chrome/browser/policy/
policy_statistics_collector.h 27 // Policy usage statistics update rate, in milliseconds.
  /external/chromium_org/chrome/browser/prerender/
prerender_history.cc 34 // Javascript needs times in terms of milliseconds since Jan 1, 1970.
  /external/chromium_org/chrome/common/extensions/api/
log_private.idl 25 // The time of the log in milliseconds.
  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller.cc 18 // How many milliseconds apart synthetic scroll messages should be sent.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
UiUtils.java 37 TimeUnit.MILLISECONDS));
  /external/chromium_org/media/audio/
async_socket_io_handler_unittest.cc 136 int64 milliseconds = 0; local
141 base::TimeDelta::FromMilliseconds(milliseconds));
142 milliseconds += 10;
147 base::TimeDelta::FromMilliseconds(100 + milliseconds));

Completed in 723 milliseconds

1 2 3 4 5 6 78 91011>>