/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
taskstats.h | 122 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
|
timex.h | 112 long tick; /* (modified) usecs between clock ticks */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
timex.h | 46 long int tick; /* (modified) usecs between clock ticks */
|
/external/v8/src/ |
platform-posix.cc | 75 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { 80 *usecs = usage.ru_utime.tv_usec;
|
platform.h | 153 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
|
platform-win32.cc | 586 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { 599 *usecs = static_cast<uint32_t>(usertime % 1000000); [all...] |
/external/wpa_supplicant/ |
eloop.h | 182 * @usecs: Number of microseconds to the timeout 191 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
|
eloop_win.c | 244 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 255 timeout->time.usec += usecs;
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop.c | 236 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 250 timeout->time.usec += usecs;
|
eloop.h | 182 * @usecs: Number of microseconds to the timeout 191 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
|
eloop_win.c | 244 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 255 timeout->time.usec += usecs;
|
/external/wpa_supplicant_8/src/utils/ |
eloop.c | 298 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 324 timeout->time.usec += usecs;
|
eloop_win.c | 241 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 264 timeout->time.usec += usecs;
|
/external/iproute2/man/man8/ |
tc.8 | 302 us, usec, usecs or a bare number
|
/external/iproute2/tc/ |
q_netem.c | 107 /* Adjust for the fact that psched_ticks aren't always usecs
|
tc_util.c | 244 strcasecmp(p, "usecs") == 0)
|
/external/kernel-headers/original/linux/ |
timex.h | 119 long tick; /* (modified) usecs between clock ticks */
|
/external/netperf/ |
netcpu_ntperf.c | 300 int duration; // in 100 usecs
|
netlib.c | 1037 /* how many usecs in each interval? */ 3562 int usecs, secs; local [all...] |
netsh.c | 741 /* Remember that there are 1000000 usecs in a */
|
/external/ppp/pppd/ |
main.c | 1254 timeout(func, arg, secs, usecs) 1257 int secs, usecs; 1270 newp->c_time.tv_usec = timenow.tv_usec + usecs; [all...] |
/external/iproute2/lib/ |
utils.c | 137 strcasecmp(p, "usecs") == 0)
|
/frameworks/base/cmds/stagefright/ |
stagefright.cpp | 383 printf("avg. time to decode one buffer %.2f usecs\n", [all...] |
/external/strace/ |
strace.c | 152 -r -- print relative timestamp, -t -- absolute timestamp, -tt -- with usecs\n\ 160 -O overhead -- set overhead for tracing syscalls to OVERHEAD usecs\n\ [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 1199 printf("Trace (threadID action usecs class.method signature):\n"); [all...] |