HomeSort by relevance Sort by last modified time
    Searched refs:LOGV (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /frameworks/base/core/java/android/net/http/
Connection.java 150 if (HttpLog.LOGV) HttpLog.v(
170 if (HttpLog.LOGV) HttpLog.v(
204 if (HttpLog.LOGV) HttpLog.v(
279 if (HttpLog.LOGV) HttpLog.v(
306 if (HttpLog.LOGV) HttpLog.v(
330 if (HttpLog.LOGV) HttpLog.v(
336 if (HttpLog.LOGV) HttpLog.v(
371 if (HttpLog.LOGV) HttpLog.v("Failed to open connection");
375 if (HttpLog.LOGV) HttpLog.v("Illegal argument exception");
389 if (HttpLog.LOGV) HttpLog.v
    [all...]
IdleCache.java 71 if (HttpLog.LOGV) {
84 if (HttpLog.LOGV) mCached++;
109 if (HttpLog.LOGV) mReused++;
167 if (HttpLog.LOGV) {
Request.java 211 if (HttpLog.LOGV) {
231 if (HttpLog.LOGV) {
257 if (HttpLog.LOGV) HttpLog.v(
321 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
334 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e);
357 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " +
368 if (HttpLog.LOGV) {
424 if (HttpLog.LOGV) HttpLog.v(
448 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete()");
450 if (HttpLog.LOGV) HttpLog.v("Request.waitUntilComplete() done waiting")
    [all...]
RequestHandle.java 150 if (HttpLog.LOGV) {
161 if (HttpLog.LOGV) HttpLog.v(
171 if (HttpLog.LOGV) {
192 if (HttpLog.LOGV) {
203 if (HttpLog.LOGV) {
226 if (HttpLog.LOGV) {
247 if (HttpLog.LOGV) {
258 if (HttpLog.LOGV) {
354 if (HttpLog.LOGV) {
ConnectionThread.java 95 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work");
108 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " +
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 28 public static final boolean LOGV = false;
  /device/lge/mako/camera/inc/
omx_debug.h 45 #define OMXDBG(fmt, args...) LOGV(fmt, ##args)
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 30 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /cts/suite/audio_quality/test/
AudioLocalTest.cpp 50 LOGV("doPrepare");
60 LOGV("doStop");
LogTest.cpp 40 LOGV( "logv %d %d %d %d %d %d", 0, 1, 2, 3, 4, 5);
53 LOGV( "logv %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f);
AudioRecordPlayTestCommon.h 77 LOGV("Audio playback buffer size %d, handled %d", mBufferPlayback->getSize(),
80 LOGV("Audio recording buffer size %d, handled %d", mBufferRecording->getSize(),
  /packages/apps/Phone/src/com/android/phone/
ProcessOutgoingCallTest.java 35 private static final boolean LOGV = false;
45 if (LOGV) Log.v(TAG, "Received intent " + intent + " (number = " + number + ".");
  /external/opencv/
cvjni.h 29 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
32 //LOGV(ANDROID_LOG_DEBUG, "JNI", "");
189 LOGV(log_str);
234 LOGV("in is_NULL_field_JavaObj!");
243 LOGV("Object is NULL!");
281 LOGV("in set_JavaObj_int!");
292 LOGV("in get_id_by_JavaObj!");
302 LOGV("in get_type_by_JavaObj!");
313 LOGV("in get_int_by_JavaObj!");
324 LOGV("in get_float_by_JavaObj!");
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_ag_co.c 34 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 100 LOGV("Initialize %d %d", width, height);
101 LOGV("Frame width %d,%d", width, height);
102 LOGV("Max num frames %d", max_frames);
162 LOGV("WARNING: More frames than preallocated, ignoring."
  /packages/apps/DeskClock/src/com/android/deskclock/
Log.java 31 static final boolean LOGV = false;
AlarmDatabaseHelper.java 65 if (Log.LOGV) Log.v(
101 if (Log.LOGV) Log.v("Added alarm rowId = " + rowId);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Mosaic.cpp 100 LOGV("Initialize %d %d", width, height);
101 LOGV("Frame width %d,%d", width, height);
102 LOGV("Max num frames %d", max_frames);
162 LOGV("WARNING: More frames than preallocated, ignoring."
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 95 LOGV("Initialize %d %d", width, height);
96 LOGV("Frame width %d,%d", width, height);
97 LOGV("Max num frames %d", max_frames);
149 LOGV("WARNING: More frames than preallocated, ignoring."
  /frameworks/ex/variablespeed/jni/
jni_entry.cc 31 LOGV("+ %s", name);
34 LOGV("- %s", name_);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 172 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
176 public static final boolean LOGVV = LOCAL_LOGVV && LOGV;
StorageManager.java 19 import static com.android.providers.downloads.Constants.LOGV;
132 if (Constants.LOGV) {
250 if (Constants.LOGV) {
261 if (Constants.LOGV) {
305 if (true || Constants.LOGV) {
332 if (Constants.LOGV) {
346 if (true || Constants.LOGV) {
361 if (Constants.LOGV) {
385 if (LOGV) {
423 if (Constants.LOGV) {
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 43 private final boolean LOGV = false;
96 if (LOGV) Log.v(TAG, "Num of faces=" + faces.length);
119 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
130 if (LOGV) Log.v(TAG, "mMirror=" + mirror);
206 if (LOGV) Util.dumpRect(mRect, "Original rect");
208 if (LOGV) Util.dumpRect(mRect, "Transformed rect");
  /packages/apps/Gallery2/src/com/android/camera/ui/
FaceView.java 44 private final boolean LOGV = false;
99 if (LOGV) Log.v(TAG, "Num of faces=" + faces.length);
122 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
133 if (LOGV) Log.v(TAG, "mMirror=" + mirror);
217 if (LOGV) Util.dumpRect(mRect, "Original rect");
219 if (LOGV) Util.dumpRect(mRect, "Transformed rect");
  /system/core/charger/
charger.c 74 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0)
346 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
386 LOGV("uevent str: %s\n", msg);
413 LOGV("event { '%s', '%s', '%s', '%s', '%s', '%s' }\n",
563 LOGV("looking at '%s'\n", de->d_name);
567 LOGV("skipping '%s' type %d (depth=%d follow=%d)\n",
571 LOGV("can descend into '%s'\n", de->d_name);
584 LOGV("opened '%s'\n", de->d_name);
596 LOGV("doing coldboot '%s' in '%s'\n", event, path);
636 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y)
    [all...]

Completed in 1289 milliseconds

12 3 4 5