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

<<11121314151617181920>>

  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 58 * @param duration in milliseconds.
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestThread.java 32 // Timeout for initializing looper and opening camera in Milliseconds.
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java 53 success = mSemaphore.tryAcquire(mMaxWaitDelayMs, TimeUnit.MILLISECONDS);
TextureViewTestActivity.java 59 success = mSemaphore.tryAcquire(timeout, TimeUnit.MILLISECONDS);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 71 * Network connection timeout, in milliseconds.
76 * Network read timeout, in milliseconds.
298 conn.setReadTimeout(NET_READ_TIMEOUT_MILLIS /* milliseconds */);
299 conn.setConnectTimeout(NET_CONNECT_TIMEOUT_MILLIS /* milliseconds */);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 71 * Network connection timeout, in milliseconds.
76 * Network read timeout, in milliseconds.
298 conn.setReadTimeout(NET_READ_TIMEOUT_MILLIS /* milliseconds */);
299 conn.setConnectTimeout(NET_CONNECT_TIMEOUT_MILLIS /* milliseconds */);
  /device/asus/flo/overlay/frameworks/base/core/res/res/values/
config.xml 28 <!-- Default LED on time for notification LED in milliseconds. -->
31 <!-- Default LED off time for notification LED in milliseconds. -->
118 <!-- The duration (in milliseconds) that the radio will scan for a signal
169 <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
  /external/bluetooth/bluedroid/hci/include/
utils.h 162 ** Description sleep unconditionally for timeout milliseconds
  /external/chromium/base/synchronization/
waitable_event_win.cc 60 // is in milliseconds. If there are 5.5ms left, should the delay be 5 or 6?
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.h 95 static const int kThrottleTimeMs = 200; // milliseconds
  /external/chromium/chrome/common/
worker_thread_ticker.h 34 // registered handlers (in milliseconds)
  /external/chromium/net/url_request/
url_request_throttler_entry_interface.h 35 // milliseconds. The return value is always positive or 0.
  /external/chromium/third_party/libjingle/source/talk/base/
socketserver.h 50 // 1) cms milliseconds have elapsed (unless cms == kForever)
  /external/chromium_org/ash/system/tray/
throbber_view.cc 21 // Duration for showing/hiding animation in milliseconds.
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 62 // is in milliseconds. If there are 5.5ms left, should the delay be 5 or 6?
  /external/chromium_org/chrome/browser/omnibox/
omnibox_log.h 62 // unit tests), this elapsed time is set to -1 milliseconds.
  /external/chromium_org/chrome/browser/resources/print_preview/search/
search_box.js 49 * Delay in milliseconds before dispatching a SEARCH event.
  /external/chromium_org/chrome/browser/ui/gtk/
throbber_gtk.cc 17 // The length of a single cycle of the animation in milliseconds.
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 48 // Number of milliseconds spent animating open; also the time spent animating
  /external/chromium_org/chrome/common/extensions/api/
session_restore.json 15 "timestamp": {"type": "integer", "description": "The time when the window or tab was closed, represented in milliseconds since the epoch"},
  /external/chromium_org/chrome/common/
worker_thread_ticker.h 33 // registered handlers (in milliseconds)
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 48 * @param {?number} opt_timeoutMillis The timeout, in milliseconds, to use.
  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl.h 33 // Number of milliseconds newer a location provider has to be that it's worth
  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.h 100 // Delay due to the FIFO in milliseconds.
  /external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h 41 // milliseconds. The return value is always positive or 0.

Completed in 1400 milliseconds

<<11121314151617181920>>