Home
last modified time | relevance | path

Searched refs:out (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp128 fuse_init_out out; in handle_init() local
129 out.minor = MIN(req->minor, FUSE_KERNEL_MINOR_VERSION); in handle_init()
130 size_t fuse_struct_size = sizeof(out); in handle_init()
141 out.major = FUSE_KERNEL_VERSION; in handle_init()
142 out.max_readahead = req->max_readahead; in handle_init()
143 out.flags = 0; in handle_init()
144 out.max_background = 32; in handle_init()
145 out.congestion_threshold = 32; in handle_init()
146 out.max_write = 4096; in handle_init()
147 fuse_reply(fd, hdr->unique, &out, fuse_struct_size); in handle_init()
[all …]
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java246 Bitmap out = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
247 out.eraseColor(0xff000000);
305 out.setPixel(0, p, colorFor(tw & 0xff));
306 out.setPixel(1, p, colorFor(tw >>> 8));
307 out.setPixel(2, p, colorFor(h & 0xff));
308 out.setPixel(3, p, colorFor(h >>> 8));
309 out.setPixel(4, p, colorFor(langBytes.length));
312 out.setPixel(x, p, colorFor(b));
315 out.setPixel(x, p, colorFor(0));
319 out.setPixels(pixels, left, w, 0, p, tw, h);
[all …]
/bootable/recovery/
Dinterlace-frames.py47 out = Image.new("RGB", (w, h*N))
51 out.putpixel((i, j*N+fn), f.getpixel((i, j)))
62 out.save(output, pnginfo=meta)
84 out = Image.new('RGB', (width, height))
85 out.info = img.info
88 out.putpixel((i, j), img.getpixel((i, j * num_frames + k)))
90 out2 = out.convert(mode='P', palette=palette)
DREADME.md135 `-user` builds filter out `PRODUCT_ADB_KEYS`, so no `/adb_keys` will be included there.
DNOTICE172 result of this License or out of the use or inability to use the
/bootable/recovery/updater_sample/tools/
Dgen_update_config.py117 def write(self, out): argument
119 with open(out, 'w') as out_file:
155 if not args.out.endswith('.json'):
166 gen.write(args.out)
167 print('Config is written to ' + args.out)
/bootable/recovery/tools/recovery_l10n/
DREADME.md24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png
28 * "pngcrush -c 0 ..." converts "text-out.png" into a 1-channel image,
36 pngcrush -c 0 text-out.png $OUTPUT_PNG
/bootable/recovery/applypatch/
Dapplypatch.cpp70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out, in ReadPartitionToBuffer() argument
87 SHA1(buffer.data(), buffer.size(), out->sha1); in ReadPartitionToBuffer()
88 if (memcmp(out->sha1, expected_sha1, SHA_DIGEST_LENGTH) == 0) { in ReadPartitionToBuffer()
89 out->data = std::move(buffer); in ReadPartitionToBuffer()
100 if (LoadFileContents(Paths::Get().cache_temp_source(), out) && in ReadPartitionToBuffer()
101 memcmp(out->sha1, expected_sha1, SHA_DIGEST_LENGTH) == 0) { in ReadPartitionToBuffer()
/bootable/recovery/tests/
DAndroid.bp110 …ation testdata/recovery_body) | $(location minigzip)) $(location testdata/recovery_tail) > $(out)",
119 out: [
/bootable/libbootloader/libxbc/
DCOPYING160 result of this License or out of the use or inability to use the