Searched
full:gettimeofday (Results
601 -
625 of
1099) sorted by null
<<21222324252627282930>>
/external/openssh/ |
sshconnect.c | 251 gettimeofday(&t_start, NULL); 458 gettimeofday(&t_start, NULL); [all...] |
/external/qemu/audio/ |
audio.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyconfig.h | 46 /* Define if gettimeofday() does not have second (timezone) argument This is 347 /* Define to 1 if you have the `gettimeofday' function. */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyconfig.h | 46 /* Define if gettimeofday() does not have second (timezone) argument This is 347 /* Define to 1 if you have the `gettimeofday' function. */ [all...] |
/system/core/toolbox/ |
dd.c | 244 (void)gettimeofday(&st.start, NULL); /* Statistics timestamp. */ 968 (void)gettimeofday(&tv, NULL);
|
/external/tcpdump/ |
configure | [all...] |
/bionic/libc/ |
SYSCALLS.TXT | 209 int gettimeofday(struct timeval*, struct timezone*) 1
|
/bionic/libc/netbsd/resolv/ |
res_init.c | 645 gettimeofday(&now, NULL);
|
/dalvik/vm/ |
Misc.cpp | 454 gettimeofday(&now, NULL);
|
/external/chromium/base/ |
mime_util_xdg.cc | 446 gettimeofday(&t, NULL);
|
process_util_linux.cc | 439 int retval = gettimeofday(&now, NULL);
|
process_util_mac.mm | 424 int retval = gettimeofday(&now, NULL);
|
/external/chromium/third_party/libevent/ |
ChangeLog | 100 o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
|
evdns.h | 75 * Using the bottom 16 bits of the usec result from gettimeofday. This
|
/external/chromium_org/base/process/ |
process_metrics_linux.cc | 185 int retval = gettimeofday(&now, NULL);
|
/external/chromium_org/courgette/testdata/ |
elf-32-1 | |
elf-32-2 | |
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
audio.rst | 348 should therefore avoid calls to malloc, gettimeofday, mutex, condvars, critical
|
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/ |
voronoi.cc | 74 if (0 == gettimeofday(&tv, NULL))
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
xray.c | 36 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 81 gettimeofday(&t, 0);
|
/external/chromium_org/third_party/libevent/ |
ChangeLog | 100 o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
|
evdns.h | 75 * Using the bottom 16 bits of the usec result from gettimeofday. This
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ts.h | 575 /* Default callback uses the gettimeofday() and gmtime() system calls. */
|
/external/dropbear/ |
common-kex.c | 209 if (gettimeofday(&tv, 0) < 0) {
|
Completed in 2321 milliseconds
<<21222324252627282930>>