/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion30.txt | 7 android:animationDuration : Sets how long a transition animation should run (in milliseconds) when layout has changed. [integer] 8 android:animationResolution : Timeout between frames of animation in milliseconds * Deprecated: Not used by the framework. [integer]
|
/external/kernel-headers/original/linux/netfilter/ |
xt_limit.h | 4 /* timings are in milliseconds. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_limit.h | 4 /* timings are in milliseconds. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 6 /* timings are in milliseconds. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_limit.h | 4 /* timings are in milliseconds. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 6 /* timings are in milliseconds. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_limit.h | 4 /* timings are in milliseconds. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 6 /* timings are in milliseconds. */
|
/external/smack/src/com/kenai/jbosh/ |
AttrMaxPause.java | 56 * Get the max pause time in milliseconds. 58 * @return pause tme in milliseconds 61 return (int) TimeUnit.MILLISECONDS.convert(
|
AttrPause.java | 56 * Get the pause time in milliseconds. 58 * @return pause tme in milliseconds 61 return (int) TimeUnit.MILLISECONDS.convert(
|
AttrPolling.java | 56 * Get the polling interval in milliseconds. 58 * @return polling interval in milliseconds 61 return (int) TimeUnit.MILLISECONDS.convert(
|
/frameworks/base/core/java/android/os/ |
NullVibrator.java | 42 public void vibrate(long milliseconds) { 56 public void vibrate(int owningUid, String owningPackage, long milliseconds) { 57 vibrate(milliseconds);
|
SystemClock.java | 27 * is the standard "wall" clock (time and date) expressing milliseconds 41 * <li> <p> {@link #uptimeMillis} is counted in milliseconds since the 100 * Waits a given number of milliseconds (of uptimeMillis) before returning. 104 * at least the specified number of milliseconds has elapsed. 106 * @param ms to sleep before returning, in milliseconds of uptime. 132 * Sets the current wall time, in milliseconds. Requires the calling 140 * Returns milliseconds since boot, not counting time spent in deep sleep. 142 * @return milliseconds of non-sleep uptime since boot. 147 * Returns milliseconds since boot, including time spent in sleep. 149 * @return elapsed milliseconds since boot [all...] |
/packages/screensavers/PhotoTable/res/values-sw800dp/ |
config.xml | 21 <!-- Milliseconds between drops. --> 24 <!-- Milliseconds to wait before the next fast drop.--> 30 <!-- Duration in milliseconds for the pickup animation. -->
|
/external/chromium/third_party/libjingle/source/talk/base/ |
time.h | 41 // Returns the current time in milliseconds. 47 // Returns a future timestamp, 'elapsed' milliseconds from now. 65 // Number of milliseconds that would elapse between 'earlier' and 'later' 69 // The number of milliseconds that have elapsed since 'earlier'. 74 // The number of milliseconds that will elapse between now and 'later'.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_relmillisecs.c | 52 DWORD milliseconds; local 70 * Calculate timeout as milliseconds from current system time. 118 milliseconds = (DWORD) (tmpAbsMilliseconds - tmpCurrMilliseconds); 119 if (milliseconds == INFINITE) 122 milliseconds--; 128 milliseconds = 0; 131 return milliseconds;
|
/frameworks/base/media/java/android/media/videoeditor/ |
Effect.java | 60 * @param durationMs The effect duration in milliseconds 94 * @param durationMs of the effect in milliseconds 116 * @return The duration of the effect in milliseconds 127 * of the media item in milliseconds 144 * @return The start time in milliseconds 153 * @param startTimeMs start time in milliseconds 154 * @param durationMs The duration in milliseconds
|
/cts/libs/vogar-expect/src/vogar/util/ |
TimeUtilities.java | 25 * Returns the ISO 8601-format String corresponding to the given duration (measured in milliseconds). 28 long milliseconds = duration % 1000; local 46 if (milliseconds != 0) { 48 result.append(milliseconds); 55 * Returns a string representation of the given number of milliseconds. 79 long milliseconds = duration % 1000; local
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
timeutils.h | 46 // January 1970, in NTP milliseconds. 51 // Returns the current time in milliseconds. 59 // Returns a future timestamp, 'elapsed' milliseconds from now. 77 // Number of milliseconds that would elapse between 'earlier' and 'later' 81 // The number of milliseconds that have elapsed since 'earlier'. 86 // The number of milliseconds that will elapse between now and 'later'.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
wait_for_pred.pass.cpp | 46 typedef std::chrono::milliseconds milliseconds; typedef 52 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2)); 56 assert(t1 - t0 < milliseconds(250)); 61 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
|
/system/media/audio_effects/include/audio_effects/ |
effect_environmentalreverb.h | 38 REVERB_PARAM_DECAY_TIME, // in milliseconds, range 100 to 20000 41 REVERB_PARAM_REFLECTIONS_DELAY, // in milliseconds, range 0 to 65 43 REVERB_PARAM_REVERB_DELAY, // in milliseconds, range 0 to 65
|
/device/lge/hammerhead/bluetooth/ |
bdroid_buildcfg.h | 20 #define BTA_DISABLE_DELAY 100 /* in milliseconds */
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/ |
console_tts_engine.js | 8 var milliseconds; variable 59 }, milliseconds); 85 milliseconds = 10 / curOptions.rate; 95 milliseconds = 10 / curOptions.rate;
|
/external/chromium_org/content/browser/android/ |
vibration_message_filter.h | 26 void OnVibrate(int64 milliseconds);
|
/external/iptables/extensions/ |
libxt_RATEEST.man | 9 Rate measurement interval, in seconds, milliseconds or microseconds.
|