HomeSort by relevance Sort by last modified time
    Searched refs:msec (Results 101 - 125 of 275) sorted by null

1 2 3 45 6 7 8 91011

  /art/runtime/
monitor.h 241 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
  /frameworks/av/include/media/
AudioTrack.h     [all...]
  /external/avahi/avahi-compat-howl/
compat.c 549 sw_result sw_salt_step(sw_salt self, sw_uint32 * msec) {
563 if ((r = poll(&p, 1, msec ? (int) *msec : -1)) < 0) {
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1809 unsigned int msec; local
1833 unsigned int msec; local
    [all...]
  /external/avahi/avahi-autoipd/
main.c 788 static struct timeval *elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) {
793 if (msec)
794 avahi_timeval_add(tv, (AvahiUsec) msec*1000);
    [all...]
  /external/skia/samplecode/
SampleFilterQuality.cpp 308 fCurrTime = timer.msec();
  /external/libevent/
bufferevent_ratelim.c 137 ev_uint64_t msec = (ev_uint64_t)tv->tv_sec * 1000 + tv->tv_usec / 1000; local
138 return (unsigned)(msec / cfg->msec_per_tick);
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ia64-vms.c 3446 asection *msec; local
    [all...]
elfnn-ia64.c 3854 asection *msec; local
    [all...]
elf64-sh64.c 1538 asection *msec; local
    [all...]
elf32-i386.c 3271 asection *msec = sec; local
    [all...]
elfxx-mips.c 12648 asection *msec; local
    [all...]
elf32-sh.c 3992 asection *msec; local
    [all...]
  /external/blktrace/
blkparse.c 1772 unsigned long long rrate, wrate, msec; local
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp     [all...]
  /external/fio/
client.c 1010 dus->s.msec = le64_to_cpu(dus->s.msec);
    [all...]
gclient.c 229 if (p->dus.s.msec)
230 util = (double) 100 * p->dus.s.io_ticks / (double) p->dus.s.msec;
1021 base = "(msec)";
    [all...]
io_u.c 904 static void io_u_mark_lat_msec(struct thread_data *td, unsigned long msec)
908 switch (msec) {
    [all...]
server.c 1209 dst->s.msec = cpu_to_le64(src->s.msec);
    [all...]
  /external/autotest/client/common_lib/
test.py 111 For example: "msec", "fps", "score", "runs_per_second".
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 719 int32_t msec = cal->get(UCAL_MILLISECOND, status); local
720 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
730 msec = cal->get(UCAL_MILLISECOND, status);
731 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 

Completed in 725 milliseconds

1 2 3 45 6 7 8 91011