Home
last modified time | relevance | path

Searched refs:LOGV (Results 1 – 15 of 15) sorted by relevance

/external/apache-http/android/src/android/net/http/
DLoggingEventHandler.java35 if (HttpLog.LOGV) { in status()
44 if (HttpLog.LOGV) { in headers()
51 if (HttpLog.LOGV) { in locationChanged()
58 if (HttpLog.LOGV) { in data()
64 if (HttpLog.LOGV) { in endData()
70 if (HttpLog.LOGV) { in certificate()
76 if (HttpLog.LOGV) { in error()
83 if (HttpLog.LOGV) { in handleSslErrorRequest()
DConnection.java146 if (HttpLog.LOGV) HttpLog.v( in cancel()
166 if (HttpLog.LOGV) HttpLog.v( in processRequests()
200 if (HttpLog.LOGV) HttpLog.v( in processRequests()
275 if (HttpLog.LOGV) HttpLog.v( in processRequests()
302 if (HttpLog.LOGV) HttpLog.v( in processRequests()
326 if (HttpLog.LOGV) HttpLog.v( in clearPipe()
332 if (HttpLog.LOGV) HttpLog.v( in clearPipe()
367 if (HttpLog.LOGV) HttpLog.v("Failed to open connection"); in openHttpConnection()
371 if (HttpLog.LOGV) HttpLog.v("Illegal argument exception"); in openHttpConnection()
385 if (HttpLog.LOGV) HttpLog.v( in openHttpConnection()
[all …]
DRequest.java206 if (HttpLog.LOGV) { in sendRequest()
226 if (HttpLog.LOGV) { in sendRequest()
252 if (HttpLog.LOGV) HttpLog.v( in readResponse()
316 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count); in readResponse()
329 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e); in readResponse()
352 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " + in readResponse()
363 if (HttpLog.LOGV) { in cancel()
419 if (HttpLog.LOGV) HttpLog.v( in reset()
443 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete()"); in waitUntilComplete()
445 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete() done waiting"); in waitUntilComplete()
DRequestHandle.java146 if (HttpLog.LOGV) { in setupRedirect()
157 if (HttpLog.LOGV) HttpLog.v( in setupRedirect()
167 if (HttpLog.LOGV) { in setupRedirect()
191 if (HttpLog.LOGV) { in setupRedirect()
202 if (HttpLog.LOGV) { in setupRedirect()
225 if (HttpLog.LOGV) { in setupBasicAuthResponse()
246 if (HttpLog.LOGV) { in setupDigestAuthResponse()
257 if (HttpLog.LOGV) { in setupAuthResponse()
366 if (HttpLog.LOGV) { in computeDigest()
DIdleCache.java68 if (HttpLog.LOGV) { in cacheConnection()
81 if (HttpLog.LOGV) mCached++; in cacheConnection()
106 if (HttpLog.LOGV) mReused++; in getConnection()
164 if (HttpLog.LOGV) { in run()
DRequestQueue.java221 if (HttpLog.LOGV) HttpLog.v("RequestQueue.enablePlatformNotifications() network"); in enablePlatformNotifications()
243 if (HttpLog.LOGV) HttpLog.v("RequestQueue.disablePlatformNotifications() network"); in disablePlatformNotifications()
261 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host); in setProxyConfig()
314 if (HttpLog.LOGV) HttpLog.v("RequestQueue.queueRequest " + uri); in queueRequest()
367 if (HttpLog.LOGV) { in queueSynchronousRequest()
449 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest() => " + ret); in getRequest()
466 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest(" + host + ") => " + ret); in getRequest()
DHttpAuthHeader.java261 if (HttpLog.LOGV) { in parseHeader()
311 if (HttpLog.LOGV) { in parseParameters()
344 if (HttpLog.LOGV) { in parseParameter()
DConnectionThread.java90 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work"); in run()
103 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " + in run()
DCertificateChainValidator.java223 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
249 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
273 if (HttpLog.LOGV) { in closeSocketThrowException()
DHttpsConnection.java341 if (HttpLog.LOGV) { in openConnection()
389 if (HttpLog.LOGV) in closeConnection()
400 if (HttpLog.LOGV) { in restartConnection()
DHttpLog.java31 static final boolean LOGV = false; field in HttpLog
DHttpConnection.java74 if (HttpLog.LOGV) HttpLog.v( in closeConnection()
DAndroidHttpClientConnection.java310 if (HttpLog.LOGV) HttpLog.v("read: " + statusline); in parseResponseHeader()
DHeaders.java170 if (HttpLog.LOGV) { in parseHeader()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorAdapter.java409 if (Config.LOGV) Log.v("Cursor", "Auto requerying " + mCursor + " due to update"); in onContentChangedInternal()