Searched refs:LOGD (Results 1 - 25 of 49) sorted by relevance

12

/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DLogging.java27 public static final boolean LOGD; field in class:Logging
45 LOGD = false; // DO NOT CHECK IN WITH TRUE
/packages/services/BuiltInPrintService/jni/include/
H A Dwprint_debug.h37 #define LOGD(...) macro
39 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dippstatus_capabilities.c89 LOGD("ipp_status_get_capabilities_ifc: Enter");
104 LOGD("_init: Enter");
113 LOGD("_init(): http != NULL closing HTTP");
128 LOGD("_get_capabilities: Enter");
149 LOGD("_get_capabilities: caps->http is NULL");
161 LOGD("IPP_GET_PRINTER_ATTRIBUTES %s request:", ippOpString(op));
174 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
175 LOGD("%s received, now call parse_printerAttributes:", ippOpString(op));
185 LOGD("printer-state: null");
212 LOGD("_destro
[all...]
H A Dipphelper.c96 LOGD("set_ipp_version(): Enter %d", use_existing_version);
114 LOGD("set_ipp_version(): Done");
119 LOGD("determine_ipp_version(): Enter printer_uri = %s", printer_uri);
128 LOGD("successfully set ipp version.");
130 LOGD("could not get ipp version using any known ipp version.");
146 LOGD("test_and_set_ipp_version(): Enter %d - %d", major, minor);
158 LOGD("test_and_set_ipp_version: response is null: ipp_status %d %s",
185 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
187 LOGD("IPP_Status of IPP_BAD_REQUEST received. retry (%d) of (%d)",
202 LOGD("test_and_set_ipp_versio
[all...]
H A Dippstatus_monitor.c81 LOGD("_init(): enter");
117 LOGD("_destroy(): enter");
148 LOGD("_get_status(): enter");
151 LOGD("_get_status(): printer_state_dyn is null!");
181 LOGD("_get_status(): ipp_status=%d", ipp_status);
194 LOGD("_start(): enter");
266 LOGD("_stop(): enter");
290 LOGD("_cancel(): enter");
321 LOGD("_cancel get job attributes: response is null, ipp_status %d: %s",
328 LOGD("_cance
[all...]
H A Dipp_print.c62 LOGD("ipp_get_print_ifc: Enter");
79 LOGD("_init: Enter");
97 LOGD("Normal URI for %s:%d", printer_address, ippPortNumber);
120 LOGD("_destroy: Enter");
154 LOGD("_get_pwg_media_size(): match found: %d, %s, width=%f, height=%f",
162 LOGD("_get_pwg_media_size(): media size, %d, NOT FOUND, setting to letter", media_size);
171 LOGD("_fill_job: Enter");
231 LOGD("_fill_job: pcl_type(%d), print_format(%s)", job_params->pcl_type,
238 LOGD("_fill_job: setting document-format: %s", PRINT_FORMAT_PDF);
243 LOGD("_fill_jo
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPreloadReceiver.java27 private static final boolean LOGD = false; field in class:PreloadReceiver
45 if (LOGD) {
/packages/services/BuiltInPrintService/jni/plugins/
H A Dpdf_render.c49 LOGD("getPageCount %p %s", obj, fileName);
56 LOGD("getPageCount %p %s returning %d", obj, fileName, count);
61 LOGD("getPageAttributes %p %d", obj, page);
78 LOGD("renderPageStripe %p %d", obj, page);
96 LOGD("destroy %p", obj);
109 LOGD("pdf_render_init");
127 LOGD("pdf_render_deinit");
134 LOGD("create_pdf_render_ifc");
H A Dlib_pclm.c44 LOGD("_get_pclm_media_size_name(): match found: %d, %s", media_size, media_name);
51 LOGD("_get_pclm_media_size_name(): media size, %d, NOT FOUND, setting to letter",
75 LOGD("_get_pclm_media_size(): match found: %d, %s, width=%f, height=%f",
85 LOGD("_get_pclm_media_size(): media size, %d, NOT FOUND, setting to letter", media_size);
102 LOGD("_start_job() required cleanup");
111 LOGD("_start_job(), media_size %d, media_type %d, dt %d, %s, media_tray %d margins T %f L %f",
213 LOGD("PCLmGetMediaDimensions(%d), mediaSizeName=%s, mediaheight=%f, mediawidth=%f, "
244 LOGD("_print_swath(): page #%d, buffSize=%d, rows %d - %d (%d rows), bytes per row %d",
H A Dlib_pwg.c121 LOGD(" _get_pwg_media_size(): match found: %d, %s, width=%f, height=%f",
132 LOGD("_get_pwg_media_size(): media size, %d, NOT FOUND, setting to letter", media_size);
166 LOGD("_start_job(), media_size %d, media_type %d, dt %d, %s, media_tray %d", media_size,
303 LOGD("_print_swath(): page #%d, buffSize=%d, rows %d - %d (%d rows), bytes per row %d",
312 LOGD("cupsRasterWritePixels return %d", result);
314 LOGD("cupsRasterWritePixels raster is null");
371 LOGD("lib_pclm: _end_page(): writing blank page");
H A Dwprint_image.c32 LOGD("image_setup");
214 LOGD("need to do native scaling by %f factor to size %dx%d", native_scaling,
221 LOGD("calculating subsampling");
246 LOGD("calculated sample size: %d", image_info->scaled_sample_size);
269 LOGD("disabling fine scaling since width matches and height meets criteria");
277 LOGD("disabling fine scaling since height matches and width meets criteria");
288 LOGD("checking native document scaling factor");
292 LOGD("fit in printable area, just scale to native units");
295 LOGD("we don't fit in printable area, continue with fit-to-page");
307 LOGD("calculatin
[all...]
/packages/apps/Email/src/com/android/email/mail/transport/
H A DStatusOutputStream.java37 if (Logging.LOGD) {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetHostViewLoader.java24 private static final boolean LOGD = false; field in class:WidgetHostViewLoader
55 if (LOGD) {
73 if (LOGD) {
103 if (LOGD) {
118 if (LOGD) {
140 if (LOGD) {
148 if (LOGD) {
H A DWidgetsContainerView.java58 private static final boolean LOGD = false; field in class:WidgetsContainerView
86 if (LOGD) {
147 if (LOGD) {
221 if (LOGD) {
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp45 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)) macro
47 #define LOGD(...) ((void)0) macro
90 LOGD("Opened input GIF: %s", pathIn);
99 LOGD("Opened output GIF: %s", pathOut);
107 LOGD("Resized GIF in %.2f ms", now() - t0);
135 LOGD("Wrote screen descriptor");
168 LOGD("Read record type: %d", recordType);
205 LOGD("Read image data (%d)", imageIndex);
218 LOGD("Rendered image (%d)", imageIndex);
232 LOGD("Wrot
[all...]
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
H A DVehicleNetworkAudioHelper.cpp25 #define LOGD(x...) ALOGD(x) macro
27 #define LOGD(x...) macro
183 LOGD("waitForStreamFocus");
189 LOGD("waitForStreamFocus, has focus");
199 LOGD("waitForStreamFocus, no focus");
236 LOGD("onHalRestart");
/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c520 LOGD("_job_status_callback(): current printer state: %d", statusnew);
526 LOGD("_job_status_callback(): blocking reason %d: %d", i, new_status->printer_reasons[i]);
779 LOGD("_job_thread: Received an Unable to Connect message");
786 LOGD("printer blocked but appears to be in an idle state. "
867 LOGD("_job_thread: Calling validate_job");
903 LOGD("_job_thread multi_page: breaking out copies supported");
969 LOGD("_job_thread(): page not corrupt, calling plugin's print_page"
984 LOGD("_job_thread(): page IS corrupt, printing blank page for "
1062 LOGD("_job_thread single_page: breaking out copies supported");
1165 LOGD("_job_threa
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DAppWidgetLoader.java35 private static final boolean LOGD = AppWidgetPickActivity.LOGD; field in class:AppWidgetLoader
105 if (LOGD) Log.d(TAG, "Using " + customInfo.size() + " custom items");
/packages/apps/Gallery/src/com/android/camera/
H A DPhotoAppWidgetProvider.java42 private static final boolean LOGD = true; field in class:PhotoAppWidgetProvider
52 if (LOGD) {
149 if (LOGD) {
174 if (c != null && LOGD) {
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenJPEGStrips.cpp126 LOGD("write_JPEG_Buff: w=%d, h=%d, r=%d, q=%d compressed to %d", image_width, image_height,
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetProvider.java47 static final boolean LOGD = false; field in class:CalendarAppWidgetProvider
60 if (LOGD)
124 if (LOGD) Log.d(TAG, "Building widget update...");
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageList.java78 private static final boolean LOGD = false; field in class:DataUsageList
291 if (LOGD) Log.d(TAG, "updateDetailData()");
452 if (LOGD) Log.d(TAG, "hasReadyMobileRadio: subInfoList=null");
459 if (LOGD) Log.d(TAG, "hasReadyMobileRadio: subInfo=" + subInfo);
462 if (LOGD) {
485 if (LOGD) {
500 if (LOGD) {
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java45 private static final boolean LOGD = false; field in class:ChartNetworkSeriesView
170 if (LOGD) Log.d(TAG, "generatePath()");
245 if (LOGD) {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMtpService.java45 private static final boolean LOGD = false; field in class:MtpService
168 if (LOGD) {
180 if (LOGD) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java53 private static final boolean LOGD = false; field in class:AutoInstallsLayout
273 if (LOGD) Log.d(TAG, "Ignoring unknown element tag: " + parser.getName());
389 if (LOGD) Log.d(TAG, "Skipping invalid <favorite> with no component");
421 if (LOGD) Log.d(TAG, "Ignoring shortcut");
432 if (LOGD) Log.d(TAG, "Ignoring shortcut, can't load icon");
450 if (LOGD) Log.d(TAG, "Ignoring shortcut, invalid url: " + url);
473 if (LOGD) Log.d(TAG, "Skipping invalid <appwidget> with no component");
556 if (LOGD) Log.e(TAG, "Unable to add folder");

Completed in 1530 milliseconds

12