Searched defs:msec (Results 26 - 50 of 59) sorted by relevance

123

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DCapabilityPolling.java420 public synchronized void schedulePolling(long msec, int type) { argument
421 logger.print("schedulePolling msec=" + msec + " type=" + type);
433 if ((scheduled > 0) && (scheduled < msec)) {
440 long nextTime = System.currentTimeMillis() + msec;
442 (msec / 1000) + " seconds at "
447 if (msec <= 0) {
459 SystemClock.elapsedRealtime() + msec, mDiscoveryAlarmIntent);
/external/skia/src/pdf/
H A DSkPDFMetadata.cpp145 double msec = SkTime::GetMSecs(); local
146 md5.write(&msec, sizeof(msec));
/external/syslinux/com32/lua/src/
H A Dsyslinux.c265 /* sleep for msec milliseconds */
268 unsigned int msec = luaL_checkint(L, 1); local
269 msleep(msec);
/external/vboot_reference/tests/
H A Dvboot_api_devmode_tests.c33 uint16_t msec; member in struct:__anon29959
231 VBDEBUG((" VbExKeyboardRead() - returning %d at %d msec\n",
237 VBDEBUG((" VbExKeyboardRead() - returning %d at %d msec\n",
242 void VbExSleepMs(uint32_t msec) { argument
243 current_ticks += (uint64_t)msec * TICKS_PER_MSEC;
245 VBDEBUG(("VbExSleepMs(%d) -> %d\n", msec, current_time));
252 VbError_t VbExBeep(uint32_t msec, uint32_t frequency) { argument
253 VBDEBUG(("VbExBeep(%d, %d) at %d msec\n", msec, frequency, current_time));
256 msec
[all...]
/external/adhd/cras/src/tests/
H A Da2dp_iodev_unittest.cc484 unsigned int msec)
483 cras_bt_device_schedule_suspend(struct cras_bt_device *device, unsigned int msec) argument
/external/libevent/
H A Dbufferevent_ratelim.c138 ev_uint64_t msec = (ev_uint64_t)tv->tv_sec * 1000 + tv->tv_usec / 1000; local
139 return (unsigned)(msec / cfg->msec_per_tick);
/external/libxml2/
H A DtestSAX.c119 long msec; local
123 msec = end.tv_sec - begin.tv_sec;
124 msec *= 1000;
125 msec += (end.tv_usec - begin.tv_usec) / 1000;
134 fprintf(stderr, " took %ld ms\n", msec);
155 long msec; local
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
167 fprintf(stderr, " took %ld ms\n", msec);
191 fprintf(stderr, " was not timed\n", msec);
H A Dxmllint.c439 long msec; local
443 msec = end.tv_sec - begin.tv_sec;
444 msec *= 1000;
445 msec += (end.tv_usec - begin.tv_usec) / 1000;
454 fprintf(stderr, " took %ld ms\n", msec);
475 long msec; local
479 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
487 fprintf(stderr, " took %ld ms\n", msec);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c42 * 8 bits/byte * 1000 msec/sec * 1/framelength (in msec)->bits/byte*sec
43 * frame length will either be 30 or 60 msec. 8738 is 1/60 in Q19 and 1/30 in Q18
61 /* Number of samples in 25 msec */
169 int32_t msec; local
251 /* Calculate framesize in msec */
280 msec = (arrivalTime - bweStr->lastReduction);
284 if (msec > 208000) {
285 msec = 208000;
290 exponent = WEBRTC_SPL_UMUL(0x0000004C, msec);
[all...]
/external/adhd/cras/src/server/
H A Dcras_bt_device.c559 unsigned int msec);
940 unsigned int msec)
946 NULL, msec);
1097 unsigned int msec)
1103 device->suspend_timer = cras_tm_create_timer(tm, msec,
939 cras_bt_device_schedule_suspend(struct cras_bt_device *device, unsigned int msec) argument
1096 bt_device_schedule_suspend(struct cras_bt_device *device, unsigned int msec) argument
/external/libnl/lib/
H A Dutils.c554 * @arg msec number of milliseconds
564 char * nl_msec2str(uint64_t msec, char *buf, size_t len) argument
568 static const char *units[5] = {"d", "h", "m", "s", "msec"};
571 if (msec == 0) {
572 snprintf(buf, len, "0msec");
576 #define _SPLIT(idx, unit) if ((split[idx] = msec / unit)) msec %= unit
582 split[4] = msec;
/external/tcpdump/
H A Dprint-icmp.c317 u_int msec,sec,min,hrs; local
321 msec = tstamp % 1000;
325 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
/external/fio/
H A Dio_u.c1033 static void io_u_mark_lat_msec(struct thread_data *td, unsigned long msec) argument
1037 switch (msec) {
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp2307 int32_t hr, int32_t min, int32_t sec, int32_t msec) {
2317 cal->set(UCAL_MILLISECOND, msec);
2306 getUTCMillis(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec, int32_t msec) argument
H A Dcalregts.cpp724 int32_t msec = cal->get(UCAL_MILLISECOND, status); local
725 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
735 msec = cal->get(UCAL_MILLISECOND, status);
736 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
/external/libcups/cups/
H A Ddest.c226 int msec, int *cancel,
233 static int cups_enum_dests(http_t *http, unsigned flags, int msec, int *cancel, cups_ptype_t type, cups_ptype_t mask, cups_dest_cb_t cb, void *user_data);
598 int msec, /* I - Timeout in milliseconds */
617 DEBUG_printf(("cupsConnectDest(dest=%p, flags=0x%x, msec=%d, cancel=%p(%d), resource=\"%s\", resourcesize=" CUPS_LLFMT ", cb=%p, user_data=%p)", (void *)dest, flags, msec, (void *)cancel, cancel ? *cancel : -1, resource, CUPS_LLCAST resourcesize, (void *)cb, user_data));
648 uri = cups_dnssd_resolve(dest, uri, msec, cancel, cb, user_data);
658 uri = cups_dnssd_resolve(dest, uri, msec, cancel, cb, user_data);
749 if (!httpReconnect2(http, msec, cancel) && cb)
786 int msec, /* I - Timeout in milliseconds */
792 return (cupsConnectDest(dest, flags, msec, cance
595 cupsConnectDest( cups_dest_t *dest, unsigned flags, int msec, int *cancel, char *resource, size_t resourcesize, cups_dest_cb_t cb, void *user_data) argument
783 cupsConnectDestBlock( cups_dest_t *dest, unsigned flags, int msec, int *cancel, char *resource, size_t resourcesize, cups_dest_block_t block) argument
973 cupsEnumDests( unsigned flags, int msec, int *cancel, cups_ptype_t type, cups_ptype_t mask, cups_dest_cb_t cb, void *user_data) argument
3382 cups_dnssd_resolve( cups_dest_t *dest, const char *uri, int msec, int *cancel, cups_dest_cb_t cb, void *user_data) argument
3536 cups_enum_dests( http_t *http, unsigned flags, int msec, int *cancel, cups_ptype_t type, cups_ptype_t mask, cups_dest_cb_t cb, void *user_data) argument
[all...]
H A Dhttp.c446 int msec, /* I - Connection timeout in milliseconds, 0 means don't connect */
452 DEBUG_printf(("httpConnect2(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=%d, msec=%d, cancel=%p)", host, port, (void *)addrlist, family, encryption, blocking, msec, (void *)cancel));
466 if (msec == 0 || !httpReconnect2(http, msec, cancel))
2348 int msec, /* I - Timeout in milliseconds */
2358 DEBUG_printf(("httpReconnect2(http=%p, msec=%d, cancel=%p)", (void *)http, msec, (void *)cancel));
2413 if ((addr = httpAddrConnect2(http->addrlist, &(http->fd), msec, cancel)) == NULL)
3125 int msec, /*
439 httpConnect2( const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, int blocking, int msec, int *cancel) argument
2347 httpReconnect2(http_t *http, int msec, int *cancel) argument
3124 _httpWait(http_t *http, int msec, int usessl) argument
3213 httpWait(http_t *http, int msec) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c2119 unsigned int msec; local
2120 msec = wpa_s->sme.bss_max_idle_period * 1024; /* times 1000 */
2121 if (msec > 100)
2122 msec -= 100;
2123 eloop_register_timeout(msec / 1000, msec % 1000 * 1000,
2143 unsigned int msec; local
2154 /* msec times 1000 */
2155 msec = wpa_s->sme.bss_max_idle_period * 1024;
2156 if (msec > 10
[all...]
/external/blktrace/
H A Dblkparse.c1772 unsigned long long rrate, wrate, msec; local
1840 msec = (pdi->last_reported_time - pdi->first_reported_time) / 1000000;
1841 if (msec) {
1842 rrate = 1000 * total.cread_kb / msec;
1843 wrate = 1000 * total.cwrite_kb / msec;
/external/annotation-tools/annotation-file-utilities/lib/
H A Dasm-5.0.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/ALLPerfTest$1. ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 1509 milliseconds

123