/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pwg.c | 143 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time, in _start_job() argument 169 header_pwg.HWResolution[0] = resolution; in _start_job() 170 header_pwg.HWResolution[1] = resolution; in _start_job() 172 job_info->resolution = resolution; in _start_job() 174 job_info->standard_scale = (float) resolution / (float) 72; in _start_job() 210 if (resolution == 300) { in _start_job() 212 } else if (resolution == 600) { in _start_job() 214 } else if (resolution == 1200) { in _start_job()
|
D | lib_pclm.c | 91 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time, in _start_job() argument 120 job_info->resolution = resolution; in _start_job() 122 job_info->standard_scale = (float) resolution / (float) STANDARD_SCALE_FOR_PDF; in _start_job() 157 if (resolution == 300) { in _start_job() 159 } else if (resolution == 600) { in _start_job() 161 } else if (resolution == 1200) { in _start_job()
|
D | lib_pcl.h | 102 int resolution; member 129 media_type_t media_type, int resolution, duplex_t duplex,
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genJPEGStrips.cpp | 52 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition destCS, int *numCompBytes) { in write_JPEG_Buff() argument 96 cinfo.X_density = (UINT16) resolution; in write_JPEG_Buff() 97 cinfo.Y_density = (UINT16) resolution; in write_JPEG_Buff() 129 resolution, quality, *numCompBytes); in write_JPEG_Buff()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalVideo.java | 117 private void parseResolution(String resolution) { in parseResolution() argument 118 if (resolution == null) return; in parseResolution() 119 int m = resolution.indexOf('x'); in parseResolution() 122 int w = Integer.parseInt(resolution.substring(0, m)); in parseResolution() 123 int h = Integer.parseInt(resolution.substring(m + 1)); in parseResolution()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | MasterClear.java | 220 final ResolveInfo resolution = pm.resolveActivity(requestAccountConfirmation, 0); in getAccountConfirmationIntent() local 221 if (resolution != null in getAccountConfirmationIntent() 222 && resolution.activityInfo != null in getAccountConfirmationIntent() 223 && packageName.equals(resolution.activityInfo.packageName)) { in getAccountConfirmationIntent()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MasterClear.java | 220 final ResolveInfo resolution = pm.resolveActivity(requestAccountConfirmation, 0); in getAccountConfirmationIntent() local 221 if (resolution != null in getAccountConfirmationIntent() 222 && resolution.activityInfo != null in getAccountConfirmationIntent() 223 && packageName.equals(resolution.activityInfo.packageName)) { in getAccountConfirmationIntent()
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | genPCLm.h | 28 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition, int *numCompBytes);
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 1521 int resolution = printer_cap->supportedResolutions[index]; in _findCloseResolutionSupported() local 1522 if (resolution == desiredResolution) { in _findCloseResolutionSupported() 1524 return resolution; in _findCloseResolutionSupported() 1526 int difference = abs(desiredResolution - resolution); in _findCloseResolutionSupported() 1528 if (resolution <= maxResolution) { in _findCloseResolutionSupported() 1530 closeResolution = resolution; in _findCloseResolutionSupported()
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 183 // Sender's low-resolution thumbnail
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 306 mResolutionTextView = findViewById(R.id.resolution); in onFinishInflate()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 379 mResolutionView = (TextView) mDetailView.findViewById(R.id.resolution); in ProgramRowViewHolder()
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 422 // nanosecond resolution in UTC Epoch time. It is encoded using the
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 590 # type resolution of all parameters of a function it will reject a match between
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |