/system/media/audio_utils/tests/ |
D | string_tests.cpp | 25 void fill(char (&s)[size], int start) { in fill() function 64 fill(dst_mirror, DST_START); in TEST() 65 fill(over, OVER_START); in TEST() 66 fill(under, UNDER_START); in TEST()
|
/system/bt/bta/sys/ |
D | utl.cc | 116 bool fill = false; in utl_itoa() local 125 if (k > 0 || fill) { in utl_itoa() 127 fill = true; in utl_itoa()
|
/system/connectivity/wificond/ |
D | client_interface_impl.cpp | 64 client_interface_->bssid_.fill(0); in OnConnect() 84 client_interface_->bssid_.fill(0); in OnAssociate() 90 client_interface_->bssid_.fill(0); in OnDisconnect() 95 client_interface_->bssid_.fill(0); in OnDisassociate()
|
/system/core/libsparse/ |
D | backed_block.cpp | 44 } fill; member 97 return bb->fill.val; in backed_block_fill_val() 203 if (a->fill.val != b->fill.val) { in merge_bb() 283 bb->fill.val = fill_val; in backed_block_add_fill()
|
D | simg_dump.py | 158 fill = struct.unpack("<I", fill_bin) 159 curtype = format("Fill with 0x%08X" % (fill))
|
/system/extras/simpleperf/scripts/ |
D | report.py | 197 frame.pack(fill=BOTH, expand=1) 216 report_frame.pack(fill=BOTH, expand=1) 219 yscrollbar.pack(side=RIGHT, fill=Y) 221 xscrollbar.pack(side=BOTTOM, fill=X) 224 tree.pack(side=LEFT, fill=BOTH, expand=1)
|
/system/extras/sound/ |
D | playwav.c | 39 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play() 75 if (fill(buf, sz, cookie)) in pcm_play() 89 if (fill(buf, sz, cookie)) in pcm_play()
|
/system/core/adb/fastdeploy/deploylib/src/com/android/fastdeploy/ |
D | PatchUtils.java | 177 static void fill(byte value, final OutputStream out, final byte[] buffer, long fillLength) in fill() method in PatchUtils 181 Arrays.fill(buffer, 0, maxCopy, value); in fill()
|
/system/media/audio_utils/ |
D | Balance.cpp | 38 std::fill(mVolumes.begin(), mVolumes.end(), 1.f); in setChannelMask()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 400 tmp.fill(0x82); in gap_attr_db_init() 402 gatt_attr.fill({}); in gap_attr_db_init()
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 184 tmp.fill(0xAE); in btif_gattc_test_command_impl()
|
D | btif_config.cc | 153 metrics_salt.fill(0); in read_or_set_metrics_salt() 159 metrics_salt.fill(0); in read_or_set_metrics_salt()
|
/system/netd/tests/benchmarks/ |
D | README.md | 42 <td>Field that the benchmark can fill with an arbitrary string.
|
/system/core/llkd/ |
D | libllkd.cpp | 134 bool fill(enum level index) { in fill() function in __anon19030e590111::dir 205 if (!fill(index)) return def; in read() 604 auto f = s.fill('0'); in llkFormat() 608 s.fill(f); in llkFormat()
|
/system/bt/stack/gatt/ |
D | gatt_attr.cc | 277 tmp.fill(0x81); in gatt_profile_db_init()
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 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)); 981 buf_.fill(PaddingBytes(GetSize() + len, alignment)); 997 buf_.fill(1);
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 150 std::fill(out + s, out + hash_size_, 0); in HashBlock()
|
D | Utils.java | 152 Arrays.fill(password, '\0'); in decryptPrivateKey()
|
/system/bt/stack/btm/ |
D | btm_dev.cc | 153 p_dev_rec->link_key.fill(0); in wipe_secrets_and_remove()
|
/system/media/camera/docs/ |
D | metadata_template.mako | 27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag>
|
/system/update_engine/payload_consumer/ |
D | delta_performer_unittest.cc | 554 std::fill( in TEST_F() 556 std::fill( in TEST_F()
|
/system/bt/common/ |
D | metrics.cc | 265 headset_profile_connection_counts_.fill(0); in impl() 545 pimpl_->headset_profile_connection_counts_.fill(0); in Build()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | app_neverallows.te | 75 # World accessible data locations allow application to fill the device
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | app_neverallows.te | 80 # World accessible data locations allow application to fill the device
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | app_neverallows.te | 91 # World accessible data locations allow application to fill the device
|