Home
last modified time | relevance | path

Searched refs:LOGV (Results 1 – 20 of 20) sorted by relevance

/external/opencv/otherlibs/highgui/
Dcvcap_socket.cpp56 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) macro
119 LOGV("Invalid width or height!"); in open()
135 LOGV("%s", buffer); in open()
145 LOGV("out of memory error"); in open()
157 LOGV("Setting simple vars to 0"); in close()
162 LOGV("Freeing Addr Info"); in close()
169 LOGV("Freeing Buffer"); in close()
176 LOGV("Releasing Image"); in close()
183 LOGV("Done closing Capture Socket"); in close()
213 LOGV("You haven't opened the socket capture yet!"); in grabFrame()
[all …]
/external/opencv/
Dcvjni.cpp51 LOGV("Error loading socket address."); in Java_org_siprop_opencv_OpenCV_createSocketCapture()
58 LOGV("Error loading socket port."); in Java_org_siprop_opencv_OpenCV_createSocketCapture()
67 LOGV("Error creating socket capture."); in Java_org_siprop_opencv_OpenCV_createSocketCapture()
265 LOGV("Load loadImageBytes."); in Java_org_siprop_opencv_OpenCV_findContours()
272 LOGV("Load NewBooleanArray."); in Java_org_siprop_opencv_OpenCV_findContours()
277 LOGV("Load SetBooleanArrayRegion."); in Java_org_siprop_opencv_OpenCV_findContours()
279 LOGV("Release sourceImage"); in Java_org_siprop_opencv_OpenCV_findContours()
284 LOGV("Release binaryImage"); in Java_org_siprop_opencv_OpenCV_findContours()
286 LOGV("Release grayImage"); in Java_org_siprop_opencv_OpenCV_findContours()
288 LOGV("Release contourImage"); in Java_org_siprop_opencv_OpenCV_findContours()
[all …]
Dcvjni.h29 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) macro
189 LOGV(log_str); in loadImageBytes()
234 LOGV("in is_NULL_field_JavaObj!"); in is_NULL_field_JavaObj()
243 LOGV("Object is NULL!"); in is_NULL_field_JavaObj()
281 LOGV("in set_JavaObj_int!"); in set_JavaObj_int()
292 LOGV("in get_id_by_JavaObj!"); in get_id_by_JavaObj()
302 LOGV("in get_type_by_JavaObj!"); in get_type_by_JavaObj()
313 LOGV("in get_int_by_JavaObj!"); in get_int_by_JavaObj()
324 LOGV("in get_float_by_JavaObj!"); in get_float_by_JavaObj()
335 LOGV("in get_obj_by_JavaObj!"); in get_obj_by_JavaObj()
/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.java222 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
238 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
262 if (HttpLog.LOGV) { in closeSocketThrowException()
DHttpsConnection.java340 if (HttpLog.LOGV) { in openConnection()
388 if (HttpLog.LOGV) in closeConnection()
399 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorAdapter.java409 if (Config.LOGV) Log.v("Cursor", "Auto requerying " + mCursor + " due to update"); in onContentChangedInternal()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c36 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format, ## __VA_ARGS__) macro
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c35 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format, ## __VA_ARGS__) macro