/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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
wait_until.pass.cpp | 21 typedef std::chrono::milliseconds ms;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
wait_until.pass.cpp | 21 typedef std::chrono::milliseconds ms;
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
simpletz.h | 148 * number of milliseconds after midnight. 156 * number of milliseconds after midnight. 189 * number of milliseconds after midnight. 197 * number of milliseconds after midnight. 198 * @param savingsDST The number of milliseconds added to standard time 233 * number of milliseconds after midnight. 243 * number of milliseconds after midnight. 246 * @param savingsDST The number of milliseconds added to standard time 550 * Returns the TimeZone's adjusted GMT offset (i.e., the number of milliseconds to add 564 * @param millis The reference date's milliseconds in day, UTT (NOT local time) [all...] |
/external/chromium_org/v8/tools/profviz/ |
stdio.js | 37 // Convert picoseconds to milliseconds.
|
/external/icu/icu4c/source/i18n/unicode/ |
simpletz.h | 148 * number of milliseconds after midnight. 156 * number of milliseconds after midnight. 189 * number of milliseconds after midnight. 197 * number of milliseconds after midnight. 198 * @param savingsDST The number of milliseconds added to standard time 233 * number of milliseconds after midnight. 243 * number of milliseconds after midnight. 246 * @param savingsDST The number of milliseconds added to standard time 550 * Returns the TimeZone's adjusted GMT offset (i.e., the number of milliseconds to add 564 * @param millis The reference date's milliseconds in day, UTT (NOT local time) [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputTestsBase.java | 356 protected static void sleep(final int milliseconds) { 358 Thread.sleep(milliseconds);
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/ |
rendering_stats_unittest.py | 26 The unit of time is milliseconds. 29 self.milliseconds = 0 32 return self.milliseconds 36 self.milliseconds += delta
|
/external/webrtc/src/modules/audio_processing/aecm/ |
echo_control_mobile.c | 282 unsigned int milliseconds; local 496 milliseconds = (unsigned int)(diff & 0xffffffff); 497 WriteFile (logFile, &milliseconds, sizeof(unsigned int), &temp, NULL);
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.js | 163 units: 'milliseconds', 168 units: 'milliseconds', 208 units: 'milliseconds'
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
async_util.js | 264 * milliseconds. Default is 200 milliseconds. 299 * |minInteval_| milliseconds.
|
/external/chromium_org/base/timer/ |
timer_unittest.cc | 27 explicit OneShotTimerTester(bool* did_run, unsigned milliseconds = 10) 29 delay_ms_(milliseconds) { 213 OneShotTimerTester tester(&did_run, 100 /* milliseconds */);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
power.js | 388 var sleepSampleInterval = 30 * 1000; // in milliseconds. 457 * @param {number} sampleTime Time in milliseconds since the epoch when the 459 * @param {number} previousSampleTime Time in milliseconds since the epoch 463 * for the time in milliseconds since the epoch when the system resumed. The 464 * 'sleepDuration' field is for the time in milliseconds the system spent 532 * milliseconds since the epoch when the system resumed. The 'sleepDuration' 533 * field is for the time in milliseconds the system spent in sleep/suspend 661 * milliseconds since the epoch when the system resumed. The 'sleepDuration' 662 * field is for the time in milliseconds the system spent in sleep/suspend
|
/external/chromium_org/chrome/browser/resources/net_export/ |
net_export.js | 22 * Delay in milliseconds between updates of certain browser information.
|
/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/v8/src/platform/ |
time.cc | 47 TimeDelta TimeDelta::FromMilliseconds(int64_t milliseconds) { 48 return TimeDelta(milliseconds * Time::kMicrosecondsPerMillisecond); 392 // to 55 milliseconds) time stamp but is comparatively less expensive to
|
/external/deqp/modules/gles2/functional/ |
es2fFlushFinishTests.cpp | 79 static void busyWait (int milliseconds) 89 if (deGetMicroseconds()-startTime >= deUint64(1000*milliseconds))
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 861 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { 862 vibrate(new long[] { 0, milliseconds}, -1); [all...] |
/external/chromium_org/content/shell/renderer/test_runner/ |
event_sender.cc | 355 void LeapForward(int milliseconds); 698 void EventSenderBindings::LeapForward(int milliseconds) { 700 sender_->LeapForward(milliseconds); 1033 milliseconds(0), [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
live_regions_deprecated.js | 44 * Time in milliseconds after initial page load to ignore live region 54 * updates within the first INITIAL_SILENCE_MS milliseconds are ignored.
|
/external/chromium_org/content/renderer/ |
renderer_webkitplatformsupport_impl.h | 147 virtual void vibrate(unsigned int milliseconds);
|
/external/chromium_org/remoting/webapp/ |
log_to_server.js | 38 // The maximum age of a session ID, in milliseconds. 42 // to the server, in milliseconds.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.cc | 230 void SleepForMilliseconds(int milliseconds) { 232 _sleep(milliseconds); // Windows's _sleep takes milliseconds argument 234 // Sleep for a few milliseconds 236 sleep_time.tv_sec = milliseconds / 1000; 237 sleep_time.tv_nsec = (milliseconds % 1000) * 1000000; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 215 void SleepForMilliseconds(int milliseconds) { 217 _sleep(milliseconds); // Windows's _sleep takes milliseconds argument 219 // Sleep for a few milliseconds 221 sleep_time.tv_sec = milliseconds / 1000; 222 sleep_time.tv_nsec = (milliseconds % 1000) * 1000000; [all...] |
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
tick_util.h | 71 static void AdvanceFakeClock(int64_t milliseconds); 87 int64_t Milliseconds() const; 248 inline int64_t TickInterval::Milliseconds() const {
|