Searched refs:thisTime (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm3010 double thisTime = CFAbsoluteTimeGetCurrent() - start;
3011 LOG(Timing, "%s apply style seconds = %f", [self URL], thisTime);
3049 double thisTime = CFAbsoluteTimeGetCurrent() - start;
3050 LOG(Timing, "%s layout seconds = %f", [self URL], thisTime);
3313 double thisTime = CFAbsoluteTimeGetCurrent() - start;
3314 LOG(Timing, "%s draw seconds = %f", widget->part()->baseURL().URL().latin1(), thisTime);
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnketest/
H A Ddtls_client.c62 time_t thisTime = time(0); local
64 if((thisTime - lastTime) >= TIME_INTERVAL) {
66 lastTime = thisTime;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DioSock.c136 time_t thisTime = time(0); local
138 if((thisTime - lastTime) >= TIME_INTERVAL) {
140 lastTime = thisTime;
H A DsslAppUtils.cpp1393 CFAbsoluteTime thisTime = CFAbsoluteTimeGetCurrent(); local
1397 lastTime = thisTime;
1400 if((thisTime - lastTime) >= TIME_INTERVAL) {
1402 lastTime = thisTime;
/macosx-10.9.5/security_ocspd-55118.2/server/
H A Dmain.cpp83 CFAbsoluteTime thisTime = CFAbsoluteTimeGetCurrent(); local
84 if (thisTime - gLastActivity > kTimeoutInterval)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c357 ssize_t thisTime; local
376 for (bytesLeft = sb.st_size; bytesLeft > 0; bytesLeft -= thisTime) {
377 thisTime = (ssize_t)MIN(bytesLeft, bufsize);
379 if (write(zfd, buf, thisTime) != thisTime) goto finish;
514 ssize_t thisTime; local
525 for (bytesLeft = srcsb->st_size; bytesLeft > 0; bytesLeft -= thisTime) {
526 thisTime = (ssize_t)MIN(bytesLeft, (unsigned int)bufsize);
528 if (read(srcfd, buf, thisTime) != thisTime) got
[all...]

Completed in 388 milliseconds