/external/angle/util/android/third_party/ |
D | android_native_app_glue.c | 34 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__)) macro 36 # define LOGV(...) ((void)0) macro 69 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d " in print_cur_config() 92 LOGV("APP_CMD_INPUT_CHANGED\n"); in android_app_pre_exec_cmd() 99 LOGV("Attaching input queue to looper"); in android_app_pre_exec_cmd() 109 LOGV("APP_CMD_INIT_WINDOW\n"); in android_app_pre_exec_cmd() 117 LOGV("APP_CMD_TERM_WINDOW\n"); in android_app_pre_exec_cmd() 125 LOGV("activityState=%d\n", cmd); in android_app_pre_exec_cmd() 133 LOGV("APP_CMD_CONFIG_CHANGED\n"); in android_app_pre_exec_cmd() 140 LOGV("APP_CMD_DESTROY\n"); in android_app_pre_exec_cmd() [all …]
|
/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()
|
/external/tensorflow/tensorflow/tools/android/test/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() 134 LOGV("Tracking %zu targets", objects_.size()); in NextFrame() 226 LOGV("Forgetting object %s", id.c_str()); in ForgetTarget() 281 LOGV("Got %d keypoints.", curr_keypoint); in GetKeypoints() 323 LOGV("Went %d out of %d frames before finding frame. (index: %d)", in TrackBox() 503 LOGV("Looking for matches in %zu objects!", objects_.size()); in GetBestObjectForDetection() 526 LOGV("Distance: %.2f, Allowed distance %.2f, Overlap: %.2f", in GetBestObjectForDetection() 549 LOGV("Initial detection done, iterating over %zu detections now.", in ProcessDetections() 581 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()
|
/external/oboe/src/common/ |
D | OboeDebug.h | 34 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGV(...) macro
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | android_debug.h | 24 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 33 #define LOGV(...) macro
|
/external/oboe/samples/debug-utils/ |
D | logging_macros.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 36 #define LOGV(...) macro
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 36 #define LOGV(...) macro
|
/external/oboe/samples/shared/ |
D | DefaultDataCallback.h | 123 LOGV("Thread affinity set"); in setThreadAffinity()
|