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

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/main/java/java/sql/
Date.java 28 * values for hours, minutes, seconds, and milliseconds.
30 * Time points are handled as millisecond values - milliseconds since the Epoch,
61 * milliseconds time value {@code theDate}.
64 * a time value in milliseconds since the epoch - January 1 1970
66 * milliseconds) stored in the {@code Date} object is adjusted to
156 * Sets this date to a date supplied as a milliseconds value. The date is
160 * the time in milliseconds since the Epoch.
239 * significance digits corresponding to milliseconds, seconds, minutes and
Timestamp.java 96 * a time value in the format of milliseconds since the Epoch
280 * value containing the number of milliseconds since the Epoch (January 1
283 * @return the number of milliseconds that have passed since January 1 1970,
311 * supplied time, defined as the number of milliseconds since the Epoch
315 * number of milliseconds since the Epoch (January 1 1970,
325 * Deal with the nanoseconds value. The supplied time is in milliseconds -
326 * so we must extract the milliseconds value and multiply by 1000000 to
330 * take the "raw" milliseconds value and subtract it from 1000 to get to
334 int milliseconds = (int) (theTime % 1000); local
335 theTime = theTime - milliseconds;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
milliseconds.pass.cpp 12 // typedef duration<signed integral type of at least 45 bits, milli> milliseconds;
20 typedef std::chrono::milliseconds D;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_exact.pass.cpp 25 std::chrono::milliseconds ms(1);
31 constexpr std::chrono::milliseconds ms(1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
toduration.fail.cpp 25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint;
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 10 android:duration : Amount of time (in milliseconds) for the animation to run. [integer]
11 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
  /external/chromium_org/chrome/common/extensions/api/
history.json 18 "lastVisitTime": {"type": "number", "optional": true, "description": "When this page was last loaded, represented in milliseconds since the epoch."},
30 "visitTime": {"type": "number", "optional": true, "description": "When this visit occurred, represented in milliseconds since the epoch."},
51 "startTime": {"type": "number", "optional": true, "description": "Limit results to those visited after this date, represented in milliseconds since the epoch."},
52 "endTime": {"type": "number", "optional": true, "description": "Limit results to those visited before this date, represented in milliseconds since the epoch."},
135 "startTime": { "type": "number", "description": "Items added to history after this date, represented in milliseconds since the epoch." },
136 "endTime": { "type": "number", "description": "Items added to history before this date, represented in milliseconds since the epoch." }
  /external/chromium_org/ui/webui/resources/js/cr/ui/
repeating_button.js 26 * Delay in milliseconds before the first repeat trigger of the button
34 * Delay in milliseconds between triggers of the button held action.
148 * @type {number} The delay in milliseconds.
156 * @type {number} The delay in milliseconds.
164 * @type {number} The repeat interval in milliseconds.
172 * @type {number} The interval in milliseconds.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
time.html 93 >&nbsp;--&nbsp;Get the number of milliseconds since the SDL library initialization.</DT
98 >&nbsp;--&nbsp;Wait a specified number of milliseconds before returning.</DT
103 >&nbsp;--&nbsp;Add a timer which will call a callback after the specified number of milliseconds has
118 >&nbsp;--&nbsp;Set a callback to run after the specified number of milliseconds has
126 object every x milliseconds:
137 >Or you can get the number of milliseconds passed, and move the object if, for example, 30 ms passed.</P
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /external/chromium_org/tools/metrics/histograms/
histograms.xml 219 <histogram name="Ash.TouchDuration" units="milliseconds">
223 <histogram name="Ash.TouchMoveInterval" units="milliseconds">
243 <histogram name="Ash.TouchStartAfterEnd" units="milliseconds">
276 <histogram name="AsyncDNS.ConfigNotifyInterval" units="milliseconds">
282 <histogram name="AsyncDNS.ConfigParseDuration" units="milliseconds">
324 <histogram name="AsyncDNS.FallbackFail" units="milliseconds">
330 <histogram name="AsyncDNS.FallbackSuccess" units="milliseconds">
354 <histogram name="AsyncDNS.HostsNotifyInterval" units="milliseconds">
360 <histogram name="AsyncDNS.HostsParseDuration" units="milliseconds">
376 <histogram name="AsyncDNS.JobQueueTime" units="milliseconds">
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zrule.h 84 * @return The standard time offset from UTC in milliseconds.
94 * in milliseconds.
121 * @param rawOffset The UTC offset of its standard time in milliseconds.
122 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
171 * @return The standard time offset from UTC in milliseconds.
181 * in milliseconds.
203 * takes effect in milliseconds.
219 * takes effect in milliseconds.
236 * takes effect in milliseconds.
255 * takes effect in milliseconds
    [all...]
ztrans.h 35 * @param time The time of transition in milliseconds since the base time.
80 * Returns the time of transition in milliseconds.
82 * @return The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
89 * Sets the time of transition in milliseconds.
91 * @param time The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
  /external/icu4c/i18n/
zrule.h 78 * @return The standard time offset from UTC in milliseconds.
87 * in milliseconds.
112 * @param rawOffset The UTC offset of its standard time in milliseconds.
113 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
157 * @return The standard time offset from UTC in milliseconds.
166 * in milliseconds.
186 * takes effect in milliseconds.
201 * takes effect in milliseconds.
217 * takes effect in milliseconds.
235 * takes effect in milliseconds
    [all...]
ztrans.h 34 * @param time The time of transition in milliseconds since the base time.
74 * Returns the time of transition in milliseconds.
76 * @return The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
82 * Sets the time of transition in milliseconds.
84 * @param time The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
  /external/chromium_org/base/time/
time_posix.cc 164 int64 milliseconds; // Milliseconds since epoch. local
169 milliseconds = microseconds / kMicrosecondsPerMillisecond;
170 seconds = milliseconds / kMillisecondsPerSecond;
171 millisecond = milliseconds % kMillisecondsPerSecond;
174 milliseconds = (microseconds - kMicrosecondsPerMillisecond + 1) /
176 seconds = (milliseconds - kMillisecondsPerSecond + 1) /
179 millisecond = milliseconds % kMillisecondsPerSecond;
215 int64 milliseconds; local
279 milliseconds = min_seconds * kMillisecondsPerSecond
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 107 function humanReadableTime(milliseconds)
109 if (milliseconds < 1000)
110 return Math.floor(milliseconds) + 'ms';
111 else if (milliseconds < 60000)
112 return (milliseconds / 1000).toPrecision(2) + 's';
114 var minutes = Math.floor(milliseconds / 60000);
115 var seconds = Math.floor((milliseconds - minutes * 60000) / 1000);
  /frameworks/base/core/java/android/net/
SntpClient.java 63 // round trip time in milliseconds
70 * @param timeout network timeout in milliseconds.
156 * @return round trip time in milliseconds.
182 * it as a system time (milliseconds since January 1, 1970).
191 * Writes system time (milliseconds since January 1, 1970) as an NTP time stamp
196 long milliseconds = time - seconds * 1000L; local
205 long fraction = milliseconds * 0x100000000L / 1000L;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 165 * The timeout for querying each source, in milliseconds.
209 * The delay in milliseconds before suggestions are updated while typing.
224 * @return The period in milliseconds.
233 * @return The period in milliseconds.
242 * @return The period in milliseconds.
251 * @return The period in milliseconds.
260 * @return The period in milliseconds.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tztrans.h 37 * @param time The time of transition in milliseconds since the base time.
97 * Returns the time of transition in milliseconds.
98 * @return The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
104 * Sets the time of transition in milliseconds.
105 * @param time The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
  /external/icu4c/i18n/unicode/
tztrans.h 37 * @param time The time of transition in milliseconds since the base time.
97 * Returns the time of transition in milliseconds.
98 * @return The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
104 * Sets the time of transition in milliseconds.
105 * @param time The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
  /external/smack/src/org/jivesoftware/smackx/commands/
RemoteCommand.java 66 * The number of milliseconds to wait for a response from the server
181 * Returns the number of milliseconds to wait for a respone. The
185 * @return the number of milliseconds to wait for responses.
192 * Returns the number of milliseconds to wait for a respone. The
196 * @param packetReplyTimeout the number of milliseconds to wait for responses.
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 91 WebRtc_Word16 inActive; // Inactive time in milliseconds
92 WebRtc_Word16 msTooLow; // Milliseconds of speech at a too low level
93 WebRtc_Word16 msTooHigh; // Milliseconds of speech at a too high level
96 WebRtc_Word16 msZero; // Milliseconds of zero input
99 WebRtc_Word16 activeSpeech; // Milliseconds of active speech
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 107 * @param durationMs The duration in milliseconds
124 * @param durationMs The duration in milliseconds
142 * @param startTimeMs start time in milliseconds
159 * @param startTimeMs the start time in milliseconds
169 * @return The start time in milliseconds

Completed in 607 milliseconds

1 2 3 4 56 7 8 91011>>