/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 94 cinfo.X_density = (UINT16) resolution; in write_JPEG_Buff() 95 cinfo.Y_density = (UINT16) resolution; in write_JPEG_Buff() 127 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 | 219 final ResolveInfo resolution = pm.resolveActivity(requestAccountConfirmation, 0); in getAccountConfirmationIntent() local 220 if (resolution != null in getAccountConfirmationIntent() 221 && resolution.activityInfo != null in getAccountConfirmationIntent() 222 && 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 | 1534 int resolution = printer_cap->supportedResolutions[index]; in _findCloseResolutionSupported() local 1535 if (resolution == desiredResolution) { in _findCloseResolutionSupported() 1537 return resolution; in _findCloseResolutionSupported() 1539 int difference = abs(desiredResolution - resolution); in _findCloseResolutionSupported() 1541 if (resolution <= maxResolution) { in _findCloseResolutionSupported() 1543 closeResolution = resolution; in _findCloseResolutionSupported()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 302 mResolutionTextView = findViewById(R.id.resolution); in onFinishInflate()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 374 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_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
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, ... |