Home
last modified time | relevance | path

Searched refs:output (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/
Dinterlace-frames.py36 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)
DREADME.md74 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/
DFileDownloader.java65 try (OutputStream output = new FileOutputStream(mDestination)) { in download() argument
81 output.write(data, 0, count); in download()
/bootable/recovery/update_verifier/
Dcare_map_generator.py124 with open(args.output_file, 'w') as output:
125 output.write(result)
/bootable/recovery/tools/recovery_l10n/
DREADME.md21 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.