Searched refs:curtime (Results 1 – 5 of 5) sorted by relevance
/external/curl/docs/examples/ |
D | progressfunc.c | 40 double curtime = 0; in xferinfo() local 42 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &curtime); in xferinfo() 47 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) { in xferinfo() 48 myp->lastruntime = curtime; in xferinfo() 49 fprintf(stderr, "TOTAL TIME: %f \r\n", curtime); in xferinfo()
|
/external/libavc/test/encoder/ |
D | main.c | 1468 TIMER curtime ; in synchronous_encode() local 1764 GETTIME(&curtime); in synchronous_encode() 1765 ELAPSEDTIME(ps_app_ctxt->enc_last_time, curtime, timetaken, frequency); in synchronous_encode() 1766 ps_app_ctxt->enc_last_time = curtime; in synchronous_encode()
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 1758 struct timeval origtime, curtime; in semanage_get_lock() local 1785 curtime.tv_sec = 1; in semanage_get_lock() 1786 curtime.tv_usec = 0; in semanage_get_lock() 1797 if (select(0, NULL, NULL, NULL, &curtime) == -1) { in semanage_get_lock()
|
/external/libmtp/src/ |
D | libmtp.c | 866 time_t curtime; in get_iso8601_stamp() local 870 curtime = time(NULL); in get_iso8601_stamp() 871 loctime = localtime(&curtime); in get_iso8601_stamp()
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |