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

/system/bt/bta/sys/
H A Dutl.cc116 bool fill = false; local
125 if (k > 0 || fill) {
127 fill = true;
/system/extras/simpleperf/inferno/
H A Dsvg_renderer.py82 fill="rgb(%d,%d,%d)" style="stroke:rgb(%d,%d,%d)"/>\n \
122 x="%d" y="10" width="80" height="30" fill="rgb(255,255,255)""/> \
131 rx="10" ry="10" x="10" y="10" width="80" height="30" fill="rgb(255,255,255)"/> \
139 rx="10" ry="10" x="120" y="10" width="%d" height="30" fill="rgb(255,255,255)"/></clipPath> \
141 rx="10" ry="10" x="120" y="10" width="%d" height="30" fill="rgb(255,255,255)"/> \
148 rx="10" ry="10" x="%d" y="10" width="82" height="30" fill="rgb(255,255,255)"/> \
162 f.write('<rect x="0.0" y="0" width="%d" height="%d" fill="url(#background_gradiant)" />' % \
/system/core/libsparse/
H A Dbacked_block.c44 } fill; member in union:backed_block::__anon1640
106 return bb->fill.val;
219 if (a->fill.val != b->fill.val) {
291 /* Queues a fill block of memory to be written to the specified data blocks */
303 bb->fill.val = fill_val;
H A Dsimg_dump.py153 print("Fill chunk should have 4 bytes of fill, but this has %u"
158 fill = struct.unpack("<I", fill_bin)
159 curtype = format("Fill with 0x%08X" % (fill))
/system/extras/simpleperf/scripts/
H A Dreport.py196 frame.pack(fill=BOTH, expand=1)
215 report_frame.pack(fill=BOTH, expand=1)
218 yscrollbar.pack(side=RIGHT, fill=Y)
220 xscrollbar.pack(side=BOTTOM, fill=X)
223 tree.pack(side=LEFT, fill=BOTH, expand=1)
/system/bt/service/common/bluetooth/
H A Duuid.cc49 bytes.fill(0);
56 bytes.fill(1);
/system/extras/tests/memtest/
H A Dmemtest.cpp55 " malloc [fill]\n"
111 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
123 if (fill) {
/system/extras/sound/
H A Dplaywav.c39 int (*fill)(void *buf, unsigned sz, void *cookie),
73 if (fill(buf, sz, cookie))
87 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/extras/verity/
H A DUtils.java152 Arrays.fill(password, '\0');
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h617 // fill() is most frequently called with small byte counts (<= 4),
619 void fill(size_t zero_pad_bytes) {
795 void Pad(size_t num_bytes) { buf_.fill(num_bytes); }
799 buf_.fill(PaddingBytes(buf_.size(), elem_size));
906 // We fill it's value later.
981 buf_.fill(PaddingBytes(GetSize() + len, alignment));
997 buf_.fill(1);
/system/bt/stack/gap/
H A Dgap_ble.cc401 gatt_attr.fill({});
/system/security/keystore/
H A Dblob.cpp56 OPTNONE ~ArrayEraser() { std::fill(mArr, mArr + mSize, 0); }
/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc71 // Different options that determine what we should fill into the
446 std::fill(expected_data.data() + 4096 * 4, expected_data.data() + 4096 * 6,
448 std::fill(expected_data.data() + 4096 * 7, expected_data.data() + 4096 * 8,

Completed in 274 milliseconds