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.java149 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 …]
DRequest.java208 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()
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.java224 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()
DHttpAuthHeader.java263 if (HttpLog.LOGV) { in parseHeader()
313 if (HttpLog.LOGV) { in parseParameters()
346 if (HttpLog.LOGV) { in parseParameter()
DConnectionThread.java93 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work"); in run()
106 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " + in run()
DCertificateChainValidator.java224 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
240 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
264 if (HttpLog.LOGV) { in closeSocketThrowException()
DTimer.java36 if (HttpLog.LOGV) { in mark()
DHttpLog.java34 static final boolean LOGV = false; field in HttpLog
DHttpsConnection.java344 if (HttpLog.LOGV) { in openConnection()
392 if (HttpLog.LOGV) in closeConnection()
403 if (HttpLog.LOGV) { in restartConnection()
DHttpConnection.java76 if (HttpLog.LOGV) HttpLog.v( in closeConnection()
DHeaders.java172 if (HttpLog.LOGV) { in parseHeader()
DAndroidHttpClientConnection.java312 if (HttpLog.LOGV) HttpLog.v("read: " + statusline); in parseResponseHeader()
/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
Dvariablespeed.cc175 #define LOG_OPENSL_API_CALL(string) (gLogEnabled && LOGV(string))
/frameworks/base/core/java/android/util/
DConfig.java49 public static final boolean LOGV = false; field in Config
/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/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java63 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()
DNetworkStatsService.java134 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()
DNetworkPolicyManagerService.java178 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/
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()

12