Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/net/http/
DLoggingEventHandler.java38 if (HttpLog.LOGV) { in status()
47 if (HttpLog.LOGV) { in headers()
54 if (HttpLog.LOGV) { in locationChanged()
61 if (HttpLog.LOGV) { in data()
67 if (HttpLog.LOGV) { in endData()
73 if (HttpLog.LOGV) { in certificate()
79 if (HttpLog.LOGV) { in error()
86 if (HttpLog.LOGV) { in handleSslErrorRequest()
DConnection.java150 if (HttpLog.LOGV) HttpLog.v( in cancel()
170 if (HttpLog.LOGV) HttpLog.v( in processRequests()
204 if (HttpLog.LOGV) HttpLog.v( in processRequests()
279 if (HttpLog.LOGV) HttpLog.v( in processRequests()
306 if (HttpLog.LOGV) HttpLog.v( in processRequests()
330 if (HttpLog.LOGV) HttpLog.v( in clearPipe()
336 if (HttpLog.LOGV) HttpLog.v( in clearPipe()
371 if (HttpLog.LOGV) HttpLog.v("Failed to open connection"); in openHttpConnection()
375 if (HttpLog.LOGV) HttpLog.v("Illegal argument exception"); in openHttpConnection()
389 if (HttpLog.LOGV) HttpLog.v( in openHttpConnection()
[all …]
DRequest.java211 if (HttpLog.LOGV) { in sendRequest()
231 if (HttpLog.LOGV) { in sendRequest()
257 if (HttpLog.LOGV) HttpLog.v( in readResponse()
321 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count); in readResponse()
334 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e); in readResponse()
357 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " + in readResponse()
368 if (HttpLog.LOGV) { in cancel()
424 if (HttpLog.LOGV) HttpLog.v( in reset()
448 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete()"); in waitUntilComplete()
450 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete() done waiting"); in waitUntilComplete()
DRequestHandle.java150 if (HttpLog.LOGV) { in setupRedirect()
161 if (HttpLog.LOGV) HttpLog.v( in setupRedirect()
171 if (HttpLog.LOGV) { in setupRedirect()
192 if (HttpLog.LOGV) { in setupRedirect()
203 if (HttpLog.LOGV) { in setupRedirect()
226 if (HttpLog.LOGV) { in setupBasicAuthResponse()
247 if (HttpLog.LOGV) { in setupDigestAuthResponse()
258 if (HttpLog.LOGV) { in setupAuthResponse()
354 if (HttpLog.LOGV) { in computeDigest()
DIdleCache.java71 if (HttpLog.LOGV) { in cacheConnection()
84 if (HttpLog.LOGV) mCached++; in cacheConnection()
109 if (HttpLog.LOGV) mReused++; in getConnection()
167 if (HttpLog.LOGV) { in run()
DRequestQueue.java228 if (HttpLog.LOGV) HttpLog.v("RequestQueue.enablePlatformNotifications() network"); in enablePlatformNotifications()
250 if (HttpLog.LOGV) HttpLog.v("RequestQueue.disablePlatformNotifications() network"); in disablePlatformNotifications()
268 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host); in setProxyConfig()
321 if (HttpLog.LOGV) HttpLog.v("RequestQueue.queueRequest " + uri); in queueRequest()
374 if (HttpLog.LOGV) { in queueSynchronousRequest()
456 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest() => " + ret); in getRequest()
473 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest(" + host + ") => " + ret); in getRequest()
DCertificateChainValidator.java171 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
187 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
205 if (HttpLog.LOGV) { in closeSocketThrowException()
DHttpAuthHeader.java263 if (HttpLog.LOGV) { in parseHeader()
313 if (HttpLog.LOGV) { in parseParameters()
346 if (HttpLog.LOGV) { in parseParameter()
DConnectionThread.java95 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work"); in run()
108 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " + in run()
DTimer.java36 if (HttpLog.LOGV) { in mark()
DHttpLog.java34 static final boolean LOGV = false; field in HttpLog
DHttpsConnection.java345 if (HttpLog.LOGV) { in openConnection()
393 if (HttpLog.LOGV) in closeConnection()
404 if (HttpLog.LOGV) { in restartConnection()
DHttpConnection.java78 if (HttpLog.LOGV) HttpLog.v( in closeConnection()
DAndroidHttpClientConnection.java316 if (HttpLog.LOGV) HttpLog.v("read: " + statusline); in parseResponseHeader()
DHeaders.java172 if (HttpLog.LOGV) { in parseHeader()
/frameworks/ex/variablespeed/jni/
Djni_entry.cc31 LOGV("+ %s", name); in MethodLog()
34 LOGV("- %s", name_); in ~MethodLog()
Dhlogging.h26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
/frameworks/base/core/java/android/util/
DConfig.java49 public static final boolean LOGV = false; field in Config
/frameworks/base/services/java/com/android/server/net/
DNetworkStatsRecorder.java62 private static final boolean LOGV = false; field in NetworkStatsRecorder
104 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes); in setPersistThreshold()
201 if (LOGV && unknownIfaces.size() > 0) { in recordSnapshotLocked()
DNetworkStatsService.java141 private static final boolean LOGV = false; field in NetworkStatsService
671 if (LOGV) { in advisePersistThreshold()
835 if (LOGV) Slog.v(TAG, "triggering delayed updateIfaces()");
864 if (LOGV) Slog.v(TAG, "updateIfacesLocked()"); in updateIfacesLocked()
962 if (LOGV) Slog.v(TAG, "performPollLocked(flags=0x" + Integer.toHexString(flags) + ")"); in performPollLocked()
1011 if (LOGV) { in performPollLocked()
1069 if (LOGV) Slog.v(TAG, "removeUidsLocked() for UIDs " + Arrays.toString(uids)); in removeUidsLocked()
1087 if (LOGV) Slog.v(TAG, "removeUserLocked() for userId=" + userId); in removeUserLocked()
DNetworkPolicyManagerService.java172 private static final boolean LOGV = false; field in NetworkPolicyManagerService
443 if (LOGV) Slog.v(TAG, "ACTION_PACKAGE_ADDED for uid=" + uid);
460 if (LOGV) Slog.v(TAG, "ACTION_UID_REMOVED for uid=" + uid);
624 if (LOGV) Slog.v(TAG, "updateNotificationsLocked()"); in updateNotificationsLocked()
909 if (LOGV) Slog.v(TAG, "updateNetworkEnabledLocked()"); in updateNetworkEnabledLocked()
971 if (LOGV) Slog.v(TAG, "updateIfacesLocked()");
1097 if (LOGV) Slog.v(TAG, "ensureActiveMobilePolicyLocked()"); in ensureActiveMobilePolicyLocked()
1139 if (LOGV) Slog.v(TAG, "readPolicyLocked()"); in readPolicyLocked()
1277 if (LOGV) Slog.v(TAG, "writePolicyLocked()"); in writePolicyLocked()
1397 if (LOGV) Slog.v(TAG, "removePoliciesForUserLocked()"); in removePoliciesForUserLocked()
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
DRSTest_v11.java45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
DFountain_v11.java45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifParser.java70 private static final boolean LOGV = false; field in ExifParser
206 if (LOGV) { in ExifParser()
731 if (LOGV) { in readFullTagValue()
/frameworks/base/wifi/java/android/net/wifi/
DWifiStateTracker.java48 private static final boolean LOGV = true; field in WifiStateTracker

12