Searched refs:LOGV (Results 1 - 25 of 30) sorted by relevance

12

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DLog.h20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) macro
H A DMosaic.cpp95 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."
/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java37 private static boolean LOGV = false; field in class:ActivityBase
56 if (LOGV) Log.v(TAG, "onWindowFocusChanged.hasFocus=" + hasFocus
74 if (LOGV) Log.v(TAG, "onResume. hasWindowFocus()=" + hasWindowFocus());
76 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=true");
79 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=false");
87 if (LOGV) Log.v(TAG, "onPause");
138 if (LOGV) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DConstants.java144 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE); field in class:Constants
148 public static final boolean LOGVV = LOCAL_LOGVV && LOGV;
H A DStorageManager.java141 if (Constants.LOGV) {
259 if (Constants.LOGV) {
270 if (Constants.LOGV) {
310 if (true || Constants.LOGV) {
333 if (true || Constants.LOGV) {
347 if (true || Constants.LOGV) {
362 if (true || Constants.LOGV) {
386 if (true || Constants.LOGV) {
405 if (true || Constants.LOGV) {
418 if (Constants.LOGV) {
[all...]
H A DDownloadHandler.java44 if (Constants.LOGV) {
61 if (Constants.LOGV) {
H A DDownloadThread.java152 if (Constants.LOGV) {
182 if (Constants.LOGV) {
192 if (Constants.LOGV) {
252 if (Constants.LOGV) {
381 if (Constants.LOGV) {
580 if (Constants.LOGV) {
680 if (Constants.LOGV) {
738 if (Constants.LOGV) {
834 if (Constants.LOGV) {
847 if (Constants.LOGV) {
[all...]
H A DDownloadService.java408 if (Constants.LOGV) {
508 if (Constants.LOGV) {
H A DHelpers.java167 if (Constants.LOGV) {
399 if (Constants.LOGV) {
/packages/apps/Camera/src/com/android/camera/ui/
H A DFaceView.java34 private final boolean LOGV = false; field in class:FaceView
60 if (LOGV) Log.v(TAG, "Num of faces=" + faces.length);
68 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
78 if (LOGV) Log.v(TAG, "mMirror=" + mirror);
134 if (LOGV) Util.dumpRect(mRect, "Original rect");
136 if (LOGV) Util.dumpRect(mRect, "Transformed rect");
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmDatabaseHelper.java64 if (Log.LOGV) Log.v(
78 if (Log.LOGV) Log.v("Added alarm rowId = " + rowId);
H A DAlarmInitReceiver.java33 if (Log.LOGV) Log.v("AlarmInitReceiver" + action);
H A DLog.java31 static final boolean LOGV = AlarmClock.DEBUG ? false : false; field in class:Log
H A DAlarmKlaxon.java62 if (Log.LOGV) {
157 if (Log.LOGV) {
168 if (Log.LOGV) {
258 if (Log.LOGV) Log.v("AlarmKlaxon.stop()");
H A DAlarmProvider.java77 if (Log.LOGV) Log.v("Alarms.query: failed");
116 if (Log.LOGV) Log.v("*** notifyChange() rowId: " + rowId + " url " + url);
H A DAlarmAlertFullScreen.java224 if (Log.LOGV) Log.v("AlarmAlert.OnNewIntent()");
244 if (Log.LOGV) Log.v("AlarmAlert.onDestroy()");
H A DDigitalClock.java122 if (Log.LOGV) Log.v("onAttachedToWindow " + this);
H A DAlarm.java179 if (Log.LOGV) {
H A DAlarmReceiver.java192 if (Log.LOGV) {
/packages/apps/Phone/src/com/android/phone/
H A DProcessOutgoingCallTest.java35 private static final boolean LOGV = false; field in class:ProcessOutgoingCallTest
45 if (LOGV) Log.v(TAG, "Received intent " + intent + " (number = " + number + ".");
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax);
201 LOGV("CreateMosaic: %g ms",time_c);
523 LOGV("createMosaic() - High-Res Mode");
549 LOGV("AlignAll - %d frames [HR]: %g ms", frame_number_HR, time_c);
560 LOGV("createMosaic() - Low-Res Mode");
584 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
640 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
/packages/apps/Camera/src/com/android/camera/panorama/
H A DMosaicFrameProcessor.java25 private static final boolean LOGV = true; field in class:MosaicFrameProcessor
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java68 static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE); field in class:StorageMeasurement
187 if (LOGV) {
/packages/apps/Settings/src/com/android/settings/
H A DSettingsLicenseActivity.java48 private static final boolean LOGV = false || false; field in class:SettingsLicenseActivity
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java60 private static final boolean LOGV = true; field in class:EntityDelta
108 if (LOGV) {

Completed in 3435 milliseconds

12