HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 951 - 975 of 4948) sorted by null

<<31323334353637383940>>

  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/ui/wireless/runnables/
SwitchFromUSBAndConnectToWirelessRunnable.java 69 SubMonitor subMonitor = SubMonitor.convert(monitor, 1000);
73 1000);
158 long timeoutLimit = System.currentTimeMillis() + (timeoutAux * 1000);
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 32 #define MILLIS_INC (MICROSECONDS_PER_TIMER0_OVERFLOW / 1000)
37 #define FRACT_INC ((MICROSECONDS_PER_TIMER0_OVERFLOW % 1000) >> 3)
38 #define FRACT_MAX (1000 >> 3)
110 if (((uint16_t)micros() - start) >= 1000) {
112 start += 1000;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 43 : start_sec(start_ms / 1000),
44 start_usec(start_ms % 1000 * 1000),
145 start_time_ms_ = start_sec * 1000 + start_usec / 1000;
  /external/icu4c/i18n/
decNumberLocal.h 96 extern const uShort BIN2DPD[1000]; /* 0-999 -> DPD */
557 /* the usual DPD to binary, the other two pre-multiplied by 1000 */
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
175 is repeated 1000 times. The percentage values in the final column are the most
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
MapModel2D.java 229 if (lat == -1000) {
241 if (lat == -1000 || lon == -1000) {
346 return -1000;
366 return -1000;
MapModel3D.java 261 if (lat == -1000) {
273 if (lat == -1000 || lon == -1000) {
365 return -1000;
387 return -1000;
  /external/llvm/test/Analysis/Profiling/
load-branch-weights-loops.ll 176 %call = call i32 @func_for(i32 1000)
177 %call1 = call i32 @func_for_odd(i32 1000)
178 %call2 = call i32 @func_while(i32 1000)
179 %call3 = call i32 @func_do_while(i32 1000)
183 !0 = metadata !{metadata !"branch_weights", i32 1000, i32 1}
  /external/skia/src/core/
SkCordic.cpp 258 for (val = -1000; val <= 1000; val += 500.f) {
259 for (float val2 = -1000; val2 <= 1000; val2 += 500.f) {
262 float val2 = -1000; {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 63 if (beat > 1000) beat -= 1000;
64 if (beat < 0) beat += 1000;
184 return Math.round(self.getTime()/1000);
262 return Math.floor(diff/1000/60/60/24);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 63 if (beat > 1000) beat -= 1000;
64 if (beat < 0) beat += 1000;
184 return Math.round(self.getTime()/1000);
262 return Math.floor(diff/1000/60/60/24);
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 150 mStartTimeNs = startTimeUs * 1000;
358 (*buffer)->meta_data()->setInt64(kKeyTime, mCurrentTimestamp / 1000);
360 mNumFramesEncoded, mCurrentTimestamp / 1000,
361 mCurrentTimestamp / 1000 - prevTimeStamp / 1000);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 58 * <ul><li><code>"1000, 2000, 3000"</code></ul>
62 * <ul><li><code>"max_retries=10, default_randomization=500, 1000, 2000, 3000"</code></ul>
66 * <ul><li><code>"default_randomization=100, 1000, 2000, 4000:500, 5000:500"</code></ul>
68 * <li>Infinite number of retries with the first one at 1000, the second at 2000 all
70 * <ul><li><code>"max_retries=infinite,1000,2000,3000</code></ul>
  /frameworks/support/renderscript/v8/rs_support/
rsContext.cpp 82 return t.tv_nsec + ((uint64_t)t.tv_sec * 1000 * 1000 * 1000);
109 const uint64_t averageFramerateInterval = 1000 * 1000000;
114 mAverageFPS = (mAverageFPSFrameCount * 1000) / inverval;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DateTest.java 64 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000);
83 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60
84 * 1000 + 60 * 1000);
99 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60
100 * 1000 + 60 * 1000 + 1000);
110 Date date = new MockDate(1000L);
437 "1 Jan 1971 00:00:00 GMT", new Date((long) 365 * 24 * 60 * 60 * 1000).toGMTString(
    [all...]
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 102 url_fetch_deadline_ms(kUrlFetchDeadlineSec * 1000),
103 websocket_onopen_deadline_ms(kWebSocketConnectDeadlineSec * 1000),
105 websocket_hello_echoback_deadline_ms(kWebSocketEchoDeadlineSec * 1000),
109 websocket_idle_ms(kWebSocketIdleSec * 1000),
111 kWebSocketPushDeadlineSec * 1000),
113 websocket_bye_deadline_ms(kWebSocketByeDeadlineSec * 1000),
114 websocket_close_deadline_ms(kWebSocketCloseDeadlineSec * 1000) {
  /external/dbus/dbus/
dbus-mainloop.c 391 interval_seconds = interval / 1000L;
392 interval_milliseconds = interval % 1000L;
395 expiration_tv_usec = tcb->last_tv_usec + interval_milliseconds * 1000;
406 msec_remaining = ((long) expiration_tv_usec - (long) tv_usec) / 1000L;
434 msec_remaining += 1000;
438 if (sec_remaining > (_DBUS_INT_MAX / 1000) ||
442 *timeout = sec_remaining * 1000 + msec_remaining;
  /external/libnfc-nci/src/include/
nfc_target.h 263 #define CE_T2T_TOUT_RESP 1000
305 #define RW_T4T_TOUT_RESP 1000
310 #define CE_T4T_TOUT_UPDATE 1000
391 #define LLCP_LTO_VALUE 1000 /* Default is 100ms. It should be sufficiently larger than RWT */
450 #define LLCP_DATA_LINK_CONNECTION_TOUT 1000
556 #define NFA_HCI_CMD_RSP_TIMEOUT 1000
581 #define NFA_DM_DISC_DELAY_DISCOVERY 1000
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 243 usleep(100 * 1000);
249 usleep(100 * 1000);
272 while ((counter*1000) < durationInMsec) {
274 usleep(1 * 1000 * 1000); //1s
286 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
287 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 120 sizeof(SLAuint64), 15*90*1000 /*15s in 90kHz clock */ };
329 usleep(1 * 1000 * 1000); // 1s
356 usleep(playTimeInSec /*s*/ * 1000 * 1000);
365 usleep(2 /*s*/ * 1000 * 1000);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 132 (float) (endOffset - offset) * 1000);
401 return entry.getOffsetTime() * 1000; // in ms
457 return (int) mAllEntries.get(mAllEntries.size() - 1).mOffsetTime * 1000;
576 mCurrentTime = (long)(entry.getOffsetTime() * 1000);
585 mCurrentTime = (long)(entry.getOffsetTime() * 1000);
600 mCurrentTime = (long)(entry.getOffsetTime() * 1000);
657 long offset = (long) (entry.getOffsetTime() * 1000); // in ms.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java 353 total += (long) (Double.parseDouble(m.group(1)) * 1000);
358 total += value * 24 * 60 * 60 * 1000;
360 total += value * 60 * 60 * 1000;
362 total += value * 60 * 1000;
364 total += value * 1000;
395 double value = parseTimeMs(m.group(2)) / 1000.;
401 total += parseTimeMs(m.group(1)) / 1000.;
  /external/chromium-trace/trace-viewer/src/
trace_event_importer_test.html 50 assertAlmostEquals((560 - 520) / 1000, slice.duration);
56 assertAlmostEquals((629 - 520) / 1000, slice.start);
57 assertAlmostEquals((631 - 629) / 1000, slice.duration);
137 assertEquals((2 - 1) / 1000, slice.duration);
282 assertEquals((2 - 1) / 1000, slice.duration);
294 assertEquals((3 - 1) / 1000, slice.start);
295 assertEquals((4 - 3) / 1000, slice.duration);
323 assertEquals((2 - 1) / 1000, slice.duration);
338 assertEquals((3 - 1) / 1000, slice.start);
339 assertEquals((4 - 3) / 1000, slice.duration)
    [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 273 data->socket_timeout.tv_sec = timeout / 1000;
274 data->socket_timeout.tv_usec = (timeout % 1000) * 1000;
310 timeout = timeleft.tv_sec * 1000 + timeleft.tv_usec / 1000;
333 int timeout = data->socket_timeout.tv_sec * 1000 +
334 data->socket_timeout.tv_usec / 1000;
718 int timeout = tv->tv_sec * 1000 + tv->tv_usec/1000;
739 tv->tv_sec = timeout / 1000;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorAPITest.java 118 mediaVideoItem1.setExtractBoundaries(1000,11000);
143 mediaVideoItem1.setExtractBoundaries(1000, 11000);
172 mediaVideoItem1.setExtractBoundaries(1000, 10000);
263 mediaVideoItem1.setVolume(1000);
    [all...]

Completed in 1345 milliseconds

<<31323334353637383940>>