/libcore/luni/src/main/java/java/util/logging/ |
LogRecord.java | 104 * The time that the event occurred, in milliseconds since 1970. 247 * Gets the time when this event occurred, in milliseconds since 1970. 249 * @return the time when this event occurred, in milliseconds since 1970. 256 * Sets the time when this event occurred, in milliseconds since 1970. 259 * the time when this event occurred, in milliseconds since 1970.
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
Duration.java | 303 * <p>Returns the length of the duration in milliseconds.</p> 325 * @return milliseconds between <code>startInstant</code> and 340 * <p>Returns the length of the duration in milliseconds.</p> 365 * @return milliseconds between <code>startInstant</code> and 494 * order of YEARS, MONTHS, DAYS, HOURS, MINUTES, SECONDS, and MILLISECONDS 509 * beyond milliseconds will be simply ignored. For example, if 511 * 234 is added to MILLISECONDS, and the rest will be unused. 716 * <li>the difference between the two Calendars in computed in milliseconds and converted to days, [all...] |
/external/chromium/third_party/icu/public/i18n/unicode/ |
timezone.h | 90 * <li>A time zone offset; that, is the number of milliseconds to add or subtract 170 * @param rawOffset an offset from GMT in milliseconds, ignoring 205 * @param rawOffset An offset from GMT in milliseconds. 392 * Returns the TimeZone's adjusted GMT offset (i.e., the number of milliseconds to add 410 * @param millis The reference date's milliseconds in day, local standard time 412 * @return The offset in milliseconds to add to GMT to get local time. 432 * @param milliseconds the millis in day in <em>standard</em> local time. 439 uint8_t dayOfWeek, int32_t milliseconds, 450 * units of milliseconds from January 1, 1970 0:00 GMT, either GMT 469 * Sets the TimeZone's raw GMT offset (i.e., the number of milliseconds to ad [all...] |
utmscale.h | 44 * <td>milliseconds</td> 58 * <td>milliseconds</td> 205 * is milliseconds since January 1, 1970. 221 * is milliseconds since January 1, 1970.
|
/frameworks/base/core/res/res/values/ |
config.xml | 62 <!-- The duration (in milliseconds) of a short animation. --> 65 <!-- The duration (in milliseconds) of a medium-length animation. --> 68 <!-- The duration (in milliseconds) of a long animation. --> 71 <!-- The duration (in milliseconds) that the radio will scan for a signal 271 <!-- Default LED on time for notification LED in milliseconds. --> 274 <!-- Default LED off time for notification LED in milliseconds. --> 314 <!-- Amount of time it takes for the light sensor to warm up in milliseconds.
|
/external/dbus/dbus/ |
dbus-timeout.c | 42 int interval; /**< Timeout interval in milliseconds. */ 55 * @param interval the timeout interval in milliseconds. 412 * @returns the interval in milliseconds.
|
/frameworks/base/docs/html/resources/articles/ |
window-bg-speed.jd | 40 milliseconds per frame (<strong>note:</strong> the number of frames per second 51 frames per second, or 19 milliseconds per frame. The difference of 3 52 milliseconds per is easily explained by the speed of the memory bus on the
|
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 418 * @param time the time to describe, in milliseconds 419 * @param now the current time in milliseconds 438 * @param time the time to describe, in milliseconds 439 * @param now the current time in milliseconds 542 * @param minResolution the minimum elapsed time (in milliseconds) to report 546 * @param transitionResolution the elapsed time (in milliseconds) at which 588 * @param day the relative day to describe in UTC milliseconds 589 * @param today the current time in UTC milliseconds [all...] |
/cts/apps/CtsVerifier/jni/audioquality/ |
OverflowCheck.cpp | 18 milliseconds of high-amplitude sinusoidal signal. The signal is
|
/dalvik/vm/jdwp/ |
JdwpPriv.h | 94 /* time of last debugger activity, in milliseconds */
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
cams.h | 29 /* Length in milliseconds of one camera track base unit.
|
/development/simulator/app/ |
ported.cpp | 62 // Win32 API function Sleep() takes milliseconds
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnManagerPNames.java | 44 * Defines the timeout in milliseconds used when retrieving an instance of
|
/external/bluetooth/glib/gio/fen/ |
fen-data.c | 37 #define PROCESS_EVENTQ_TIME 10 /* in milliseconds */ 40 #define SCAN_CHANGINGS_TIME 50 /* in milliseconds */ 41 #define SCAN_CHANGINGS_MAX_TIME (4*100) /* in milliseconds */ 42 #define SCAN_CHANGINGS_MIN_TIME (4*100) /* in milliseconds */
|
fen-missing.c | 31 #define SCAN_MISSING_INTERVAL 4000 /* in milliseconds */
|
/external/chromium/base/ |
platform_thread.h | 45 // Sleeps for the specified duration (units are milliseconds).
|
time_win.cc | 59 // 100-nanoseconds to milliseconds. This only works on little-endian 68 // Multiply by 10 to convert milliseconds to 100-nanoseconds. Bit_cast will 240 // because it returns the number of milliseconds since Windows has started, 299 // to 55 milliseconds) time stamp but is comparatively less expensive to
|
/external/chromium/net/base/ |
load_log_unittest.h | 14 // Create a timestamp with internal value of |t| milliseconds from the epoch.
|
/external/chromium/net/socket/ |
ssl_test_util.h | 64 bool WaitToFinish(int milliseconds);
|
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/ |
uperf.h | 95 * milliseconds. If n is small and call() is fast the return
|
/external/dropbear/libtomcrypt/notes/ |
tech0002.txt | 22 DH-768 encryption requires roughly 50 milliseconds. Take that time and round it up. Now place a delay after the call.
|
/external/icu4c/i18n/unicode/ |
utmscale.h | 44 * <td>milliseconds</td> 58 * <td>milliseconds</td> 205 * is milliseconds since January 1, 1970. 221 * is milliseconds since January 1, 1970.
|
/external/icu4c/tools/ctestfw/unicode/ |
uperf.h | 95 * milliseconds. If n is small and call() is fast the return
|
/external/qemu/android/utils/ |
system.h | 153 ** sleep for a given time in milliseconds. note: this uses
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
SDL_syscond.c | 102 /* Wait on the condition variable for at most 'ms' milliseconds.
|