/external/apache-http/android/src/android/net/http/ |
D | LoggingEventHandler.java | 35 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()
|
D | Connection.java | 146 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 …]
|
D | Request.java | 206 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()
|
D | RequestHandle.java | 146 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()
|
D | IdleCache.java | 68 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()
|
D | RequestQueue.java | 221 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()
|
D | HttpAuthHeader.java | 261 if (HttpLog.LOGV) { in parseHeader() 311 if (HttpLog.LOGV) { in parseParameters() 344 if (HttpLog.LOGV) { in parseParameter()
|
D | ConnectionThread.java | 90 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work"); in run() 103 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " + in run()
|
D | CertificateChainValidator.java | 223 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates() 249 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates() 273 if (HttpLog.LOGV) { in closeSocketThrowException()
|
D | HttpsConnection.java | 343 if (HttpLog.LOGV) { in openConnection() 391 if (HttpLog.LOGV) in closeConnection() 402 if (HttpLog.LOGV) { in restartConnection()
|
D | HttpLog.java | 31 static final boolean LOGV = false; field in HttpLog
|
D | HttpConnection.java | 74 if (HttpLog.LOGV) HttpLog.v( in closeConnection()
|
D | AndroidHttpClientConnection.java | 310 if (HttpLog.LOGV) HttpLog.v("read: " + statusline); in parseResponseHeader()
|
D | Headers.java | 170 if (HttpLog.LOGV) { in parseHeader()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | object_tracker.cc | 96 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 …]
|
D | tracked_object.cc | 63 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()
|
D | time_log.h | 60 LOGV("%s", str); in TimeLog() 131 LOGV("%s", str); in TimeLog()
|
D | logging.h | 101 #define LOGV(...) macro 113 #define LOGV(...) macro
|
D | keypoint_detector.cc | 188 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()
|
D | utils.h | 41 LOGV("Safe deleting pointer: %s", #pointer);\ 45 LOGV("Pointer already null: %s", #pointer);\
|
D | object_detector.h | 72 LOGV("Created %zu squares starting from size %.2f to min size %.2f " in FillWithSquares()
|
D | image_data.h | 117 LOGV("No uv data!"); in SetData()
|
D | flow_cache.h | 237 LOGV("Computation of cached value failed for level %d!", cache_level); in LookupGuessFromLevel()
|
D | image_utils.h | 279 LOGV("corrected_mean: %1.2f std_dev: %1.2f", corrected_mean, std_dev); in NormalizeImage()
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 460 #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."
|