Home
last modified time | relevance | path

Searched refs:curtime (Results 1 – 5 of 5) sorted by relevance

/external/curl/docs/examples/
Dprogressfunc.c40 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/
Dmain.c1468 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/
Dsemanage_store.c1758 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/
Dlibmtp.c866 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/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...