Searched refs:ms (Results 1 - 8 of 8) sorted by relevance
/system/extras/tests/workloads/ |
H A D | feedly-chrome.sh | 47 echo Feedly start time = ${t}ms 52 echo Chrome start time = ${t}ms 72 echo feedly started in ${t}ms 109 echo Avg start times: feedly: ${feedlyAve}ms
|
/system/bt/btif/src/ |
H A D | btif_debug_conn.c | 41 const uint64_t ms = ts / 1000; local 42 const time_t secs = ms / 1000; 46 snprintf(buffer, len, buffer, (uint16_t)(ms % 1000));
|
/system/core/libpixelflinger/codeflinger/ |
H A D | blending.cpp | 479 int ms = vs+fs; 498 ms -= 16; 503 ms -= fshift; 508 ms -= 16; 511 ms -= 32; 516 ms -= 16 + fshift; 523 ms -= vshift; 528 ms -= 16 + vshift; 533 ms -= 16 + fshift; 539 ALOGE_IF(ms> [all...] |
/system/media/audio_route/ |
H A D | audio_route.c | 677 struct mixer_state * ms = &ar->mixer_state[ctl_index]; local 679 type = mixer_ctl_get_type(ms->ctl); 685 for (j = 0; j < ms->num_values; j++) { 686 if (ms->old_value[j] != ms->new_value[j]) { 688 mixer_ctl_set_value(ms->ctl, 0, ms->new_value[0]); 690 mixer_ctl_set_array(ms->ctl, ms->new_value, ms [all...] |
/system/core/libziparchive/ |
H A D | Android.mk | 37 LOCAL_CFLAGS += -mno-ms-bitfields
|
/system/bt/osi/test/ |
H A D | alarm_test.cpp | 34 static void msleep(uint64_t ms) { argument 35 usleep(ms * 1000);
|
/system/extras/tests/net_test/ |
H A D | net_test.py | 83 def SetSocketTimeout(sock, ms): 84 s = ms / 1000 85 us = (ms % 1000) * 1000
|
/system/core/toolbox/ |
H A D | newfs_msdos.c | 852 off_t ms, hs = 0; local 863 if (ioctl(fd, DIOCGMEDIASIZE, &ms) == -1) { 869 ms = st.st_size; 873 dlp.d_secperunit = ms / dlp.d_secsize; 879 dlp.d_secperunit = ms / dlp.d_secsize; 891 dlp.d_secperunit = ms / dlp.d_secsize; 908 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
|
Completed in 874 milliseconds