Home
last modified time | relevance | path

Searched refs:LOGV (Results 1 – 25 of 25) 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.java343 if (HttpLog.LOGV) { in openConnection()
391 if (HttpLog.LOGV) in closeConnection()
402 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/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.cc96 LOGV("Found %d of %d keypoint correspondences", in FindCorrespondences()
105 LOGV("Received frame %d", num_frames_); in NextFrame()
133 LOGV("Tracking %zu targets", objects_.size()); in NextFrame()
224 LOGV("Forgetting object %s", id.c_str()); in ForgetTarget()
279 LOGV("Got %d keypoints.", curr_keypoint); in GetKeypoints()
321 LOGV("Went %d out of %d frames before finding frame. (index: %d)", in TrackBox()
501 LOGV("Looking for matches in %zu objects!", objects_.size()); in GetBestObjectForDetection()
524 LOGV("Distance: %.2f, Allowed distance %.2f, Overlap: %.2f", in GetBestObjectForDetection()
547 LOGV("Initial detection done, iterating over %zu detections now.", in ProcessDetections()
579 LOGV("No match, adding it!"); in ProcessDetections()
[all …]
Dtracked_object.cc63 LOGV("Tracked correlation to last localization: %.6f", in UpdatePosition()
70 LOGV("Tracked correlation to model: %.6f", in UpdatePosition()
75 LOGV("Tracked match score with model: %.6f", in UpdatePosition()
Dtime_log.h60 LOGV("%s", str); in TimeLog()
131 LOGV("%s", str); in TimeLog()
Dlogging.h101 #define LOGV(...) macro
113 #define LOGV(...) macro
Dkeypoint_detector.cc188 LOGV("Selected %d keypoints!", curr_change->number_of_keypoints_); in SelectKeypoints()
363 LOGV("Scoring %d keypoints!", number_of_tmp_keypoints); in FindKeypoints()
371 LOGV("%d keypoints to select from!", number_of_tmp_keypoints); in FindKeypoints()
376 LOGV("Picked %d (%d max) final keypoints out of %d potential.", in FindKeypoints()
Dutils.h41 LOGV("Safe deleting pointer: %s", #pointer);\
45 LOGV("Pointer already null: %s", #pointer);\
Dobject_detector.h72 LOGV("Created %zu squares starting from size %.2f to min size %.2f " in FillWithSquares()
Dimage_data.h117 LOGV("No uv data!"); in SetData()
Dflow_cache.h237 LOGV("Computation of cached value failed for level %d!", cache_level); in LookupGuessFromLevel()
Dimage_utils.h279 LOGV("corrected_mean: %1.2f std_dev: %1.2f", corrected_mean, std_dev); in NormalizeImage()
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff460 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
494 - LOGV("Initialize %d %d", width, height);
495 - LOGV("Frame width %d,%d", width, height);
496 - LOGV("Max num frames %d", max_frames);
531 - LOGV("WARNING: More frames than preallocated, ignoring."