Searched refs:fill (Results 1 - 6 of 6) sorted by relevance

/system/core/libsparse/
H A Dsimg_dump.py118 print("Fill chunk should have 4 bytes of fill, but this has %u"
123 fill = struct.unpack("<I", fill_bin)
124 print("Fill with 0x%08X" % (fill))
H A Dbacked_block.c44 } fill; member in union:backed_block::__anon213
106 return bb->fill.val;
219 if (a->fill.val != b->fill.val) {
287 /* Queues a fill block of memory to be written to the specified data blocks */
299 bb->fill.val = fill_val;
/system/extras/tests/memtest/
H A Dmemtest.cpp56 " malloc [fill]\n"
117 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
129 if (fill) {
/system/extras/sound/
H A Dplaywav.c37 int (*fill)(void *buf, unsigned sz, void *cookie),
71 if (fill(buf, sz, cookie))
85 if (fill(buf, sz, cookie))
/system/media/camera/docs/
H A Dmetadata_template.mako27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag>
/system/keymaster/
H A Dgoogle_keymaster_test.cpp899 std::fill(message.get(), message.get() + message_len, 'a');
969 std::fill(message.get(), message.get() + message_len, 'a');
1039 std::fill(message.get(), message.get() + message_len, 'a');

Completed in 714 milliseconds