/frameworks/base/core/java/android/net/http/ |
D | LoggingEventHandler.java | 38 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()
|
D | Connection.java | 149 if (HttpLog.LOGV) HttpLog.v( in cancel() 169 if (HttpLog.LOGV) HttpLog.v( in processRequests() 203 if (HttpLog.LOGV) HttpLog.v( in processRequests() 278 if (HttpLog.LOGV) HttpLog.v( in processRequests() 305 if (HttpLog.LOGV) HttpLog.v( in processRequests() 329 if (HttpLog.LOGV) HttpLog.v( in clearPipe() 335 if (HttpLog.LOGV) HttpLog.v( in clearPipe() 370 if (HttpLog.LOGV) HttpLog.v("Failed to open connection"); in openHttpConnection() 374 if (HttpLog.LOGV) HttpLog.v("Illegal argument exception"); in openHttpConnection() 388 if (HttpLog.LOGV) HttpLog.v( in openHttpConnection() [all …]
|
D | Request.java | 208 if (HttpLog.LOGV) { in sendRequest() 228 if (HttpLog.LOGV) { in sendRequest() 254 if (HttpLog.LOGV) HttpLog.v( in readResponse() 318 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count); in readResponse() 331 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e); in readResponse() 354 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " + in readResponse() 365 if (HttpLog.LOGV) { in cancel() 421 if (HttpLog.LOGV) HttpLog.v( in reset() 445 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete()"); in waitUntilComplete() 447 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete() done waiting"); in waitUntilComplete()
|
D | RequestHandle.java | 150 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()
|
D | IdleCache.java | 71 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()
|
D | RequestQueue.java | 224 if (HttpLog.LOGV) HttpLog.v("RequestQueue.enablePlatformNotifications() network"); in enablePlatformNotifications() 246 if (HttpLog.LOGV) HttpLog.v("RequestQueue.disablePlatformNotifications() network"); in disablePlatformNotifications() 264 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host); in setProxyConfig() 317 if (HttpLog.LOGV) HttpLog.v("RequestQueue.queueRequest " + uri); in queueRequest() 370 if (HttpLog.LOGV) { in queueSynchronousRequest() 452 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest() => " + ret); in getRequest() 469 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest(" + host + ") => " + ret); in getRequest()
|
D | HttpAuthHeader.java | 263 if (HttpLog.LOGV) { in parseHeader() 313 if (HttpLog.LOGV) { in parseParameters() 346 if (HttpLog.LOGV) { in parseParameter()
|
D | ConnectionThread.java | 93 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work"); in run() 106 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " + in run()
|
D | CertificateChainValidator.java | 224 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates() 240 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates() 264 if (HttpLog.LOGV) { in closeSocketThrowException()
|
D | Timer.java | 36 if (HttpLog.LOGV) { in mark()
|
D | HttpLog.java | 34 static final boolean LOGV = false; field in HttpLog
|
D | HttpsConnection.java | 344 if (HttpLog.LOGV) { in openConnection() 392 if (HttpLog.LOGV) in closeConnection() 403 if (HttpLog.LOGV) { in restartConnection()
|
D | HttpConnection.java | 76 if (HttpLog.LOGV) HttpLog.v( in closeConnection()
|
D | Headers.java | 172 if (HttpLog.LOGV) { in parseHeader()
|
D | AndroidHttpClientConnection.java | 312 if (HttpLog.LOGV) HttpLog.v("read: " + statusline); in parseResponseHeader()
|
/frameworks/ex/variablespeed/jni/ |
D | jni_entry.cc | 31 LOGV("+ %s", name); in MethodLog() 34 LOGV("- %s", name_); in ~MethodLog()
|
D | hlogging.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
|
D | variablespeed.cc | 175 #define LOG_OPENSL_API_CALL(string) (gLogEnabled && LOGV(string))
|
/frameworks/base/core/java/android/util/ |
D | Config.java | 49 public static final boolean LOGV = false; field in Config
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | RSTest_v11.java | 45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsRecorder.java | 63 private static final boolean LOGV = false; field in NetworkStatsRecorder 105 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes); in setPersistThreshold() 215 if (LOGV && unknownIfaces.size() > 0) { in recordSnapshotLocked()
|
D | NetworkStatsService.java | 134 private static final boolean LOGV = false; field in NetworkStatsService 635 if (LOGV) { in advisePersistThreshold() 785 if (LOGV) Slog.v(TAG, "updateIfacesLocked()"); in updateIfacesLocked() 908 if (LOGV) Slog.v(TAG, "performPollLocked(flags=0x" + Integer.toHexString(flags) + ")"); in performPollLocked() 957 if (LOGV) { in performPollLocked() 1015 if (LOGV) Slog.v(TAG, "removeUidsLocked() for UIDs " + Arrays.toString(uids)); in removeUidsLocked() 1033 if (LOGV) Slog.v(TAG, "removeUserLocked() for userId=" + userId); in removeUserLocked()
|
D | NetworkPolicyManagerService.java | 178 private static final boolean LOGV = false; field in NetworkPolicyManagerService 506 if (LOGV) Slog.v(TAG, "ACTION_PACKAGE_ADDED for uid=" + uid); 523 if (LOGV) Slog.v(TAG, "ACTION_UID_REMOVED for uid=" + uid); 686 if (LOGV) Slog.v(TAG, "updateNotificationsLocked()"); in updateNotificationsLocked() 982 if (LOGV) Slog.v(TAG, "updateNetworkEnabledLocked()"); in updateNetworkEnabledLocked() 1024 if (LOGV) Slog.v(TAG, "updateNetworkRulesLocked()"); 1187 if (LOGV) Slog.v(TAG, "ensureActiveMobilePolicyLocked()"); in ensureActiveMobilePolicyLocked() 1235 if (LOGV) Slog.v(TAG, "readPolicyLocked()"); in readPolicyLocked() 1373 if (LOGV) Slog.v(TAG, "writePolicyLocked()"); in writePolicyLocked() 1543 if (LOGV) Slog.v(TAG, "removePoliciesForUserLocked()"); in removePoliciesForUserLocked()
|
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/ |
D | Fountain_v11.java | 45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 70 private static final boolean LOGV = false; field in ExifParser 206 if (LOGV) { in ExifParser() 731 if (LOGV) { in readFullTagValue()
|