Searched refs:output (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/ |
D | interlace-frames.py | 36 def interlace(output, inputs): argument 62 out.save(output, pnginfo=meta) 65 def deinterlace(output, input): argument 67 if os.path.splitext(output)[1].lower() == '.png': 68 output = output[:-4] 94 filename = '%s%02d.png' % (output, k) 108 deinterlace(args.output, args.input[0]) 110 interlace(args.output, args.input)
|
D | README.md | 74 The best way to confirm a running `adbd` is by checking the serial output, which shows a service
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | FileDownloader.java | 65 try (OutputStream output = new FileOutputStream(mDestination)) { in download() argument 81 output.write(data, 0, count); in download()
|
/bootable/recovery/update_verifier/ |
D | care_map_generator.py | 124 with open(args.output_file, 'w') as output: 125 output.write(result)
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 21 4. After the app goes through the strings for all locales, pull the output png 26 5. Compress the output file put it under the corresponding directory.
|