Searched refs:LOG (Results 1 - 25 of 239) sorted by relevance

12345678910

/macosx-10.9.5/apache-786.1/httpd/support/
H A Dphf_abuse_log.cgi.in27 $LOG = "/var/log/phf_log";
34 open(LOG, ">>$LOG") || die "boo hoo, phf_log $!";
35 print LOG "[$when] $ENV{REMOTE_ADDR} $ENV{REMOTE_HOST} $ENV{$HTTP_REFERER} $ENV{HTTP_USER_AGENT}\n";
36 close(LOG);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTracing.h36 #define IDB_TRACE(a) LOG(StorageAPI, a)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DSocketStreamHandleCurl.cpp45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DSocketStreamHandleWin.cpp45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Drekey.sh8 LOG=${OBJ}/log
10 rm -f ${COPY} ${LOG} ${DATA}
20 2> ${LOG}
25 n=`grep -a 'NEWKEYS sent' ${LOG} | wc -l`
32 rm -f ${COPY} ${LOG} ${DATA}
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D048lwp.t42 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
43 my $data = join('', <LOG>);
44 close LOG;
65 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
66 $data = join('', <LOG>);
67 close LOG;
87 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
88 $data = join('', <LOG>);
89 close LOG;
H A D005Config-Perl.t29 open LOG, "<$LOGFILE" or die "Cannot open $LOGFILE";
30 my $data = <LOG>;
32 END { close LOG; unlink $LOGFILE; }
47 $data = <LOG>;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D048lwp.t49 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
50 my $data = join('', <LOG>);
51 close LOG;
72 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
73 $data = join('', <LOG>);
74 close LOG;
94 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
95 $data = join('', <LOG>);
96 close LOG;
H A D005Config-Perl.t37 open LOG, "<$LOGFILE" or die "Cannot open $LOGFILE";
38 my $data = <LOG>;
40 END { close LOG; unlink $LOGFILE; }
56 $data = <LOG>;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/cf/
H A DWebBackForwardListCF.cpp87 LOG(SessionState, "WebBackForwardList contained a null entry at index %lu", i);
117 LOG(SessionState, "Filtering entries to be saved resulted in an inconsistent state that we cannot represent");
152 LOG(SessionState, "WebBackForwardList dictionary representation contains a version that is not a number");
158 LOG(SessionState, "WebBackForwardList dictionary representation does not have a correctly typed current version");
165 LOG(SessionState, "WebBackForwardList dictionary representation has an invalid current version (%ld)", version);
173 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid current index");
179 LOG(SessionState, "WebBackForwardList dictionary representation does not have a correctly typed current index");
184 LOG(SessionState, "WebBackForwardList dictionary representation contains an unexpected negative current index (%ld)", currentCFIndex);
190 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid list of entries");
196 LOG(SessionStat
[all...]
/macosx-10.9.5/ntp-88/
H A Dntpd-wrapper8 LOG=/var/run/sntp.log
12 if [[ ! -f ${LOG} ]]; then
27 if sntp -K /dev/null -s ${server} &> ${LOG}; then
30 logger -p daemon.err -f ${LOG}
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkDebug.h42 #define LOG(fmt, args...) \ macro
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DWebCoreResourceHandleAsDelegate.mm78 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
80 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:non-HTTP", m_handle, connection, [newRequest description]);
94 LOG(Network, "Handle %p delegate connectionShouldUseCredentialStorage:%p", m_handle, connection);
106 LOG(Network, "Handle %p delegate connection:%p didReceiveAuthenticationChallenge:%p", m_handle, connection, challenge);
121 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
133 LOG(Network, "Handle %p delegate connection:%p canAuthenticateAgainstProtectionSpace:%@://%@:%u realm:%@ method:%@ %@%@", m_handle, connection, [protectionSpace protocol], [protectionSpace host], [protectionSpace port], [protectionSpace realm], [protectionSpace authenticationMethod], [protectionSpace isProxy] ? @"proxy:" : @"", [protectionSpace isProxy] ? [protectionSpace proxyType] : @"");
146 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMEType '%s')", m_handle, connection, r, [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0, [[r MIMEType] UTF8String]);
166 LOG(Network, "Handle %p delegate connection:%p didReceiveDataArray:%p arraySize:%d", m_handle, connection, dataArray, [dataArray count]);
184 LOG(Network, "Handle %p delegate connection:%p didReceiveData:%p lengthReceived:%lld", m_handle, connection, data, lengthReceived);
202 LOG(Networ
[all...]
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm120 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
122 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:non-HTTP", m_handle, connection, [newRequest description]);
148 LOG(Network, "Handle %p delegate connectionShouldUseCredentialStorage:%p", m_handle, connection);
170 LOG(Network, "Handle %p delegate connection:%p didReceiveAuthenticationChallenge:%p", m_handle, connection, challenge);
188 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
203 LOG(Network, "Handle %p delegate connection:%p canAuthenticateAgainstProtectionSpace:%@://%@:%u realm:%@ method:%@ %@%@", m_handle, connection, [protectionSpace protocol], [protectionSpace host], [protectionSpace port], [protectionSpace realm], [protectionSpace authenticationMethod], [protectionSpace isProxy] ? @"proxy:" : @"", [protectionSpace isProxy] ? [protectionSpace proxyType] : @"");
226 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMEType '%s')", m_handle, connection, r, [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0, [[r MIMEType] UTF8String]);
256 LOG(Network, "Handle %p delegate connection:%p didReceiveDataArray:%p arraySize:%d", m_handle, connection, dataArray, [dataArray count]);
277 LOG(Network, "Handle %p delegate connection:%p didReceiveData:%p lengthReceived:%lld", m_handle, connection, data, lengthReceived);
298 LOG(Networ
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DAnimationBase.cpp146 LOG(Animations, "%p AnimationState %s -> New", this, nameForState(m_animState));
159 LOG(Animations, "%p AnimationState %s -> New", this, nameForState(m_animState));
175 LOG(Animations, "%p AnimationState %s -> Done", this, nameForState(m_animState));
205 LOG(Animations, "%p AnimationState %s -> StartWaitTimer", this, nameForState(m_animState));
209 LOG(Animations, "%p AnimationState %s -> AnimationStatePausedNew", this, nameForState(m_animState));
219 LOG(Animations, "%p AnimationState %s -> StartWaitStyleAvailable", this, nameForState(m_animState));
230 LOG(Animations, "%p AnimationState %s -> PausedWaitTimer", this, nameForState(m_animState));
239 LOG(Animations, "%p AnimationState %s -> StartWaitResponse", this, nameForState(m_animState));
248 LOG(Animations, "%p AnimationState %s -> StartWaitResponse", this, nameForState(m_animState));
265 LOG(Animation
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultDownloadDelegate.cpp109 LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, String(filename, SysStringLen(filename)).ascii().data());
133 LOG(Download, "Setting path to %s", debug.ascii().data());
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);
151 LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination, SysStringLen(destination)).ascii().data());
159 LOG(Download, "DefaultDownloadDelegate %p - didReceiveAuthenticationChallenge %p", download, challenge);
167 LOG(Download, "DefaultDownloadDelegate %p - didReceiveDataOfLength %i", download, length);
175 LOG(Download, "DefaultDownloadDelegate %p - didReceiveResponse %p", download, response);
183 LOG(Download, "DefaultDownloadDelegate %p - shouldDecodeSourceDataOfMIMEType %s", download, String(encodingType, SysStringLen(encodingType)).ascii().data());
192 LOG(Download, "DefaultDownloadDelegate %p - willResumeWithResponse %p, %q", download, response, fromByte);
202 LOG(Downloa
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconRecord.cpp53 LOG(IconDatabase, "Destroying IconRecord for icon url %s", m_iconURL.ascii().data());
73 LOG(IconDatabase, "Manual image data for iconURL '%s' FAILED - it was probably invalid image data", m_iconURL.ascii().data());
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DLogger.h37 #define require_noerr_with_log( LOG, MESSAGE, ERR, LABEL ) \
51 #define require_action_with_log( LOG, X, LABEL, ACTION ) \
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dretoglob.c135 #define LOG if (1) fprintf macro
137 #define MARK(s) LOG (stderr,#s "\n"); FF;
139 #define LOG if (0) fprintf macro
146 LOG (stderr,"RE-2-GLOB '%s'\n", xxx(str,strlen)); FF;
158 LOG (stderr,"ARE '%s'\n", xxx(str,strlen)); FF;
195 LOG (stderr, "%s\n", "Processing AREOPTS"); FF;
210 LOG (stderr,"EXPANDED\n"); FF;
220 LOG (stderr,"'%s' <-- ",xxx(out,nexto-out)); FF;
221 LOG (stderr,"'%s'\n", xxx(str,strlen)); FF;
451 LOG (stder
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSourceElement.cpp47 LOG(Media, "HTMLSourceElement::HTMLSourceElement - %p", this);
102 LOG(Media, "HTMLSourceElement::scheduleErrorEvent - %p", this);
111 LOG(Media, "HTMLSourceElement::cancelPendingErrorEvent - %p", this);
117 LOG(Media, "HTMLSourceElement::errorEventTimerFired - %p", this);
H A DHTMLPlugInImageElement.cpp485 LOG(Plugins, "%p Plug-in looks similar to a restarted plug-in. Restart.", plugInToRestart);
501 LOG(Plugins, "%p User clicked on snapshotted plug-in. Restart.", this);
515 LOG(Plugins, "%p Plug-in was detected as the primary element in the page. Restart.", this);
519 LOG(Plugins, "%p Plug-in was detected as the primary element in the page, but is not yet created. Will restart later.", this);
577 LOG(Plugins, "%p Plug-in originally avoided snapshotting because it was sized %dx%d. Now it is %dx%d. Tell it to snapshot.\n", this, m_sizeWhenSnapshotted.width(), m_sizeWhenSnapshotted.height(), contentWidth, contentHeight);
587 LOG(Plugins, "%p Plug-in URL: %s", this, m_url.utf8().data());
588 LOG(Plugins, " Actual URL: %s", url.string().utf8().data());
589 LOG(Plugins, " MIME type: %s", loadedMimeType().utf8().data());
601 LOG(Plugins, "%p Plug-in is explicitly restarting", this);
608 LOG(Plugin
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/mac/
H A DAudioSessionManagerMac.cpp41 LOG(Media, "AudioSessionManager::updateSessionState() - types: Video(%d), Audio(%d), WebAudio(%d)", m_typeCount.count(Video), m_typeCount.count(Audio), m_typeCount.count(WebAudio));
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dtestcurl.pl450 open(LOG, ">$buildlog") or die;
457 print LOG $ll;
460 close(LOG);
714 open(LOG, ">$buildlog") or die;
718 print LOG;
721 close(LOG);
731 open(LOG, ">$buildlog") or die;
735 print LOG;
738 close(LOG);
761 open(LOG, ">
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dprotocol.rb98 LOG "reading #{len} bytes..."
111 LOG "read #{read_bytes} bytes"
116 LOG 'reading all...'
127 LOG "read #{read_bytes} bytes"
231 def LOG(msg) method
249 LOG 'reading message...'
257 LOG "read message (#{read_bytes} bytes)"
280 LOG "writing message from #{src.class}"
288 LOG "wrote #{len} bytes"
293 LOG 'writin
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp82 LOG(Media, "MediaPlayerPrivateAVFoundation::MediaPlayerPrivateAVFoundation(%p)", this);
87 LOG(Media, "MediaPlayerPrivateAVFoundation::~MediaPlayerPrivateAVFoundation(%p)", this);
132 LOG(Media, "MediaPlayerPrivateAVFoundation::setUpVideoRendering(%p) - current mode = %d, preferred mode = %d",
154 LOG(Media, "MediaPlayerPrivateAVFoundation::setUpVideoRendering(%p) - calling mediaPlayerRenderingModeChanged()", this);
162 LOG(Media, "MediaPlayerPrivateAVFoundation::tearDownVideoRendering(%p)", this);
179 LOG(Media, "MediaPlayerPrivateAVFoundation::load(%p)", this);
201 LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p)", this);
208 LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p) - all metadata loaded", this);
221 LOG(Media, "MediaPlayerPrivateAVFoundation::prepareToPlay(%p)", this);
228 LOG(Medi
[all...]

Completed in 411 milliseconds

12345678910